|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RadioButtonGroup
The RadioButtonGroup interface is the Nifty control API view of a Nifty RadioButtonGroup control.
Method Summary | |
---|---|
void |
allowDeselection(boolean allowDeselection)
When set to true this allows the RadioButtonGroup to have no RadioButton that is selected. |
Methods inherited from interface de.lessvoid.nifty.controls.NiftyControl |
---|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth |
Method Detail |
---|
void allowDeselection(boolean allowDeselection)
allowDeselection
- true - allow deselection and false - forces at least one RadioButton
to be selected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |