public class DelegatingGridWidgetCellSelectorMouseEventHandler
extends org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
Constructor and Description |
---|
DelegatingGridWidgetCellSelectorMouseEventHandler(org.uberfire.ext.wires.core.grids.client.widget.layer.GridSelectionManager selectionManager,
Supplier<GridCellTuple> parentSupplier,
Supplier<Integer> nestingSupplier) |
Modifier and Type | Method and Description |
---|---|
boolean |
onNodeMouseEvent(org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
com.ait.lienzo.client.core.types.Point2D relativeLocation,
Optional<Integer> uiHeaderRowIndex,
Optional<Integer> uiHeaderColumnIndex,
Optional<Integer> uiRowIndex,
Optional<Integer> uiColumnIndex,
com.ait.lienzo.client.core.event.AbstractNodeMouseEvent event) |
public DelegatingGridWidgetCellSelectorMouseEventHandler(org.uberfire.ext.wires.core.grids.client.widget.layer.GridSelectionManager selectionManager, Supplier<GridCellTuple> parentSupplier, Supplier<Integer> nestingSupplier)
public boolean onNodeMouseEvent(org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget, com.ait.lienzo.client.core.types.Point2D relativeLocation, Optional<Integer> uiHeaderRowIndex, Optional<Integer> uiHeaderColumnIndex, Optional<Integer> uiRowIndex, Optional<Integer> uiColumnIndex, com.ait.lienzo.client.core.event.AbstractNodeMouseEvent event)
onNodeMouseEvent
in interface org.uberfire.ext.wires.core.grids.client.widget.grid.NodeMouseEventHandler
onNodeMouseEvent
in class org.uberfire.ext.wires.core.grids.client.widget.grid.impl.DefaultGridWidgetCellSelectorMouseEventHandler
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.