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