| |
|
| nextapp.echo2.app.button.ToggleButton nextapp.echo2.app.CheckBox
CheckBox | public CheckBox()(Code) | | Creates a check box with no text or icon.
|
CheckBox | public CheckBox(String text)(Code) | | Creates a check box with text.
Parameters: text - the text to be displayed in the check box |
CheckBox | public CheckBox(ImageReference icon)(Code) | | Creates a check box with an icon.
Parameters: icon - the icon to be displayed in the check box |
CheckBox | public CheckBox(String text, ImageReference icon)(Code) | | Creates a check box with text and an icon.
Parameters: text - the text to be displayed in the check box Parameters: icon - the icon to be displayed in the check box |
|
|
|