NiftyEventpublic class RadioButtonGroupStateChangedEvent extends java.lang.Object implements NiftyEvent
| Constructor | Description |
|---|---|
RadioButtonGroupStateChangedEvent(RadioButton radioButton,
RadioButton previousSelectedRadioButton) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPreviousSelectedId() |
|
RadioButton |
getPreviousSelectedRadioButton() |
|
java.lang.String |
getSelectedId() |
|
RadioButton |
getSelectedRadioButton() |
public RadioButtonGroupStateChangedEvent(@Nullable
RadioButton radioButton,
@Nullable
RadioButton previousSelectedRadioButton)
@Nullable public java.lang.String getSelectedId()
@Nullable public RadioButton getSelectedRadioButton()
@Nullable public RadioButton getPreviousSelectedRadioButton()
@Nullable public java.lang.String getPreviousSelectedId()
Copyright © 2018. All rights reserved.