de.lessvoid.nifty.controls
Class RadioButtonGroupStateChangedEvent

java.lang.Object
  extended by de.lessvoid.nifty.controls.RadioButtonGroupStateChangedEvent
All Implemented Interfaces:
NiftyEvent<Void>

public class RadioButtonGroupStateChangedEvent
extends Object
implements NiftyEvent<Void>

Nifty generates this event when the RadioButton selection in a RadioGroup (which is a linked collection of individual RadioButtons) has changed.

Author:
void

Constructor Summary
RadioButtonGroupStateChangedEvent(RadioButton radioButton, RadioButton previousSelectedRadioButton)
           
 
Method Summary
 String getPreviousSelectedId()
           
 RadioButton getPreviousSelectedRadioButton()
           
 String getSelectedId()
           
 RadioButton getSelectedRadioButton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButtonGroupStateChangedEvent

public RadioButtonGroupStateChangedEvent(RadioButton radioButton,
                                         RadioButton previousSelectedRadioButton)
Method Detail

getSelectedId

public String getSelectedId()

getSelectedRadioButton

public RadioButton getSelectedRadioButton()

getPreviousSelectedRadioButton

public RadioButton getPreviousSelectedRadioButton()

getPreviousSelectedId

public String getPreviousSelectedId()


Copyright © 2011. All Rights Reserved.