public interface GridLayer extends GridSelectionManager, GridPinnedModeManager, com.ait.lienzo.client.core.shape.IContainer<com.ait.lienzo.client.core.shape.Layer,com.ait.lienzo.client.core.shape.IPrimitive<?>>, com.ait.lienzo.client.core.shape.IDrawable<com.ait.lienzo.client.core.shape.Layer>, com.ait.lienzo.client.core.event.NodeMouseDownHandler, com.ait.lienzo.client.core.event.NodeMouseMoveHandler, com.ait.lienzo.client.core.event.NodeMouseUpHandler
GridPinnedModeManager.PinnedContext
Modifier and Type | Method and Description |
---|---|
com.ait.lienzo.client.core.shape.Layer |
batch(GridLayerRedrawManager.PrioritizedCommand command)
Redraw the Grid.
|
void |
flipToGridWidget(GridWidget gridWidget)
Moves the specified GridWidget into view without scrolling the Canvas.
|
com.google.gwt.user.client.ui.AbsolutePanel |
getDomElementContainer()
Get the overlay panel.
|
Set<com.ait.lienzo.client.core.shape.IPrimitive<?>> |
getGridWidgetConnectors()
Gets a collection of all connectors used to connect all
GridWidget together. |
GridWidgetDnDHandlersState |
getGridWidgetHandlersState()
Get the state of any Handlers registered to the Grid
|
Bounds |
getVisibleBounds()
Get the visible bounds of the Layer in the Viewport
|
void |
refreshGridWidgetConnectors()
Refreshes all connectors used to connect all
GridWidget together. |
void |
scrollToGridWidget(GridWidget gridWidget)
Scrolls the specified GridWidget into view.
|
void |
setDomElementContainer(com.google.gwt.user.client.ui.AbsolutePanel getDomElementContainer)
Set a reference to an AbsolutePanel that overlays the Canvas.
|
getGridWidgets, select, selectLinkedColumn
addOnEnterPinnedModeCommand, addOnExitPinnedModeCommand, enterPinnedMode, exitPinnedMode, getDefaultTransformMediator, getPinnedContext, updatePinnedContext
isGridPinned
add, add, find, findByID, getChildNodes, getChildNodes, getDefaultStorageEngine, getPathClipper, getStorageBounds, getStorageEngine, length, moveDown, moveToBottom, moveToTop, moveUp, remove, removeAll, setPathClipper, setStorageBounds, setStorageEngine
addAttributesChangedHandler, 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, batch, cancelAttributesChangedBatcher, copy, draw, 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, uuid
getFactory, toJSONObject, toJSONString
onNodeMouseDown
Bounds getVisibleBounds()
GridWidgetDnDHandlersState getGridWidgetHandlersState()
com.google.gwt.user.client.ui.AbsolutePanel getDomElementContainer()
void setDomElementContainer(com.google.gwt.user.client.ui.AbsolutePanel getDomElementContainer)
getDomElementContainer
- The overlay panelcom.ait.lienzo.client.core.shape.Layer batch(GridLayerRedrawManager.PrioritizedCommand command)
command
- The command to executeSet<com.ait.lienzo.client.core.shape.IPrimitive<?>> getGridWidgetConnectors()
GridWidget
together.Set
of connectors.void refreshGridWidgetConnectors()
GridWidget
together.void flipToGridWidget(GridWidget gridWidget)
gridWidget
- The GridWidget to move into view.void scrollToGridWidget(GridWidget gridWidget)
gridWidget
- The GridWidget to scroll into view.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.