| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckBox |
CheckBox.createToggle(Image icon)
Shorthand for creating the check box setting the icon/text and making it into
a toggle button
|
static CheckBox |
CheckBox.createToggle(String text)
Shorthand for creating the check box setting the icon/text and making it into
a toggle button
|
static CheckBox |
CheckBox.createToggle(String text,
Image icon)
Shorthand for creating the check box setting the icon/text and making it into
a toggle button
|
Copyright © 2022. All rights reserved.