public class GridWidgetDnDMouseDownHandler extends Object implements com.ait.lienzo.client.core.event.NodeMouseDownHandler
| Modifier and Type | Field and Description |
|---|---|
protected GridLayer |
layer |
protected GridWidgetDnDHandlersState |
state |
| Constructor and Description |
|---|
GridWidgetDnDMouseDownHandler(GridLayer layer,
GridWidgetDnDHandlersState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
onNodeMouseDown(com.ait.lienzo.client.core.event.NodeMouseDownEvent event) |
protected void |
showColumnHighlight(GridWidget view,
List<GridColumn<?>> activeGridColumns) |
protected void |
showRowHighlight(GridWidget view,
List<GridRow> activeGridRows) |
protected final GridLayer layer
protected final GridWidgetDnDHandlersState state
public GridWidgetDnDMouseDownHandler(GridLayer layer, GridWidgetDnDHandlersState state)
public void onNodeMouseDown(com.ait.lienzo.client.core.event.NodeMouseDownEvent event)
onNodeMouseDown in interface com.ait.lienzo.client.core.event.NodeMouseDownHandlerprotected void showColumnHighlight(GridWidget view, List<GridColumn<?>> activeGridColumns)
protected void showRowHighlight(GridWidget view, List<GridRow> activeGridRows)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.