public class CmsAutoGrowingTextAreaState extends com.vaadin.shared.AbstractComponentState
| Constructor and Description |
|---|
CmsAutoGrowingTextAreaState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRows()
Returns the maximal number of rows.
|
int |
getMinRows()
Returns the minimal number of rows.
|
void |
setMaxRows(int maxRows)
Sets the maximal number of rows.
|
void |
setMinRows(int minRows)
Sets the minimal number of rows.
|
public CmsAutoGrowingTextAreaState()
public int getMaxRows()
public int getMinRows()
public void setMaxRows(int maxRows)
maxRows - the maximal number of rowspublic void setMinRows(int minRows)
minRows - the minimal number of rows