Package | Description |
---|---|
org.uberfire.ext.wires.core.grids.client.widget.grid.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGridWidgetCellSelectorMouseEventHandler
A
NodeMouseEventHandler to handle selection of cells. |
class |
DefaultGridWidgetCollapsedCellMouseEventHandler
A
NodeMouseEventHandler to handle interaction with a "merged" GridCell "hot spot". |
class |
DefaultGridWidgetEditCellMouseEventHandler
A
NodeMouseEventHandler to handle editing of cells. |
class |
DefaultGridWidgetLinkedColumnMouseEventHandler
A
NodeMouseEventHandler to handle interaction with a "linked"
GridColumn in the Header and delegating a response to the GridSelectionManager . |
class |
DefaultGridWidgetPinnedModeMouseEventHandler
A
NodeMouseEventHandler to handle entering or exiting of a GridWidget
"pinned" state. |
Modifier and Type | Field and Description |
---|---|
protected List<NodeMouseEventHandler> |
BaseGridWidgetMouseEventHandler.handlers |
Modifier and Type | Method and Description |
---|---|
protected List<NodeMouseEventHandler> |
BaseGridWidget.getNodeMouseClickEventHandlers(GridSelectionManager selectionManager) |
protected List<NodeMouseEventHandler> |
BaseGridWidget.getNodeMouseDoubleClickEventHandlers(GridSelectionManager selectionManager,
GridPinnedModeManager pinnedModeManager) |
Constructor and Description |
---|
BaseGridWidgetMouseClickHandler(GridWidget gridWidget,
List<NodeMouseEventHandler> handlers) |
BaseGridWidgetMouseDoubleClickHandler(GridWidget gridWidget,
List<NodeMouseEventHandler> handlers) |
BaseGridWidgetMouseEventHandler(GridWidget gridWidget,
List<NodeMouseEventHandler> handlers) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.