de.lessvoid.nifty.controls.radiobutton
Class RadioButtonControl

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

Deprecated. Please use RadioButton when accessing NiftyControls.

@Deprecated
public class RadioButtonControl
extends AbstractController
implements RadioButton

RadioButtonControl implementation.


Constructor Summary
RadioButtonControl()
          Deprecated.  
 
Method Summary
 void activate()
          Deprecated.  
 void bind(Nifty nifty, Screen screen, Element element, Properties parameter, Attributes controlDefinitionAttributes)
          Deprecated.  
 void deactivate()
          Deprecated.  
 RadioButtonGroup getGroup()
          Deprecated. Return the GroupId of the group this RadioButton is a member of.
 boolean inputEvent(NiftyInputEvent inputEvent)
          Deprecated.  
 boolean isActivated()
          Deprecated. Returns the activated state of this RadioButton.
 void onClick()
          Deprecated.  
 void onStartScreen()
          Deprecated.  
 void select()
          Deprecated. Select this RadioButton.
 void setGroup(String groupId)
          Deprecated. Make this RadioButton a part of the group with the given groupId.
 
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

RadioButtonControl

public RadioButtonControl()
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

setGroup

public void setGroup(String groupId)
Deprecated. 
Description copied from interface: RadioButton
Make this RadioButton a part of the group with the given groupId.

Specified by:
setGroup in interface RadioButton

getGroup

public RadioButtonGroup getGroup()
Deprecated. 
Description copied from interface: RadioButton
Return the GroupId of the group this RadioButton is a member of.

Specified by:
getGroup in interface RadioButton
Returns:

deactivate

public void deactivate()
Deprecated. 

activate

public void activate()
Deprecated. 

isActivated

public boolean isActivated()
Deprecated. 
Description copied from interface: RadioButton
Returns the activated state of this RadioButton.

Specified by:
isActivated in interface RadioButton
Returns:
true when this RadioButton is active and false when not.

select

public void select()
Deprecated. 
Description copied from interface: RadioButton
Select this RadioButton. This will make all other RadioButtons of the same group inactive.

Specified by:
select in interface RadioButton

onClick

public void onClick()
Deprecated. 


Copyright © 2011. All Rights Reserved.