Class KieDropdownElement.Item<T>
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.settings.util.dropdown.KieDropdownElement.Item<T>
-
- Enclosing class:
- KieDropdownElement<T>
public static class KieDropdownElement.Item<T> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKieDropdownElement.Item.Statusstatic classKieDropdownElement.Item.Type
-
Field Summary
Fields Modifier and Type Field Description StringlabelConsumer<T>onClickHandlerKieDropdownElement.Item.StatusstatusKieDropdownElement.Item.TypetypeTvalue
-
Constructor Summary
Constructors Constructor Description Item(T value, String label, KieDropdownElement.Item.Status status, Consumer<T> onClickHandler, KieDropdownElement.Item.Type type)
-
-
-
Field Detail
-
value
public final T value
-
label
public final String label
-
status
public final KieDropdownElement.Item.Status status
-
type
public final KieDropdownElement.Item.Type type
-
-
Constructor Detail
-
Item
public Item(T value, String label, KieDropdownElement.Item.Status status, Consumer<T> onClickHandler, KieDropdownElement.Item.Type type)
-
-