public class KieDropdownElement<T> extends Object implements org.jboss.errai.common.client.api.elemental2.IsElement
| Modifier and Type | Class and Description |
|---|---|
static class |
KieDropdownElement.Item<T> |
static class |
KieDropdownElement.ItemElement<T> |
static class |
KieDropdownElement.ItemsListPresenter<T> |
static interface |
KieDropdownElement.View |
| Constructor and Description |
|---|
KieDropdownElement(KieDropdownElement.View view,
KieDropdownElement.ItemsListPresenter<T> itemsListPresenter) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
getElement() |
void |
init() |
void |
setup(List<KieDropdownElement.Item<T>> items,
String initialSelectedLabel) |
void |
setValue(String value) |
@Inject public KieDropdownElement(KieDropdownElement.View view, KieDropdownElement.ItemsListPresenter<T> itemsListPresenter)
@PostConstruct public void init()
public void setup(List<KieDropdownElement.Item<T>> items, String initialSelectedLabel)
public void setValue(String value)
public elemental2.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.elemental2.IsElementCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.