com.sencha.gxt.theme.base.client.field
Class ValueBaseFieldDefaultAppearance

java.lang.Object
  extended by 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


Nested Class Summary
static interface ValueBaseFieldDefaultAppearance.ValueBaseFieldResources
           
static interface ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle
           
 
Constructor Summary
ValueBaseFieldDefaultAppearance(ValueBaseFieldDefaultAppearance.ValueBaseFieldResources resources)
           
 
Method Summary
 void onEmpty(Element parent, boolean empty)
           
 void onFocus(Element parent, boolean focus)
           
 void onValid(Element parent, boolean valid)
           
 void setReadOnly(Element parent, boolean readOnly)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sencha.gxt.cell.core.client.form.ValueBaseInputCell.ValueBaseFieldAppearance
getInputElement
 

Constructor Detail

ValueBaseFieldDefaultAppearance

public ValueBaseFieldDefaultAppearance(ValueBaseFieldDefaultAppearance.ValueBaseFieldResources resources)
Method Detail

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.