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, wait
getInputElement
protected 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.FieldAppearance
public void onFocus(Element parent, boolean focus)
onFocus
in interface FieldCell.FieldAppearance
public void onValid(Element parent, boolean valid)
onValid
in interface FieldCell.FieldAppearance
public void setReadOnly(Element parent, boolean readOnly)
setReadOnly
in interface FieldCell.FieldAppearance
Copyright © 2018. All rights reserved.