public class ExpressionEditor extends Object implements ExpressionEditorView.Presenter
| Constructor and Description |
|---|
ExpressionEditor(ExpressionEditorView view,
DecisionNavigatorPresenter decisionNavigator) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(DMNSession session) |
void |
exit() |
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
ExpressionEditorView |
getView() |
void |
handleCanvasElementUpdated(CanvasElementUpdatedEvent event) |
void |
setExitCommand(org.uberfire.mvp.Command exitCommand) |
void |
setExpression(String nodeUUID,
HasExpression hasExpression,
Optional<HasName> hasName) |
void |
setToolbarStateHandler(ToolbarStateHandler toolbarStateHandler) |
public ExpressionEditor(ExpressionEditorView view, DecisionNavigatorPresenter decisionNavigator)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void bind(DMNSession session)
bind in interface CanvasControl.SessionAware<DMNSession>public ExpressionEditorView getView()
getView in interface ExpressionEditorView.Presenterpublic void setToolbarStateHandler(ToolbarStateHandler toolbarStateHandler)
setToolbarStateHandler in interface ExpressionEditorView.Presenterpublic void setExpression(String nodeUUID, HasExpression hasExpression, Optional<HasName> hasName)
setExpression in interface ExpressionEditorView.Presenterpublic void setExitCommand(org.uberfire.mvp.Command exitCommand)
setExitCommand in interface ExpressionEditorView.Presenterpublic void exit()
exit in interface ExpressionEditorView.Presenterpublic void handleCanvasElementUpdated(CanvasElementUpdatedEvent event)
handleCanvasElementUpdated in interface ExpressionEditorView.PresenterCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.