|
||||||||||
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.basic.Terminator
qx.ui.form.InputCheckSymbol
public class InputCheckSymbol
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
InputCheckSymbol()
|
Method Summary | |
---|---|
void |
_afterAppear()
Sets an additional HtmlProperty “disabled” for the IE if the checkbox widget is not enabled. |
java.lang.Object |
_applyChecked(java.lang.Object value,
java.lang.Object old)
|
void |
_applyEnabled(java.lang.Object value,
java.lang.Object old)
|
java.lang.Object |
_applyName(java.lang.Object value,
java.lang.Object old)
|
java.lang.Object |
_applyType(java.lang.Object value,
java.lang.Object old)
|
java.lang.Object |
_applyValue(java.lang.Object value,
java.lang.Object old)
|
void |
_createElementImpl()
Create widget with empty element |
boolean |
getChecked()
Returns the (computed) value of the property checked . |
java.lang.String |
getName()
Returns the (computed) value of the property name . |
int |
getPreferredBoxHeight()
Returns the box height of the checkbox widget. |
int |
getPreferredBoxWidth()
Returns the box width of the checkbox widget. |
java.lang.Object |
getType()
Returns the (computed) value of the property type . |
java.lang.Object |
getValue()
Returns the (computed) value of the property value . |
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 |
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 |
initType(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property type
with the default value defined by the class developer. |
void |
initValue(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property value
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 |
resetName()
Resets the user value of the property name . |
void |
resetType()
Resets the user value of the property type . |
void |
resetValue()
Resets the user value of the property value . |
void |
setChecked(boolean arg)
Sets the user value of the property checked . |
void |
setName(java.lang.String arg)
Sets the user value of the property name . |
void |
setType(java.lang.Object arg)
Sets the user value of the property type . |
void |
setValue(java.lang.Object arg)
Sets the user value of the property value . |
boolean |
toggleChecked()
Toggles the (computed) value of the boolean property checked . |
Methods inherited from class qx.ui.basic.Terminator |
---|
_computeBoxHeightFallback, _computeBoxWidthFallback, _computePreferredInnerHeight, _computePreferredInnerWidth, _isHeightEssential, _isWidthEssential, _layoutPost, _postApply, _renderContent, renderPadding |
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 InputCheckSymbol()
Method Detail |
---|
public void _afterAppear()
Sets an additional HtmlProperty “disabled” for the IE if the checkbox widget is not enabled.
_afterAppear
in class Widget
public java.lang.Object _applyChecked(java.lang.Object value, java.lang.Object old)
public void _applyEnabled(java.lang.Object value, java.lang.Object old)
_applyEnabled
in class Widget
public java.lang.Object _applyName(java.lang.Object value, java.lang.Object old)
public java.lang.Object _applyType(java.lang.Object value, java.lang.Object old)
public java.lang.Object _applyValue(java.lang.Object value, java.lang.Object old)
public void _createElementImpl()
Create widget with empty element
_createElementImpl
in class Widget
public boolean getChecked()
Returns the (computed) value of the property checked
.
For further details take a look at the property definition: checked
.
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 int getPreferredBoxHeight()
Returns the box height of the checkbox widget. Currently this value is 13.
public int getPreferredBoxWidth()
Returns the box width of the checkbox widget. Currently this value is 13.
public java.lang.Object getType()
Returns the (computed) value of the property type
.
For further details take a look at the property definition: type
.
public java.lang.Object getValue()
Returns the (computed) value of the property value
.
For further details take a look at the property definition: value
.
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 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 initType(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property type
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: type
.
public void initValue(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property value
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: value
.
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 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 resetType()
Resets the user value of the property type
.
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: type
.
public void resetValue()
Resets the user value of the property value
.
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: value
.
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 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 setType(java.lang.Object arg)
Sets the user value of the property type
.
For further details take a look at the property definition: type
.
public void setValue(java.lang.Object arg)
Sets the user value of the property value
.
For further details take a look at the property definition: value
.
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 |