public abstract class ValueBaseFieldDefaultAppearance extends Object implements ValueBaseFieldCell.ValueBaseFieldAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValueBaseFieldDefaultAppearance.ValueBaseFieldResources |
static interface |
ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle |
| Constructor and Description |
|---|
ValueBaseFieldDefaultAppearance(ValueBaseFieldDefaultAppearance.ValueBaseFieldResources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEmpty(Element parent,
boolean empty) |
void |
onFocus(Element parent,
boolean focus) |
void |
onValid(Element parent,
boolean valid) |
void |
setReadOnly(Element parent,
boolean readOnly) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputElementpublic ValueBaseFieldDefaultAppearance(ValueBaseFieldDefaultAppearance.ValueBaseFieldResources resources)
public void onEmpty(Element parent, boolean empty)
onEmpty in interface FieldCell.FieldAppearancepublic void onFocus(Element parent, boolean focus)
onFocus in interface FieldCell.FieldAppearancepublic void onValid(Element parent, boolean valid)
onValid in interface FieldCell.FieldAppearancepublic void setReadOnly(Element parent, boolean readOnly)
setReadOnly in interface FieldCell.FieldAppearanceCopyright © 2012. All Rights Reserved.