Controller, NiftyControl, RadioButtonRadioButton when accessing NiftyControls.@Deprecated public class RadioButtonControl extends AbstractController implements RadioButton
| Constructor | Description |
|---|---|
RadioButtonControl() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
activate() |
Deprecated.
|
void |
bind(Nifty nifty,
Screen screen,
Element element,
Parameters parameter) |
Deprecated.
|
void |
deactivate() |
Deprecated.
|
RadioButtonGroup |
getGroup() |
Deprecated.
Return the GroupId of the group this RadioButton is a member of.
|
boolean |
inputEvent(NiftyInputEvent inputEvent) |
Deprecated.
|
boolean |
isActivated() |
Deprecated.
Returns the activated state of this RadioButton.
|
void |
onClick() |
Deprecated.
|
void |
onStartScreen() |
Deprecated.
|
void |
select() |
Deprecated.
Select this RadioButton.
|
void |
setGroup(java.lang.String groupId) |
Deprecated.
Make this RadioButton a part of the group with the given groupId.
|
bind, disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, init, isBound, isEnabled, layoutCallback, onEndScreen, onFocus, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidthdisable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidthpublic void bind(@Nonnull
Nifty nifty,
@Nonnull
Screen screen,
@Nonnull
Element element,
@Nonnull
Parameters parameter)
bind in interface Controllerpublic void onStartScreen()
onStartScreen in interface Controllerpublic boolean inputEvent(@Nonnull
NiftyInputEvent inputEvent)
inputEvent in interface Controllerpublic void setGroup(@Nullable
java.lang.String groupId)
RadioButtonsetGroup in interface RadioButton@Nullable public RadioButtonGroup getGroup()
RadioButtongetGroup in interface RadioButtonpublic void deactivate()
public void activate()
public boolean isActivated()
RadioButtonisActivated in interface RadioButtonpublic void select()
RadioButtonselect in interface RadioButtonpublic void onClick()
Copyright © 2018. All rights reserved.