de.lessvoid.nifty.controls
Class RadioButtonStateChangedEvent
java.lang.Object
de.lessvoid.nifty.controls.RadioButtonStateChangedEvent
- All Implemented Interfaces:
- NiftyEvent<Void>
public class RadioButtonStateChangedEvent
- extends Object
- implements NiftyEvent<Void>
Nifty generates this event when a single RadioButton changes its state. It
gets selected or unselected. If you're more interested in the state of a whole
RadioGroup (a linked collection of individual RadioButtons with only a single
one being allowed to be active) you might want to look at the
RadioGroupSelectionChangedEvent.
- Author:
- void
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RadioButtonStateChangedEvent
public RadioButtonStateChangedEvent(RadioButton radioButton,
boolean newSelected)
getRadioButton
public RadioButton getRadioButton()
isSelected
public boolean isSelected()
Copyright © 2011. All Rights Reserved.