public class RadioButtonGroupStateChangedEvent extends Object implements de.lessvoid.nifty.NiftyEvent<Void>
Constructor and Description |
---|
RadioButtonGroupStateChangedEvent(RadioButton radioButton,
RadioButton previousSelectedRadioButton) |
Modifier and Type | Method and Description |
---|---|
String |
getPreviousSelectedId() |
RadioButton |
getPreviousSelectedRadioButton() |
String |
getSelectedId() |
RadioButton |
getSelectedRadioButton() |
public RadioButtonGroupStateChangedEvent(RadioButton radioButton, RadioButton previousSelectedRadioButton)
public String getSelectedId()
public RadioButton getSelectedRadioButton()
public RadioButton getPreviousSelectedRadioButton()
public String getPreviousSelectedId()
Copyright © 2013. All Rights Reserved.