| Package | Description |
|---|---|
| com.vaadin.event | |
| com.vaadin.event.dd | |
| com.vaadin.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
TransferableImpl
TODO Javadoc!
|
| Modifier and Type | Method and Description |
|---|---|
Transferable |
DragAndDropEvent.getTransferable() |
Transferable |
DragSource.getTransferable(Map<String,Object> rawVariables)
DragSource may convert data added by client side component to meaningful
values for server side developer or add other data based on it.
|
| Constructor and Description |
|---|
DragAndDropEvent(Transferable transferable,
TargetDetails dropTargetDetails) |
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapper.WrapperTransferable |
| Modifier and Type | Method and Description |
|---|---|
Transferable |
DragAndDropWrapper.getTransferable(Map<String,Object> rawVariables) |
Copyright © 2017 Vaadin Ltd. All rights reserved.