|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.basic.Atom
qx.ui.form.Button
qx.ui.toolbar.Button
qx.ui.toolbar.CheckBox
qx.ui.toolbar.RadioButton
public class RadioButton
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
RadioButton()
|
|
RadioButton(java.lang.Object vText)
|
|
RadioButton(java.lang.Object vText,
java.lang.Object vIcon)
|
|
RadioButton(java.lang.Object vText,
java.lang.Object vIcon,
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 |
_onmouseup(Event e)
Listener method for “mouseup” event Removes “pressed” state (if set) Removes “abandoned” state (if set) Adds “over” state (if “abandoned” state is not set) |
boolean |
getDisableUncheck()
Returns the (computed) value of the property disableUncheck . |
RadioManager |
getManager()
Returns the (computed) value of the property manager . |
java.lang.String |
getName()
Returns the (computed) value of the property name . |
void |
initDisableUncheck(boolean arg)
Calls the apply method and dispatches the change event of the property disableUncheck
with the default value defined by the class developer. |
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 |
initName(java.lang.String arg)
Calls the apply method and dispatches the change event of the property name
with the default value defined by the class developer. |
boolean |
isDisableUncheck()
Check whether the (computed) value of the boolean property disableUncheck equals true . |
void |
resetDisableUncheck()
Resets the user value of the property disableUncheck . |
void |
resetManager()
Resets the user value of the property manager . |
void |
resetName()
Resets the user value of the property name . |
void |
setDisableUncheck(boolean arg)
Sets the user value of the property disableUncheck . |
void |
setManager(RadioManager arg)
Sets the user value of the property manager . |
void |
setName(java.lang.String arg)
Sets the user value of the property name . |
boolean |
toggleDisableUncheck()
Toggles the (computed) value of the boolean property disableUncheck . |
Methods inherited from class qx.ui.toolbar.CheckBox |
---|
getChecked, initChecked, isChecked, resetChecked, setChecked, toggleChecked |
Methods inherited from class qx.ui.toolbar.Button |
---|
_onkeydown, _onkeyup |
Methods inherited from class qx.ui.form.Button |
---|
_onkeydown, _onkeyup, _onmousedown, _onmouseout, _onmouseover |
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 vText)
public RadioButton(java.lang.Object vText, java.lang.Object vIcon)
public RadioButton(java.lang.Object vText, java.lang.Object vIcon, 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 _onmouseup(Event e)
Button
Listener method for “mouseup” event
_onmouseup
in class CheckBox
public boolean getDisableUncheck()
Returns the (computed) value of the property disableUncheck
.
For further details take a look at the property definition: disableUncheck
.
public RadioManager getManager()
Returns the (computed) value of the property manager
.
For further details take a look at the property definition: manager
.
public java.lang.String getName()
Returns the (computed) value of the property name
.
For further details take a look at the property definition: name
.
public void initDisableUncheck(boolean arg)
Calls the apply method and dispatches the change event of the property disableUncheck
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: disableUncheck
.
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 initName(java.lang.String arg)
Calls the apply method and dispatches the change event of the property name
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: name
.
public boolean isDisableUncheck()
Check whether the (computed) value of the boolean property disableUncheck
equals true
.
For further details take a look at the property definition: disableUncheck
.
public void resetDisableUncheck()
Resets the user value of the property disableUncheck
.
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: disableUncheck
.
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 resetName()
Resets the user value of the property name
.
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: name
.
public void setDisableUncheck(boolean arg)
Sets the user value of the property disableUncheck
.
For further details take a look at the property definition: disableUncheck
.
public void setManager(RadioManager arg)
Sets the user value of the property manager
.
For further details take a look at the property definition: manager
.
public void setName(java.lang.String arg)
Sets the user value of the property name
.
For further details take a look at the property definition: name
.
public boolean toggleDisableUncheck()
Toggles the (computed) value of the boolean property disableUncheck
.
For further details take a look at the property definition: disableUncheck
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |