| Package | Description |
|---|---|
| com.vaadin.event.dd | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
DropHandler |
DropTarget.getDropHandler() |
| Modifier and Type | Method and Description |
|---|---|
DropHandler |
Tree.getDropHandler() |
DropHandler |
Table.getDropHandler() |
DropHandler |
DragAndDropWrapper.getDropHandler() |
DropHandler |
Calendar.getDropHandler()
Get the currently active drop handler
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setDropHandler(DropHandler dropHandler) |
void |
Table.setDropHandler(DropHandler dropHandler) |
void |
DragAndDropWrapper.setDropHandler(DropHandler dropHandler) |
void |
Calendar.setDropHandler(DropHandler dropHandler)
Set the drop handler for the calendar See
DropHandler for
implementation details. |
Copyright © 2022 Vaadin Ltd. All rights reserved.