| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| 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 |
|---|---|
void |
SpanMultiButton.setGroup(ButtonGroup bg)
Sets the button group for a radio button mode multibutton
|
void |
MultiButton.setGroup(ButtonGroup bg)
Sets the button group for a radio button mode multibutton
|
| Modifier and Type | Method and Description |
|---|---|
ButtonGroup |
RadioButton.getButtonGroup()
Returns the parent button group
|
| Modifier and Type | Method and Description |
|---|---|
static RadioButton |
RadioButton.createToggle(Command cmd,
ButtonGroup bg)
Shorthand for creating the radio button, adding it to a group, setting the command and making it into
a toggle button
|
static RadioButton |
RadioButton.createToggle(Image icon,
ButtonGroup bg)
Shorthand for creating the radio button, adding it to a group, setting the icon/text and making it into
a toggle button
|
static RadioButton |
RadioButton.createToggle(String text,
ButtonGroup bg)
Shorthand for creating the radio button, adding it to a group, setting the icon/text and making it into
a toggle button
|
static RadioButton |
RadioButton.createToggle(String text,
Image icon,
ButtonGroup bg)
Shorthand for creating the radio button, adding it to a group, setting the icon/text and making it into
a toggle button
|
Copyright © 2022. All rights reserved.