NiftyControlRadioButtonControlpublic interface RadioButton extends NiftyControl
| Modifier and Type | Method | 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(java.lang.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, setWidthvoid setGroup(@Nullable
java.lang.String groupId)
@Nullable RadioButtonGroup getGroup()
void select()
boolean isActivated()
Copyright © 2018. All rights reserved.