|
||||||||||
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.pageview.AbstractButton
public abstract class AbstractButton
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
AbstractButton()
|
|
AbstractButton(java.lang.Object vText)
|
|
AbstractButton(java.lang.Object vText,
java.lang.Object vIcon)
|
|
AbstractButton(java.lang.Object vText,
java.lang.Object vIcon,
java.lang.Object vIconWidth)
|
|
AbstractButton(java.lang.Object vText,
java.lang.Object vIcon,
java.lang.Object vIconWidth,
java.lang.Object vIconHeight)
|
|
AbstractButton(java.lang.Object vText,
java.lang.Object vIcon,
java.lang.Object vIconWidth,
java.lang.Object vIconHeight,
java.lang.Object vFlash)
|
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)
|
void |
_applyPage(java.lang.Object value,
java.lang.Object old)
|
java.lang.Object |
_applyParent(java.lang.Object value,
java.lang.Object old)
|
void |
_onkeydown(Event e)
|
void |
_onkeypress(Event e)
|
void |
_onmousedown(Event e)
|
void |
_onmouseout(Event e)
|
void |
_onmouseover(Event e)
|
boolean |
getChecked()
Returns the (computed) value of the property checked . |
RadioManager |
getManager()
Returns the (computed) value of the property manager . |
java.lang.String |
getName()
Returns the (computed) value of the property name . |
AbstractPage |
getPage()
Returns the (computed) value of the property page . |
java.lang.Object |
getView()
|
void |
initChecked(boolean arg)
Calls the apply method and dispatches the change event of the property checked
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. |
void |
initPage(AbstractPage arg)
Calls the apply method and dispatches the change event of the property page
with the default value defined by the class developer. |
boolean |
isChecked()
Check whether the (computed) value of the boolean property checked equals true . |
void |
resetChecked()
Resets the user value of the property checked . |
void |
resetManager()
Resets the user value of the property manager . |
void |
resetName()
Resets the user value of the property name . |
void |
resetPage()
Resets the user value of the property page . |
void |
setChecked(boolean arg)
Sets the user value of the property checked . |
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 . |
void |
setPage(AbstractPage arg)
Sets the user value of the property page . |
boolean |
toggleChecked()
Toggles the (computed) value of the boolean property checked . |
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 AbstractButton()
public AbstractButton(java.lang.Object vText)
public AbstractButton(java.lang.Object vText, java.lang.Object vIcon)
public AbstractButton(java.lang.Object vText, java.lang.Object vIcon, java.lang.Object vIconWidth)
public AbstractButton(java.lang.Object vText, java.lang.Object vIcon, java.lang.Object vIconWidth, java.lang.Object vIconHeight)
public AbstractButton(java.lang.Object vText, java.lang.Object vIcon, java.lang.Object vIconWidth, java.lang.Object vIconHeight, java.lang.Object vFlash)
Method Detail |
---|
public void _applyChecked(java.lang.Object value, java.lang.Object old)
public void _applyManager(java.lang.Object value, java.lang.Object old)
public void _applyName(java.lang.Object value, java.lang.Object old)
public void _applyPage(java.lang.Object value, java.lang.Object old)
public java.lang.Object _applyParent(java.lang.Object value, java.lang.Object old)
_applyParent
in class Widget
public void _onkeydown(Event e)
public void _onkeypress(Event e)
public void _onmousedown(Event e)
public void _onmouseout(Event e)
public void _onmouseover(Event e)
public boolean getChecked()
Returns the (computed) value of the property checked
.
For further details take a look at the property definition: checked
.
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 AbstractPage getPage()
Returns the (computed) value of the property page
.
For further details take a look at the property definition: page
.
public java.lang.Object getView()
public void initChecked(boolean arg)
Calls the apply method and dispatches the change event of the property checked
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: checked
.
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 void initPage(AbstractPage arg)
Calls the apply method and dispatches the change event of the property page
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: page
.
public boolean isChecked()
Check whether the (computed) value of the boolean property checked
equals true
.
For further details take a look at the property definition: checked
.
public void resetChecked()
Resets the user value of the property checked
.
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: checked
.
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 resetPage()
Resets the user value of the property page
.
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: page
.
public void setChecked(boolean arg)
Sets the user value of the property checked
.
For further details take a look at the property definition: checked
.
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 void setPage(AbstractPage arg)
Sets the user value of the property page
.
For further details take a look at the property definition: page
.
public boolean toggleChecked()
Toggles the (computed) value of the boolean property checked
.
For further details take a look at the property definition: checked
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |