| Package | Description |
|---|---|
| org.dominokit.domino.ui.button | |
| org.dominokit.domino.ui.labels | |
| org.dominokit.domino.ui.style |
| Modifier and Type | Method and Description |
|---|---|
static DropdownButton |
DropdownButton.create(BaseIcon<?> icon,
StyleType type)
Creates a Dropdown button with an icon and apply a
StyleType |
static DropdownButton |
DropdownButton.create(String text,
StyleType type)
Creates a Dropdown button with a text and apply a
StyleType |
static SplitButton |
SplitButton.create(String text,
StyleType type)
Creates a SplitButton with text and apply a
StyleType |
B |
BaseButton.setButtonType(StyleType type)
changes the button style type
|
| Constructor and Description |
|---|
BaseButton(BaseIcon icon,
StyleType type)
creates a button with an icon and default size
ButtonSize.MEDIUM and apply a predefined
StyleType |
BaseButton(String content,
StyleType type)
creates a button with an icon and default size
ButtonSize.MEDIUM and apply a predefined
StyleType |
Button(BaseIcon<?> icon,
StyleType type)
creates a Button with an icon and apply a
StyleType |
Button(String text,
StyleType type)
creates a Button with a text and apply a
StyleType |
DropdownButton(BaseIcon<?> icon,
StyleType type)
Creates a Dropdown button with an icon and apply a
StyleType |
DropdownButton(String text,
StyleType type)
Creates a Dropdown button with a text and apply a
StyleType |
| Modifier and Type | Method and Description |
|---|---|
static Label |
Label.create(String content,
StyleType type)
Creates with content and a type
|
| Modifier and Type | Method and Description |
|---|---|
static StyleType |
StyleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleType[] |
StyleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019–2022 Dominokit. All rights reserved.