| Package | Description |
|---|---|
| org.dominokit.domino.ui.icons |
| Modifier and Type | Method and Description |
|---|---|
static LabeledIcon.IconPosition |
LabeledIcon.IconPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabeledIcon.IconPosition[] |
LabeledIcon.IconPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LabeledIcon |
LabeledIcon.create(BaseIcon<?> icon,
String text,
LabeledIcon.IconPosition position)
Creates an icon with a label text with providing the position of the icon to either left or
right
|
| Constructor and Description |
|---|
LabeledIcon(BaseIcon<?> icon,
String text,
LabeledIcon.IconPosition position) |
Copyright © 2019–2022 Dominokit. All rights reserved.