| Interface | Description |
|---|---|
| DragAndDropHandler.DragAndDropCallback |
Callback interface for drag and drop.
|
| DragHandle.DragHandleCallback |
Callback interface for the DragHandle event life cycle.
|
| DragImageModifier | Deprecated
Since 8.1, no direct replacement, see
DragSourceExtensionConnector |
| VAcceptCallback | Deprecated
Since 8.1, no direct replacement, see
DropTargetExtensionConnector |
| VDragAndDropManager.DDManagerMediator |
Implementation if this interface is provided as a parameter to
DDEventHandleStrategy methods.
|
| VDragEventServerCallback | Deprecated
Replaced in 8.1
DropTargetRpc |
| VDropHandler | Deprecated
Replaced in 8.1 with
DropListener and
DropTargetExtension |
| VHasDropHandler | Deprecated
Replaced in 8.1 with
DropTargetExtensionConnector |
| Class | Description |
|---|---|
| DDEventHandleStrategy | Deprecated
Replaced in 8.1 with
DropTargetExtensionConnector |
| DDUtil | |
| DragAndDropHandler |
A simple event handler for elements that can be drag and dropped.
|
| DragHandle |
Drag handle implementation.
|
| VAbstractDropHandler | Deprecated
Replaced in 8.1 with
DropTargetExtensionConnector |
| VAcceptAll | Deprecated |
| VAcceptCriteria | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VAcceptCriterion | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VAcceptCriterionFactory | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VAnd | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VContainsDataFlavor | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VDragAndDropManager | Deprecated
Replaced in 8.1 with
DropTargetExtensionConnector and
DragSourceExtensionConnector |
| VDragEvent | Deprecated
Since 8.1, no direct replacement, see
DropTargetExtensionConnector |
| VDragSourceIs | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VHtml5DragEvent | Deprecated
Since 8.1, no direct replacement currently, see
DropTargetExtensionConnector |
| VHtml5File | Deprecated
Since 8.1, will be replaced by FileDropTargetExtensionConnector
and FileDropTargetExtension,
https://github.com/vaadin/framework/issues/8891
|
| VLazyInitItemIdentifiers | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDragOverCriteria(String) and
DropTargetExtension#setDropCriteria(String) |
| VNot | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VOr | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VOverTreeNode | Deprecated
Since 8.1, no direct replacement, see
DropTargetExtension
and extending classes |
| VServerAccept | Deprecated
Replaced in 8.1 with
DropTargetExtension |
| VSourceIsTarget | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VTargetDetailIs | Deprecated
Replaced in 8.1 with
DropTargetExtension#setDropCriteria(String) |
| VTransferable | Deprecated
Replaced in 8.1 with
DragSourceExtensionConnector |
Copyright © 2018 Vaadin Ltd. All rights reserved.