public abstract class BaseNavigateCommand extends AbstractCanvasGraphCommand
Modifier and Type | Field and Description |
---|---|
protected ExpressionEditorView.Presenter |
editor |
protected HasExpression |
hasExpression |
protected Optional<HasName> |
hasName |
protected boolean |
isOnlyVisualChangeAllowed |
protected String |
nodeUUID |
protected SessionPresenter<? extends ClientSession,?,Diagram> |
presenter |
protected javax.enterprise.event.Event<RefreshFormPropertiesEvent> |
refreshFormPropertiesEvent |
protected SessionCommandManager<AbstractCanvasHandler> |
sessionCommandManager |
protected SessionManager |
sessionManager |
Constructor and Description |
---|
BaseNavigateCommand(ExpressionEditorView.Presenter editor,
SessionPresenter<? extends ClientSession,?,Diagram> presenter,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
javax.enterprise.event.Event<RefreshFormPropertiesEvent> refreshFormPropertiesEvent,
String nodeUUID,
HasExpression hasExpression,
Optional<HasName> hasName,
boolean isOnlyVisualChangeAllowed) |
Modifier and Type | Method and Description |
---|---|
protected void |
addDRGEditorToCanvasWidget() |
protected void |
addExpressionEditorToCanvasWidget() |
protected void |
enableHandlers(boolean enabled) |
protected void |
hidePaletteWidget(boolean hidden) |
protected void |
navigateToDRGEditor(HasExpression hasExpression,
Optional<HasName> hasName) |
protected void |
navigateToExpressionEditor(HasExpression hasExpression,
Optional<HasName> hasName) |
protected org.uberfire.client.workbench.widgets.listbar.ResizeFlowPanel |
wrapElementForErrai1090() |
allow, execute, getCanvasCommand, getGraphCommand, getNode, newCanvasCommand, newGraphCommand, undo
buildResult, checkShapeNotNull, toUUID, toUUIDs
protected final ExpressionEditorView.Presenter editor
protected final SessionPresenter<? extends ClientSession,?,Diagram> presenter
protected final SessionManager sessionManager
protected final SessionCommandManager<AbstractCanvasHandler> sessionCommandManager
protected final javax.enterprise.event.Event<RefreshFormPropertiesEvent> refreshFormPropertiesEvent
protected final String nodeUUID
protected final HasExpression hasExpression
protected final boolean isOnlyVisualChangeAllowed
public BaseNavigateCommand(ExpressionEditorView.Presenter editor, SessionPresenter<? extends ClientSession,?,Diagram> presenter, SessionManager sessionManager, SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, javax.enterprise.event.Event<RefreshFormPropertiesEvent> refreshFormPropertiesEvent, String nodeUUID, HasExpression hasExpression, Optional<HasName> hasName, boolean isOnlyVisualChangeAllowed)
protected void navigateToExpressionEditor(HasExpression hasExpression, Optional<HasName> hasName)
protected void navigateToDRGEditor(HasExpression hasExpression, Optional<HasName> hasName)
protected void enableHandlers(boolean enabled)
protected void addExpressionEditorToCanvasWidget()
protected org.uberfire.client.workbench.widgets.listbar.ResizeFlowPanel wrapElementForErrai1090()
protected void addDRGEditorToCanvasWidget()
protected void hidePaletteWidget(boolean hidden)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.