T - The Grid bean type.@FunctionalInterface public interface GridDragStartListener<T> extends ConnectorEventListener
GridDragSource.addGridDragStartListener(GridDragStartListener)| Modifier and Type | Field and Description |
|---|---|
static Method |
DRAG_START_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
dragStart(GridDragStartEvent<T> event)
Invoked when the user has started dragging grid's rows.
|
static final Method DRAG_START_METHOD
void dragStart(GridDragStartEvent<T> event)
event - The drag start event.Copyright © 2021 Vaadin Ltd. All rights reserved.