public class ScenarioGridLayer
extends org.uberfire.ext.wires.core.grids.client.widget.layer.impl.DefaultGridLayer
DefaultGridLayer.
This layer contains a ScenarioGrid.
It also has a reference to the containing ScenarioGridPanel to avoid circular references by CDI
com.ait.lienzo.client.core.shape.Layer.LayerFactory, com.ait.lienzo.client.core.shape.Layer.SelectionLayercom.ait.lienzo.client.core.shape.ContainerNode.ContainerNodeFactory<C extends com.ait.lienzo.client.core.shape.json.IJSONSerializable<C> & com.ait.lienzo.client.core.shape.IContainer<C,?>>| Constructor and Description |
|---|
ScenarioGridLayer() |
| Modifier and Type | Method and Description |
|---|---|
com.ait.lienzo.client.core.shape.Layer |
addScenarioGrid(ScenarioGrid scenarioGrid)
Add a
ScenarioGrid to this Layer. |
ScenarioGrid |
getScenarioGrid() |
ScenarioGridPanel |
getScenarioGridPanel() |
void |
setScenarioGridPanel(ScenarioGridPanel scenarioGridPanel) |
add, add, addOnEnterPinnedModeCommand, addOnExitPinnedModeCommand, batch, batch, deregister, draw, enterPinnedMode, exitPinnedMode, flipToGridWidget, getDefaultTransformMediator, getDomElementContainer, getGridWidgetConnectors, getGridWidgetDnDMouseDownHandler, getGridWidgetDnDMouseMoveHandler, getGridWidgetDnDMouseUpHandler, getGridWidgetHandlersState, getGridWidgets, getPinnedContext, getVisibleBounds, isGridPinned, onNodeMouseDown, onNodeMouseMove, onNodeMouseUp, refreshGridWidgetConnectors, register, remove, removeAll, scrollToGridWidget, select, selectLinkedColumn, setDomElementContainer, updatePinnedContextasLayer, clear, doBatchScheduled, draw, find, findShapeAtPoint, getCanvasElement, getContext, getDefaultStorageEngine, getElement, getHeight, getLayer, getSelectionLayer, getTransformingAttributes, getWidth, isBatchScheduled, isClearLayerBeforeDraw, isSelection, isShowSelectionLayer, isTransformable, moveDown, moveToBottom, moveToTop, moveUp, removeFromParent, setClearLayerBeforeDraw, setListening, setOnLayerAfterDraw, setOnLayerBeforeDraw, setShowSelectionLayer, setTransformable, setVisible, toDataURL, toDataURL, toJSONObject, unBatchScheduledasContainer, asContainerNode, copy, drawWithoutTransforms, find, findByID, getBoundingBox, getBoundingBoxAttributes, getChildNodes, getChildNodes, getPathClipper, getStorageBounds, getStorageEngine, length, moveDown, moveToBottom, moveToTop, moveUp, setPathClipper, setStorageBounds, setStorageEngineaddAttributesChangedHandler, addEnsureHandler, addNodeDragEndHandler, addNodeDragMoveHandler, addNodeDragStartHandler, addNodeGestureChangeHandler, addNodeGestureEndHandler, addNodeGestureStartHandler, addNodeMouseClickHandler, addNodeMouseDoubleClickHandler, addNodeMouseDownHandler, addNodeMouseEnterHandler, addNodeMouseExitHandler, addNodeMouseMoveHandler, addNodeMouseOutHandler, addNodeMouseOverHandler, addNodeMouseUpHandler, addNodeMouseWheelHandler, addNodeTouchCancelHandler, addNodeTouchEndHandler, addNodeTouchMoveHandler, addNodeTouchStartHandler, addParentsLocations, animate, animate, asAttributes, asAttributes, asGroup, asGroupOf, asGuide, asList, asMultiPointShape, asNode, asPrimitive, asScene, asShape, asViewport, cancelAttributesChangedBatcher, cast, copyUnchecked, doAnimating, drawWithTransforms, drawWithTransforms, equals, fireEvent, getAbsoluteLocation, getAbsoluteTransform, getAttributes, getAttributeSheet, getBoundingPoints, getBoundingPoints, getComputedBoundingPoints, getComputedLocation, getFactory, getID, getMetaData, getName, getNodeType, getOverLayer, getParent, getPossibleNodeTransform, getRequiredAttributes, getScene, getScratchPad, getUserData, getViewport, hashCode, hasMetaData, isAnimating, isEventHandled, isEventHandledGlobally, isListening, isVisible, onWire, refresh, setAttributesChangedBatcher, setID, setName, setNodeType, setParent, setUserData, toJSONString, toString, unAnimating, uuidclone, finalize, getClass, notify, notifyAll, wait, wait, waitfind, findByID, getChildNodes, getChildNodes, getDefaultStorageEngine, getPathClipper, getStorageBounds, getStorageEngine, length, moveDown, moveToBottom, moveToTop, moveUp, setPathClipper, setStorageBounds, setStorageEngineaddAttributesChangedHandler, addNodeDragEndHandler, addNodeDragMoveHandler, addNodeDragStartHandler, addNodeGestureChangeHandler, addNodeGestureEndHandler, addNodeGestureStartHandler, addNodeMouseClickHandler, addNodeMouseDoubleClickHandler, addNodeMouseDownHandler, addNodeMouseEnterHandler, addNodeMouseExitHandler, addNodeMouseMoveHandler, addNodeMouseOutHandler, addNodeMouseOverHandler, addNodeMouseUpHandler, addNodeMouseWheelHandler, addNodeTouchCancelHandler, addNodeTouchEndHandler, addNodeTouchMoveHandler, addNodeTouchStartHandler, animate, animate, asContainer, asContainerNode, asGroup, asGroupOf, asGuide, asLayer, asMultiPointShape, asNode, asPrimitive, asScene, asShape, asViewport, cancelAttributesChangedBatcher, copy, drawWithTransforms, fireEvent, getAbsoluteLocation, getAbsoluteTransform, getAttributes, getAttributeSheet, getBoundingBox, getBoundingBoxAttributes, getBoundingPoints, getComputedBoundingPoints, getComputedLocation, getID, getLayer, getMetaData, getName, getNodeType, getOverLayer, getParent, getRequiredAttributes, getScene, getScratchPad, getTransformingAttributes, getUserData, getViewport, hasMetaData, isEventHandled, isListening, isVisible, moveDown, moveToBottom, moveToTop, moveUp, refresh, removeFromParent, setAttributesChangedBatcher, setID, setListening, setName, setUserData, setVisible, uuidpublic ScenarioGridPanel getScenarioGridPanel()
public void setScenarioGridPanel(ScenarioGridPanel scenarioGridPanel)
public ScenarioGrid getScenarioGrid()
public com.ait.lienzo.client.core.shape.Layer addScenarioGrid(ScenarioGrid scenarioGrid)
ScenarioGrid to this Layer. If the child is a GridWidget then also add
a Connector between the Grid Widget and any "linked" GridWidgets.scenarioGrid - ScenarioGrid to add to the LayerLayerCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.