@Templated public class DecisionNavigatorTreeView extends Object implements DecisionNavigatorTreePresenter.View
| Modifier and Type | Class and Description |
|---|---|
static class |
DecisionNavigatorTreeView.TreeItem |
| Constructor and Description |
|---|
DecisionNavigatorTreeView(elemental2.dom.HTMLDivElement view,
elemental2.dom.HTMLDivElement items,
org.jboss.errai.ioc.client.api.ManagedInstance<DecisionNavigatorTreeView.TreeItem> managedInstance,
org.jboss.errai.common.client.dom.elemental2.Elemental2DomUtil util) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
deselect() |
elemental2.dom.HTMLElement |
getElement() |
void |
init(DecisionNavigatorTreePresenter presenter) |
void |
select(String uuid) |
void |
setup(List<DecisionNavigatorItem> items) |
@Inject
public DecisionNavigatorTreeView(elemental2.dom.HTMLDivElement view,
elemental2.dom.HTMLDivElement items,
org.jboss.errai.ioc.client.api.ManagedInstance<DecisionNavigatorTreeView.TreeItem> managedInstance,
org.jboss.errai.common.client.dom.elemental2.Elemental2DomUtil util)
public void init(DecisionNavigatorTreePresenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<DecisionNavigatorTreePresenter>public elemental2.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.elemental2.IsElementpublic void clean()
clean in interface DecisionNavigatorTreePresenter.Viewpublic void setup(List<DecisionNavigatorItem> items)
setup in interface DecisionNavigatorTreePresenter.Viewpublic void select(String uuid)
select in interface DecisionNavigatorTreePresenter.Viewpublic void deselect()
deselect in interface DecisionNavigatorTreePresenter.ViewCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.