public interface GridDragSourceRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
dragEnd(DropEffect dropEffect,
List<String> draggedItemKeys)
Called when dragend event happens on client side.
|
void |
dragStart(List<String> draggedItemKeys)
Called when dragstart event happens on client side.
|
void dragStart(List<String> draggedItemKeys)
draggedItemKeys - Keys of the items in Grid being dragged.void dragEnd(DropEffect dropEffect, List<String> draggedItemKeys)
dropEffect - Drop effect of the dragend event, extracted from DataTransfer.dropEffect parameter.draggedItemKeys - Keys of the items in Grid having been dragged.Copyright © 2021 Vaadin Ltd. All rights reserved.