|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lessvoid.nifty.controls.AbstractController
de.lessvoid.nifty.controls.radiobutton.RadioButtonGroupControl
RadioButtonGroup when accessing NiftyControls.
@Deprecated public class RadioButtonGroupControl
RadioButtonGroupControl implementation.
| Constructor Summary | |
|---|---|
RadioButtonGroupControl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
allowDeselection(boolean allowDeselection)
Deprecated. When set to true this allows the RadioButtonGroup to have no RadioButton that is selected. |
void |
bind(Nifty nifty,
Screen screen,
Element element,
Properties parameter,
Attributes controlDefinitionAttributes)
Deprecated. |
boolean |
inputEvent(NiftyInputEvent inputEvent)
Deprecated. |
void |
onRadioButtonClick(RadioButtonControl clickedRadioButton)
Deprecated. |
void |
onStartScreen()
Deprecated. |
void |
registerRadioButton(RadioButtonControl radioButtonControl)
Deprecated. |
| Methods inherited from class de.lessvoid.nifty.controls.AbstractController |
|---|
bind, disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, init, isBound, isEnabled, layoutCallback, onFocus, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public RadioButtonGroupControl()
| Method Detail |
|---|
public void bind(Nifty nifty,
Screen screen,
Element element,
Properties parameter,
Attributes controlDefinitionAttributes)
bind in interface Controllerpublic void onStartScreen()
onStartScreen in interface Controllerpublic boolean inputEvent(NiftyInputEvent inputEvent)
inputEvent in interface Controllerpublic void registerRadioButton(RadioButtonControl radioButtonControl)
public void onRadioButtonClick(RadioButtonControl clickedRadioButton)
public void allowDeselection(boolean allowDeselection)
RadioButtonGroup
allowDeselection in interface RadioButtonGroupallowDeselection - 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 | |||||||||