Interface | Description |
---|---|
DragSourceRpc |
RPC for firing server side event when client side dragstart event happens on
drag source.
|
DropTargetRpc |
RPC for firing server side drop event when client side drop event happens on
drop target.
|
FileDropTargetClientRpc |
RPC for sending the upload URLs to the client for uploading files.
|
FileDropTargetRpc |
RPC for requesting upload URLs for files dropped on the file drop target.
|
Class | Description |
---|---|
DragSourceState |
State class containing parameters for DragSourceExtension.
|
DropTargetState |
State class containing parameters for DropTargetExtension.
|
FileDropTargetState |
State class containing parameters for FileDropTarget.
|
FileParameters |
Contains parameters of a file.
|
Enum | Description |
---|---|
DropEffect |
Used to specify the drop effect to use on dragenter or dragover events.
|
EffectAllowed |
Used to specify the effect that is allowed for a drag operation.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.