public interface RadioButton
extends de.lessvoid.nifty.controls.NiftyControl
Modifier and Type | Method and Description |
---|---|
RadioButtonGroup |
getGroup()
Return the GroupId of the group this RadioButton is a member of.
|
boolean |
isActivated()
Returns the activated state of this RadioButton.
|
void |
select()
Select this RadioButton.
|
void |
setGroup(String groupId)
Make this RadioButton a part of the group with the given groupId.
|
void setGroup(String groupId)
groupId
- RadioButtonGroup getGroup()
void select()
boolean isActivated()
Copyright © 2013. All Rights Reserved.