T - The Grid bean type.@FunctionalInterface public interface GridDropListener<T> extends ConnectorEventListener
GridDropTarget.addGridDropListener(GridDropListener)| Modifier and Type | Field and Description |
|---|---|
static Method |
DROP_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
drop(GridDropEvent<T> event)
Called when drop event is fired on a Grid row.
|
static final Method DROP_METHOD
void drop(GridDropEvent<T> event)
event - Server side drop event.Copyright © 2019 Vaadin Ltd. All rights reserved.