|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.layout.HorizontalBoxLayout
qx.ui.menu.Button
qx.ui.menu.CheckBox
qx.ui.menu.RadioButton
public class RadioButton
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
RadioButton()
|
|
RadioButton(java.lang.Object vLabel)
|
|
RadioButton(java.lang.Object vLabel,
java.lang.Object vCommand)
|
|
RadioButton(java.lang.Object vLabel,
java.lang.Object vCommand,
java.lang.Object vChecked)
|
Method Summary | |
---|---|
void |
_applyChecked(java.lang.Object value,
java.lang.Object old)
|
void |
_applyManager(java.lang.Object value,
java.lang.Object old)
|
void |
_applyName(java.lang.Object value,
java.lang.Object old)
Applies the name by delegating it to the manager instance (if available) |
void |
_processExecute()
Processes the execute action in calling the CheckBox.setChecked(boolean) method |
RadioManager |
getManager()
Returns the (computed) value of the property manager . |
void |
initManager(RadioManager arg)
Calls the apply method and dispatches the change event of the property manager
with the default value defined by the class developer. |
void |
resetManager()
Resets the user value of the property manager . |
void |
setManager(RadioManager arg)
Sets the user value of the property manager . |
Methods inherited from class qx.ui.menu.CheckBox |
---|
execute, getChecked, getName, getValue, initChecked, initName, initValue, isChecked, resetChecked, resetName, resetValue, setChecked, setName, setValue, toggleChecked |
Methods inherited from class qx.ui.menu.Button |
---|
_applyCommand, _applyIcon, _applyLabel, _applyMenu, _createLayoutImpl, _onmouseup, getArrowObject, getIcon, getIconObject, getLabel, getLabelObject, getMenu, getParentMenu, getShortcutObject, hasIcon, hasLabel, hasMenu, hasShortcut, initIcon, initLabel, initMenu, resetIcon, resetLabel, resetMenu, setIcon, setLabel, setMenu |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadioButton()
public RadioButton(java.lang.Object vLabel)
public RadioButton(java.lang.Object vLabel, java.lang.Object vCommand)
public RadioButton(java.lang.Object vLabel, java.lang.Object vCommand, java.lang.Object vChecked)
Method Detail |
---|
public void _applyChecked(java.lang.Object value, java.lang.Object old)
_applyChecked
in class CheckBox
public void _applyManager(java.lang.Object value, java.lang.Object old)
public void _applyName(java.lang.Object value, java.lang.Object old)
Applies the name by delegating it to the manager instance (if available)
public void _processExecute()
Processes the execute action in calling the CheckBox.setChecked(boolean)
method
_processExecute
in class CheckBox
public RadioManager getManager()
Returns the (computed) value of the property manager
.
For further details take a look at the property definition: manager
.
public void initManager(RadioManager arg)
Calls the apply method and dispatches the change event of the property manager
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: manager
.
public void resetManager()
Resets the user value of the property manager
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: manager
.
public void setManager(RadioManager arg)
Sets the user value of the property manager
.
For further details take a look at the property definition: manager
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |