RadioButtonGroup
when accessing NiftyControls.@Deprecated public class RadioButtonGroupControl extends AbstractController implements RadioButtonGroup
Constructor and Description |
---|
RadioButtonGroupControl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
bind, disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, init, isBound, isEnabled, layoutCallback, onFocus, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
public void bind(Nifty nifty, Screen screen, Element element, Properties parameter, Attributes controlDefinitionAttributes)
bind
in interface Controller
public void onStartScreen()
onStartScreen
in interface Controller
public boolean inputEvent(NiftyInputEvent inputEvent)
inputEvent
in interface Controller
public void registerRadioButton(RadioButtonControl radioButtonControl)
public void onRadioButtonClick(RadioButtonControl clickedRadioButton)
public void allowDeselection(boolean allowDeselection)
RadioButtonGroup
allowDeselection
in interface RadioButtonGroup
allowDeselection
- true - allow deselection and false - forces at least one RadioButton
to be selectedCopyright © 2013. All Rights Reserved.