| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| com.codename1.ui.list |
Lists are highly customizable and serve as the basis for
ComboBox and
other components (such as carousels etc) they employ a similar MVC approach to
Swing including the renderer pattern, notice that we strongly
discourage usage of lists...ListCellRenderer
allows us to customize the appearance of a list entry, it works as a
"rubber stamp" by drawing the rendered component and discarding its state thus
allowing very large lists with very little component state overhead. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FontImage.setFontIcon(MultiButton l,
Font font,
char icon,
float size)
Applies an icon from the font to the given component using the
styling of the label
|
static void |
FontImage.setMaterialIcon(MultiButton l,
char icon)
Applies a material design icon (one of the MATERIAL_* icons above) to the given component using the
styling of the label
|
static void |
FontImage.setMaterialIcon(MultiButton l,
char icon,
float size)
Applies a material design icon (one of the MATERIAL_* icons above) to the given component using the
styling of the label
|
| Modifier and Type | Method and Description |
|---|---|
MultiButton |
MultiList.getSelectedButton()
Allows developers to customize the properties of the selected multi-button in code
|
MultiButton |
MultiList.getUnselectedButton()
Allows developers to customize the properties of the unselected multi-button in code
|
Copyright © 2022. All rights reserved.