public interface RadioButton extends 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.
|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
void setGroup(String groupId)
groupId
- RadioButtonGroup getGroup()
void select()
boolean isActivated()
Copyright © 2013. All Rights Reserved.