public class Css3TextAreaAppearance extends Css3ValueBaseFieldAppearance implements com.sencha.gxt.cell.core.client.form.TextAreaInputCell.TextAreaAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
Css3TextAreaAppearance.Css3TextAreaResources |
static interface |
Css3TextAreaAppearance.Css3TextAreaStyle |
Css3ValueBaseFieldAppearance.Css3ValueBaseFieldResources, Css3ValueBaseFieldAppearance.Css3ValueBaseFieldStyle| Constructor and Description |
|---|
Css3TextAreaAppearance() |
Css3TextAreaAppearance(Css3TextAreaAppearance.Css3TextAreaResources resources) |
| Modifier and Type | Method and Description |
|---|---|
protected com.sencha.gxt.core.client.util.Size |
adjustTextAreaSize(int width,
int height) |
com.sencha.gxt.core.client.dom.XElement |
getInputElement(com.google.gwt.dom.client.Element parent) |
void |
onResize(com.sencha.gxt.core.client.dom.XElement parent,
int width,
int height) |
void |
render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb,
String value,
com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearanceOptions options) |
onEmpty, onFocus, onValid, setReadOnlypublic Css3TextAreaAppearance()
public Css3TextAreaAppearance(Css3TextAreaAppearance.Css3TextAreaResources resources)
public com.sencha.gxt.core.client.dom.XElement getInputElement(com.google.gwt.dom.client.Element parent)
getInputElement in interface com.sencha.gxt.cell.core.client.form.ValueBaseInputCell.ValueBaseFieldAppearancepublic void onResize(com.sencha.gxt.core.client.dom.XElement parent,
int width,
int height)
onResize in interface com.sencha.gxt.cell.core.client.form.TextAreaInputCell.TextAreaAppearancepublic void render(com.google.gwt.safehtml.shared.SafeHtmlBuilder sb,
String value,
com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearanceOptions options)
render in interface com.sencha.gxt.cell.core.client.form.TextAreaInputCell.TextAreaAppearanceprotected com.sencha.gxt.core.client.util.Size adjustTextAreaSize(int width,
int height)
Copyright © 2021. All Rights Reserved.