| 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()
Deprecated.
|
Transferable |
DragSource.getTransferable(Map<String,Object> rawVariables)
Deprecated.
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)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DragAndDropWrapper.WrapperTransferable
Deprecated.
Since 8.1, will be replaced by FileDropTargetExtension and
FileDropEvent,
https://github.com/vaadin/framework/issues/8891
|
| Modifier and Type | Method and Description |
|---|---|
Transferable |
DragAndDropWrapper.getTransferable(Map<String,Object> rawVariables)
Deprecated.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.