Class KieDropdownElementView
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.settings.util.dropdown.KieDropdownElementView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.elemental2.IsElement,org.jboss.errai.ui.client.local.api.elemental2.IsElement,KieDropdownElement.View,org.uberfire.client.mvp.HasPresenter<KieDropdownElement>,org.uberfire.client.mvp.UberElemental<KieDropdownElement>
@Templated public class KieDropdownElementView extends Object implements KieDropdownElement.View, org.jboss.errai.ui.client.local.api.elemental2.IsElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKieDropdownElementView.Item<T>
-
Constructor Summary
Constructors Constructor Description KieDropdownElementView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLUListElementgetUl()voidinit(KieDropdownElement presenter)voidsetSelectedLabel(String label)
-
-
-
Method Detail
-
init
public void init(KieDropdownElement presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<KieDropdownElement>
-
getUl
public elemental2.dom.HTMLUListElement getUl()
- Specified by:
getUlin interfaceKieDropdownElement.View
-
setSelectedLabel
public void setSelectedLabel(String label)
- Specified by:
setSelectedLabelin interfaceKieDropdownElement.View
-
-