Control | +--Checkboxpublic class Checkbox
Encapsulates a standard Windows check box control. The checked status of the control is retrieved by calling the getChecked method and is set using setChecked.
Constructors
Name | Description |
---|---|
Checkbox() | Class constructor. |
Methods
Name | Description |
---|---|
addOnCheckStateChanged(EventHandler handler) | Topic under construction. |
getAlignText() | Topic under construction. |
getAuto() | Topic under construction. |
getChecked() | Topic under construction. |
getCheckState() | Topic under construction. |
getGroupValue(Control group) | Topic under construction. |
getPushLike() | Returns the current value of the PushLike property. |
getThreeState() | Topic under construction. |
removeOnCheckStateChanged(EventHandler handler) | Topic under construction. |
setAlignText(int value) | Topic under construction. |
setAuto(boolean value) | Topic under construction. |
setChecked(boolean value) | Topic under construction. |
setCheckState(int value) | Topic under construction. |
setGroupValue(Control group, int value) | Topic under construction. |
setPushLike(boolean value) | Topic under construction. |
setThreeState(boolean value) | Topic under construction. |
Class constructor.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Returns current value of the PushLike property.
Returns the current value of the PushLike property.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.