de.lessvoid.nifty.controls
Class RadioButtonGroupStateChangedEvent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadioButtonGroupStateChangedEvent
public RadioButtonGroupStateChangedEvent(RadioButton radioButton,
RadioButton previousSelectedRadioButton)
getSelectedId
public String getSelectedId()
getSelectedRadioButton
public RadioButton getSelectedRadioButton()
getPreviousSelectedRadioButton
public RadioButton getPreviousSelectedRadioButton()
getPreviousSelectedId
public String getPreviousSelectedId()
Copyright © 2011. All Rights Reserved.