@Dependent public class DMNEditorSession extends DefaultEditorSession implements DMNSession
Constructor and Description |
---|
DMNEditorSession(ManagedSession session,
CanvasCommandManager<AbstractCanvasHandler> canvasCommandManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
SessionCommandManager<AbstractCanvasHandler> requestCommandManager,
ClientCommandRegistry<Command<AbstractCanvasHandler,CanvasViolation>> clientCommandRegistry) |
Modifier and Type | Method and Description |
---|---|
CellEditorControlsView.Presenter |
getCellEditorControls() |
ExpressionEditorView.Presenter |
getExpressionEditor() |
ExpressionGridCache |
getExpressionGridCache() |
DMNGridLayer |
getGridLayer() |
DMNGridPanel |
getGridPanel() |
org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator |
getMousePanMediator() |
ManagedSession |
getSession() |
void |
init(Metadata metadata,
org.uberfire.mvp.Command callback) |
constructInstance, destroy, getCanvas, getCanvasHandler, getClipboardControl, getCommandManager, getCommandRegistry, getConnectionAcceptorControl, getContainmentAcceptorControl, getDockingAcceptorControl, getKeyboardControl, getMediatorsControl, getSelectionControl, getSessionUUID, init, open
equals, hashCode, onControlDestroyed, onControlRegistered, onControlRegistered
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCanvas, getCanvasHandler, getSessionUUID
@Inject public DMNEditorSession(ManagedSession session, CanvasCommandManager<AbstractCanvasHandler> canvasCommandManager, @Session SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, @Request SessionCommandManager<AbstractCanvasHandler> requestCommandManager, ClientCommandRegistry<Command<AbstractCanvasHandler,CanvasViolation>> clientCommandRegistry)
public ManagedSession getSession()
getSession
in interface DMNSession
getSession
in class DefaultEditorSession
public void init(Metadata metadata, org.uberfire.mvp.Command callback)
init
in class DefaultEditorSession
public ExpressionGridCache getExpressionGridCache()
getExpressionGridCache
in interface DMNSession
public DMNGridPanel getGridPanel()
getGridPanel
in interface DMNSession
public DMNGridLayer getGridLayer()
getGridLayer
in interface DMNSession
public CellEditorControlsView.Presenter getCellEditorControls()
getCellEditorControls
in interface DMNSession
public org.uberfire.ext.wires.core.grids.client.widget.layer.pinning.impl.RestrictedMousePanMediator getMousePanMediator()
getMousePanMediator
in interface DMNSession
public ExpressionEditorView.Presenter getExpressionEditor()
getExpressionEditor
in interface DMNSession
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.