de.lessvoid.nifty.controls.radiobutton
Class RadioButtonGroupControl

java.lang.Object
  extended by de.lessvoid.nifty.controls.AbstractController
      extended by de.lessvoid.nifty.controls.radiobutton.RadioButtonGroupControl
All Implemented Interfaces:
Controller, NiftyControl, RadioButtonGroup

Deprecated. Please use RadioButtonGroup when accessing NiftyControls.

@Deprecated
public class RadioButtonGroupControl
extends AbstractController
implements RadioButtonGroup

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

RadioButtonGroupControl

public RadioButtonGroupControl()
Deprecated. 
Method Detail

bind

public void bind(Nifty nifty,
                 Screen screen,
                 Element element,
                 Properties parameter,
                 Attributes controlDefinitionAttributes)
Deprecated. 
Specified by:
bind in interface Controller

onStartScreen

public void onStartScreen()
Deprecated. 
Specified by:
onStartScreen in interface Controller

inputEvent

public boolean inputEvent(NiftyInputEvent inputEvent)
Deprecated. 
Specified by:
inputEvent in interface Controller

registerRadioButton

public void registerRadioButton(RadioButtonControl radioButtonControl)
Deprecated. 

onRadioButtonClick

public void onRadioButtonClick(RadioButtonControl clickedRadioButton)
Deprecated. 

allowDeselection

public void allowDeselection(boolean allowDeselection)
Deprecated. 
Description copied from interface: RadioButtonGroup
When set to true this allows the RadioButtonGroup to have no RadioButton that is selected.

Specified by:
allowDeselection in interface RadioButtonGroup
Parameters:
allowDeselection - true - allow deselection and false - forces at least one RadioButton to be selected


Copyright © 2011. All Rights Reserved.