|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RadioButton
The RadioButton interface is the Nifty control API view of a Nifty RadioButton control.
Method Summary | |
---|---|
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. |
Methods inherited from interface de.lessvoid.nifty.controls.NiftyControl |
---|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth |
Method Detail |
---|
void setGroup(String groupId)
groupId
- RadioButtonGroup getGroup()
void select()
boolean isActivated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |