de.lessvoid.nifty.controls
Interface RadioButtonGroup

All Superinterfaces:
NiftyControl
All Known Implementing Classes:
RadioButtonGroupControl

public interface RadioButtonGroup
extends NiftyControl

The RadioButtonGroup interface is the Nifty control API view of a Nifty RadioButtonGroup control.

Author:
void

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

allowDeselection

void allowDeselection(boolean allowDeselection)
When set to true this allows the RadioButtonGroup to have no RadioButton that is selected.

Parameters:
allowDeselection - true - allow deselection and false - forces at least one RadioButton to be selected


Copyright © 2011. All Rights Reserved.