Class RadioDefaultAppearance
- java.lang.Object
-
- com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
-
- com.sencha.gxt.theme.base.client.field.CheckBoxDefaultAppearance
-
- com.sencha.gxt.theme.base.client.field.RadioDefaultAppearance
-
- All Implemented Interfaces:
CheckBoxCell.CheckBoxAppearance
,FieldCell.FieldAppearance
,RadioCell.RadioAppearance
,ValueBaseInputCell.ValueBaseFieldAppearance
public class RadioDefaultAppearance extends CheckBoxDefaultAppearance implements RadioCell.RadioAppearance
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.field.CheckBoxDefaultAppearance
CheckBoxDefaultAppearance.CheckBoxResources, CheckBoxDefaultAppearance.CheckBoxStyle
-
Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
ValueBaseFieldDefaultAppearance.ValueBaseFieldResources, ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle
-
-
Constructor Summary
Constructors Constructor Description RadioDefaultAppearance()
RadioDefaultAppearance(CheckBoxDefaultAppearance.CheckBoxResources resources)
-
Method Summary
-
Methods inherited from class com.sencha.gxt.theme.base.client.field.CheckBoxDefaultAppearance
getInputElement, onEmpty, onFocus, onValid, render, setBoxLabel, setReadOnly
-
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.CheckBoxCell.CheckBoxAppearance
render, setBoxLabel
-
Methods inherited from interface com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearance
onEmpty, onFocus, onValid, setReadOnly
-
Methods inherited from interface com.sencha.gxt.cell.core.client.form.ValueBaseInputCell.ValueBaseFieldAppearance
getInputElement
-
-
-
-
Constructor Detail
-
RadioDefaultAppearance
public RadioDefaultAppearance()
-
RadioDefaultAppearance
public RadioDefaultAppearance(CheckBoxDefaultAppearance.CheckBoxResources resources)
-
-