public interface TreeGridDropTargetRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
drop(List<String> types,
Map<String,String> data,
String dropEffect,
String rowKey,
Integer depth,
Boolean collapsed,
DropLocation dropLocation,
MouseEventDetails mouseEventDetails)
Called when drop event happens on client side.
|
void drop(List<String> types, Map<String,String> data, String dropEffect, String rowKey, Integer depth, Boolean collapsed, DropLocation dropLocation, MouseEventDetails mouseEventDetails)
types - list of data types from DataTransfer.types objectdata - map containing all types and corresponding data from the DataTransfer objectdropEffect - the desired drop effectrowKey - key of the row on which the drop event occurreddepth - depth of the row in the hierarchycollapsed - whether the target row is collapseddropLocation - location of the drop within the rowmouseEventDetails - Mouse event details object containing information about the drop
eventCopyright © 2017 Vaadin Ltd. All rights reserved.