| Interface | Description |
|---|---|
| DragAndDropHandler.DragAndDropCallback |
Callback interface for drag and drop.
|
| DragHandle.DragHandleCallback |
Callback interface for the DragHandle event life cycle
|
| DragImageModifier |
Interface implemented by widgets if the drag image used for drag'n'drop
requires additional initialization/configuration.
|
| VAcceptCallback | |
| VDragAndDropManager.DDManagerMediator |
Implementation if this interface is provided as a parameter to
DDEventHandleStrategy methods.
|
| VDragEventServerCallback | |
| VDropHandler |
Vaadin Widgets that want to receive something via drag and drop implement
this interface.
|
| VHasDropHandler |
Used to detect Widget from widget tree that has
VHasDropHandler.getDropHandler()
Decide whether to get rid of this class. |
| Class | Description |
|---|---|
| DDEventHandleStrategy |
Strategy to handle native preview events for VDragAndDropManager.
|
| DDUtil | |
| DragAndDropHandler |
A simple event handler for elements that can be drag and dropped.
|
| DragHandle |
Drag handle implementation.
|
| VAbstractDropHandler | |
| VAcceptAll | |
| VAcceptCriteria |
A class via all AcceptCriteria instances are fetched by an identifier.
|
| VAcceptCriterion | |
| VAcceptCriterionFactory |
Generated by
AcceptCriteriaFactoryGenerator |
| VAnd | |
| VContainsDataFlavor | |
| VDragAndDropManager |
Helper class to manage the state of drag and drop event on Vaadin client
side.
|
| VDragEvent |
DragEvent used by Vaadin client side engine.
|
| VDragSourceIs |
TODO Javadoc!
|
| VHtml5DragEvent |
Helper class to access html5 style drag events.
|
| VHtml5File |
Wrapper for html5 File object.
|
| VIsOverId | |
| VItemIdIs | |
| VLazyInitItemIdentifiers | |
| VLazyInitItemIdentifiers.VTableLazyInitItemIdentifiers | |
| VLazyInitItemIdentifiers.VTreeLazyInitItemIdentifiers | |
| VNot |
TODO implementation could now be simplified/optimized
|
| VOr | |
| VOverTreeNode | |
| VServerAccept | |
| VSourceIsTarget | |
| VTargetDetailIs | |
| VTargetInSubtree | |
| VTransferable |
Client side counterpart for Transferable in com.vaadin.event.Transferable
|
Copyright © 2016 Vaadin Ltd. All rights reserved.