RadioButton
when accessing NiftyControls.@Deprecated public class RadioButtonControl extends AbstractController implements RadioButton
Constructor and Description |
---|
RadioButtonControl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
activate()
Deprecated.
|
void |
bind(Nifty nifty,
Screen screen,
Element element,
Properties parameter,
Attributes controlDefinitionAttributes)
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(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, onFocus, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth
public void bind(Nifty nifty, Screen screen, Element element, Properties parameter, Attributes controlDefinitionAttributes)
bind
in interface Controller
public void onStartScreen()
onStartScreen
in interface Controller
public boolean inputEvent(NiftyInputEvent inputEvent)
inputEvent
in interface Controller
public void setGroup(String groupId)
RadioButton
setGroup
in interface RadioButton
public RadioButtonGroup getGroup()
RadioButton
getGroup
in interface RadioButton
public void deactivate()
public void activate()
public boolean isActivated()
RadioButton
isActivated
in interface RadioButton
public void select()
RadioButton
select
in interface RadioButton
public void onClick()
Copyright © 2013. All Rights Reserved.