|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextAreaInputCell.Resizable | |
|---|---|
| com.sencha.gxt.cell.core.client.form | Cell implementations for user data entry. |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| Uses of TextAreaInputCell.Resizable in com.sencha.gxt.cell.core.client.form |
|---|
| Methods in com.sencha.gxt.cell.core.client.form that return TextAreaInputCell.Resizable | |
|---|---|
TextAreaInputCell.Resizable |
TextAreaInputCell.getResizable()
Returns the resizable value. |
TextAreaInputCell.Resizable |
TextAreaInputCell.TextAreaCellOptions.getResizable()
|
static TextAreaInputCell.Resizable |
TextAreaInputCell.Resizable.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextAreaInputCell.Resizable[] |
TextAreaInputCell.Resizable.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.sencha.gxt.cell.core.client.form with parameters of type TextAreaInputCell.Resizable | |
|---|---|
void |
TextAreaInputCell.TextAreaCellOptions.setResizable(TextAreaInputCell.Resizable resizable)
|
void |
TextAreaInputCell.setResizable(XElement parent,
TextAreaInputCell.Resizable resizable)
Sets whether the field can be resized (defaults to NONE). |
| Uses of TextAreaInputCell.Resizable in com.sencha.gxt.widget.core.client.form |
|---|
| Methods in com.sencha.gxt.widget.core.client.form that return TextAreaInputCell.Resizable | |
|---|---|
TextAreaInputCell.Resizable |
TextArea.getResizable()
Returns the resizable value. |
| Methods in com.sencha.gxt.widget.core.client.form with parameters of type TextAreaInputCell.Resizable | |
|---|---|
void |
TextArea.setResizable(TextAreaInputCell.Resizable resizable)
Sets whether the field can be resized (defaults to NONE). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||