
public abstract class ValueBaseFieldDefaultAppearance extends Object implements ValueBaseInputCell.ValueBaseFieldAppearance
| Modifier and Type | Class and Description |
|---|---|
static interface |
ValueBaseFieldDefaultAppearance.ValueBaseFieldResources |
static interface |
ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle |
| Modifier and Type | Field and Description |
|---|---|
protected ValueBaseFieldDefaultAppearance.ValueBaseFieldResources |
res |
protected ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle |
style |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInputElementprotected final ValueBaseFieldDefaultAppearance.ValueBaseFieldResources res
protected final ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle style
public 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 © 2018. All rights reserved.