| Package | Description |
|---|---|
| com.vaadin.event.dd | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
TargetDetailsImpl
A HashMap backed implementation of
TargetDetails for terminal
implementation and for extension. |
| Modifier and Type | Method and Description |
|---|---|
TargetDetails |
DragAndDropEvent.getTargetDetails() |
TargetDetails |
DropTarget.translateDropTargetDetails(Map<String,Object> clientVariables)
Called before the
DragAndDropEvent is passed to
DropHandler. |
| Constructor and Description |
|---|
DragAndDropEvent(Transferable transferable,
TargetDetails dropTargetDetails) |
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapper.WrapperTargetDetails |
| Modifier and Type | Method and Description |
|---|---|
TargetDetails |
DragAndDropWrapper.translateDropTargetDetails(Map<String,Object> clientVariables) |
Copyright © 2017 Vaadin Ltd. All rights reserved.