| 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 void |
FontImage.setFontIcon(SpanButton l,
Font font,
char icon)
Applies an icon from the font to the given component using the
styling of the label
|
static void |
FontImage.setFontIcon(SpanButton 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(SpanButton 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(SpanButton 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
|
Copyright © 2022. All rights reserved.