| Package | Description |
|---|---|
| org.kie.workbench.common.screens.library.client.settings.util.dropdown |
| Modifier and Type | Field and Description |
|---|---|
KieDropdownElement.Item.Status |
KieDropdownElement.Item.status |
| Modifier and Type | Method and Description |
|---|---|
static KieDropdownElement.Item.Status |
KieDropdownElement.Item.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KieDropdownElement.Item.Status[] |
KieDropdownElement.Item.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KieDropdownElementView.Item.setStatus(KieDropdownElement.Item.Status status) |
| Constructor and Description |
|---|
Item(T value,
String label,
KieDropdownElement.Item.Status status,
Consumer<T> onClickHandler,
KieDropdownElement.Item.Type type) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.