com.sencha.gxt.theme.base.client.field
Class CheckBoxDefaultAppearance
java.lang.Object
com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
com.sencha.gxt.theme.base.client.field.CheckBoxDefaultAppearance
- All Implemented Interfaces:
- CheckBoxCell.CheckBoxAppearance, FieldCell.FieldAppearance, ValueBaseInputCell.ValueBaseFieldAppearance
- Direct Known Subclasses:
- RadioDefaultAppearance
public class CheckBoxDefaultAppearance
- extends ValueBaseFieldDefaultAppearance
- implements CheckBoxCell.CheckBoxAppearance
CheckBoxDefaultAppearance
public CheckBoxDefaultAppearance()
CheckBoxDefaultAppearance
public CheckBoxDefaultAppearance(CheckBoxDefaultAppearance.CheckBoxResources resources)
getInputElement
public XElement getInputElement(Element parent)
- Specified by:
getInputElement in interface ValueBaseInputCell.ValueBaseFieldAppearance
onEmpty
public void onEmpty(Element parent,
boolean empty)
- Specified by:
onEmpty in interface FieldCell.FieldAppearance- Overrides:
onEmpty in class ValueBaseFieldDefaultAppearance
onFocus
public void onFocus(Element parent,
boolean focus)
- Specified by:
onFocus in interface FieldCell.FieldAppearance- Overrides:
onFocus in class ValueBaseFieldDefaultAppearance
onValid
public void onValid(Element parent,
boolean valid)
- Specified by:
onValid in interface FieldCell.FieldAppearance- Overrides:
onValid in class ValueBaseFieldDefaultAppearance
render
public void render(SafeHtmlBuilder sb,
Boolean value,
CheckBoxCell.CheckBoxCellOptions options)
- Specified by:
render in interface CheckBoxCell.CheckBoxAppearance
setBoxLabel
public void setBoxLabel(String boxLabel,
XElement parent)
- Specified by:
setBoxLabel in interface CheckBoxCell.CheckBoxAppearance
setReadOnly
public void setReadOnly(Element parent,
boolean readOnly)
- Specified by:
setReadOnly in interface FieldCell.FieldAppearance- Overrides:
setReadOnly in class ValueBaseFieldDefaultAppearance
Copyright © 2012. All Rights Reserved.