@ApplicationScoped public class DecisionNavigatorPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
DecisionNavigatorPresenter.View |
Modifier and Type | Field and Description |
---|---|
static String |
IDENTIFIER |
Modifier | Constructor and Description |
---|---|
protected |
DecisionNavigatorPresenter() |
|
DecisionNavigatorPresenter(DecisionNavigatorPresenter.View view,
DecisionNavigatorTreePresenter treePresenter,
DecisionComponents decisionComponents,
DecisionNavigatorObserver decisionNavigatorObserver,
DecisionNavigatorChildrenTraverse navigatorChildrenTraverse,
DecisionNavigatorItemFactory itemFactory,
org.jboss.errai.ui.client.local.spi.TranslationService translationService,
IsKogito isKogito) |
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdateElement(Element<?> element) |
void |
clearSelections() |
org.uberfire.workbench.model.Position |
getDefaultPosition() |
Diagram |
getDiagram() |
Optional<Graph> |
getGraph() |
CanvasHandler |
getHandler() |
String |
getTitle() |
DecisionNavigatorTreePresenter |
getTreePresenter() |
DecisionNavigatorPresenter.View |
getView() |
void |
onRefreshDecisionComponents(RefreshDecisionComponents events) |
void |
refreshComponentsView() |
void |
refreshTreeView() |
void |
removeAllElements() |
void |
removeElement(Element<?> element) |
void |
setHandler(CanvasHandler handler) |
void |
updateElement(Element<?> element) |
public static final String IDENTIFIER
protected DecisionNavigatorPresenter()
@Inject public DecisionNavigatorPresenter(DecisionNavigatorPresenter.View view, DecisionNavigatorTreePresenter treePresenter, DecisionComponents decisionComponents, DecisionNavigatorObserver decisionNavigatorObserver, DecisionNavigatorChildrenTraverse navigatorChildrenTraverse, DecisionNavigatorItemFactory itemFactory, org.jboss.errai.ui.client.local.spi.TranslationService translationService, IsKogito isKogito)
public DecisionNavigatorPresenter.View getView()
public String getTitle()
public org.uberfire.workbench.model.Position getDefaultPosition()
public void onRefreshDecisionComponents(@Observes RefreshDecisionComponents events)
public DecisionNavigatorTreePresenter getTreePresenter()
public Diagram getDiagram()
public CanvasHandler getHandler()
public void setHandler(CanvasHandler handler)
public void addOrUpdateElement(Element<?> element)
public void updateElement(Element<?> element)
public void removeElement(Element<?> element)
public void removeAllElements()
public void refreshTreeView()
public void refreshComponentsView()
public void clearSelections()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.