
public class TextAreaDefaultAppearance extends ValueBaseFieldDefaultAppearance implements TextAreaInputCell.TextAreaAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextAreaDefaultAppearance.TextAreaResources |
static interface |
TextAreaDefaultAppearance.TextAreaStyle |
ValueBaseFieldDefaultAppearance.ValueBaseFieldResources, ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle| Constructor and Description |
|---|
TextAreaDefaultAppearance() |
TextAreaDefaultAppearance(TextAreaDefaultAppearance.TextAreaResources resources) |
| Modifier and Type | Method and Description |
|---|---|
protected Size |
adjustTextAreaSize(int width,
int height) |
XElement |
getInputElement(Element parent) |
void |
onResize(XElement parent,
int width,
int height) |
void |
render(SafeHtmlBuilder sb,
String value,
FieldCell.FieldAppearanceOptions options) |
onEmpty, onFocus, onValid, setReadOnlyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonEmpty, onFocus, onValid, setReadOnlypublic TextAreaDefaultAppearance()
public TextAreaDefaultAppearance(TextAreaDefaultAppearance.TextAreaResources resources)
public XElement getInputElement(Element parent)
getInputElement in interface ValueBaseInputCell.ValueBaseFieldAppearancepublic void onResize(XElement parent, int width, int height)
onResize in interface TextAreaInputCell.TextAreaAppearancepublic void render(SafeHtmlBuilder sb,
String value,
FieldCell.FieldAppearanceOptions options)
render in interface TextAreaInputCell.TextAreaAppearanceprotected Size adjustTextAreaSize(int width, int height)
Copyright © 2018. All rights reserved.