| Package | Description |
|---|---|
| com.vaadin.client.ui | |
| com.vaadin.client.ui.calendar.schedule.dd | |
| com.vaadin.client.ui.dd |
| Modifier and Type | Class and Description |
|---|---|
class |
VDragAndDropWrapper.CustomDropHandler |
class |
VScrollTable.VScrollTableDropHandler |
| Modifier and Type | Method and Description |
|---|---|
VDropHandler |
VTree.getDropHandler() |
VDropHandler |
VDragAndDropWrapper.getDropHandler() |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarDropHandler
Abstract base class for calendar drop handlers.
|
class |
CalendarMonthDropHandler
Handles DD when the monthly view is showing in the Calendar.
|
class |
CalendarWeekDropHandler
Handles DD when the weekly view is showing in the Calendar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VAbstractDropHandler |
| Modifier and Type | Method and Description |
|---|---|
protected VDropHandler |
VDragAndDropManager.findDragTarget(com.google.gwt.dom.client.Element element)
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)
Find drag handler for the
target element. |
VDropHandler |
VDragAndDropManager.getCurrentDropHandler() |
VDropHandler |
VHasDropHandler.getDropHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
VDragAndDropManager.setCurrentDropHandler(VDropHandler currentDropHandler)
If drag and drop operation is not handled by
VDragAndDropManagers
internal handler, this can be used to update current VDropHandler
. |
Copyright © 2016 Vaadin Ltd. All rights reserved.