| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.ui.dd |
| Modifier and Type | Class and Description |
|---|---|
class |
VDragAndDropWrapper.CustomDropHandler |
| Modifier and Type | Method and Description |
|---|---|
VDropHandler |
VDragAndDropWrapper.getDropHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
VAbstractDropHandler
Deprecated.
Replaced in 8.1 with
DropTargetExtensionConnector |
| Modifier and Type | Method and Description |
|---|---|
protected VDropHandler |
VDragAndDropManager.findDragTarget(com.google.gwt.dom.client.Element element)
Deprecated.
First seeks the widget from this element, then iterates widgets until one
implement HasDropHandler.
|
protected VDropHandler |
DDEventHandleStrategy.findDragTarget(com.google.gwt.dom.client.Element target,
VDragAndDropManager.DDManagerMediator mediator)
Deprecated.
Find drag handler for the
target element. |
VDropHandler |
VDragAndDropManager.getCurrentDropHandler()
Deprecated.
Returns the current drop handler.
|
VDropHandler |
VHasDropHandler.getDropHandler()
Deprecated.
Returns the drop handler for this widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VDragAndDropManager.setCurrentDropHandler(VDropHandler currentDropHandler)
Deprecated.
If drag and drop operation is not handled by
VDragAndDropManagers
internal handler, this can be used to update current VDropHandler
. |
Copyright © 2023 Vaadin Ltd. All rights reserved.