com.sencha.gxt.cell.core.client.form
Class TextAreaInputCell.TextAreaCellOptions
java.lang.Object
com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearanceOptions
com.sencha.gxt.cell.core.client.form.TextAreaInputCell.TextAreaCellOptions
- Enclosing class:
- TextAreaInputCell
public static class TextAreaInputCell.TextAreaCellOptions
- extends FieldCell.FieldAppearanceOptions
| Methods inherited from class com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearanceOptions |
getEmptyText, getHeight, getName, getWidth, isDisabled, isEditable, isHideTrigger, isReadonly, setDisabled, setEditable, setEmptyText, setHeight, setHideTrigger, setName, setReadonly, setWidth |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAreaInputCell.TextAreaCellOptions
public TextAreaInputCell.TextAreaCellOptions()
TextAreaInputCell.TextAreaCellOptions
public TextAreaInputCell.TextAreaCellOptions(int width,
int height,
boolean readonly)
TextAreaInputCell.TextAreaCellOptions
public TextAreaInputCell.TextAreaCellOptions(int width,
int height,
boolean readonly,
java.lang.String emptyText)
getResizable
public TextAreaInputCell.Resizable getResizable()
setResizable
public void setResizable(TextAreaInputCell.Resizable resizable)
Copyright © 2012. All Rights Reserved.