com.sencha.gxt.theme.base.client.field
Class ValueBaseFieldDefaultAppearance
java.lang.Object
com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
- All Implemented Interfaces:
- FieldCell.FieldAppearance, ValueBaseInputCell.ValueBaseFieldAppearance
- Direct Known Subclasses:
- CheckBoxDefaultAppearance, TextAreaDefaultAppearance, TextFieldDefaultAppearance, TriggerFieldDefaultAppearance
public abstract class ValueBaseFieldDefaultAppearance
- extends Object
- implements ValueBaseInputCell.ValueBaseFieldAppearance
ValueBaseFieldDefaultAppearance
public ValueBaseFieldDefaultAppearance(ValueBaseFieldDefaultAppearance.ValueBaseFieldResources resources)
onEmpty
public void onEmpty(Element parent,
boolean empty)
- Specified by:
onEmpty in interface FieldCell.FieldAppearance
onFocus
public void onFocus(Element parent,
boolean focus)
- Specified by:
onFocus in interface FieldCell.FieldAppearance
onValid
public void onValid(Element parent,
boolean valid)
- Specified by:
onValid in interface FieldCell.FieldAppearance
setReadOnly
public void setReadOnly(Element parent,
boolean readOnly)
- Specified by:
setReadOnly in interface FieldCell.FieldAppearance
Copyright © 2012. All Rights Reserved.