DRAGGED - dragged objects type.TARGET - target object type.public interface DropHandler<DRAGGED,TARGET>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findSupportedTypes()
Returns list of droppable types handled.
|
List<DropOperationData<DRAGGED,TARGET,Object>> |
handleDrop(List<DRAGGED> dragged,
TARGET target,
DragAndDropContext context)
Handles drop operation.
|
List<DropOperationData<DRAGGED,TARGET,Object>> handleDrop(List<DRAGGED> dragged, TARGET target, DragAndDropContext context)
dragged - dragged objects.target - target object on which dragged objects are dropped.context - context of drag and drop operation.Copyright © 2018. All rights reserved.