| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatingActionButton |
FloatingActionButton.createBadge(String text)
Creates a text badge
|
static FloatingActionButton |
FloatingActionButton.createFAB(char icon)
a factory method to create a FloatingActionButton.
|
static FloatingActionButton |
FloatingActionButton.createFAB(char icon,
String uiid)
a factory method to create a FloatingActionButton.
|
FloatingActionButton |
FloatingActionButton.createSubFAB(char icon,
String text)
Adds a sub FAB to the FloatingActionButton instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Container |
FloatingActionButton.createPopupContent(List<FloatingActionButton> fabs)
Creates the popup content container to display on the dialog.
|
Copyright © 2021. All rights reserved.