Uses of Interface
com.vaadin.client.ui.dd.VDropHandler
-
Packages that use VDropHandler Package Description com.vaadin.client.ui com.vaadin.client.ui.calendar.schedule.dd com.vaadin.client.ui.dd -
-
Uses of VDropHandler in com.vaadin.client.ui
Classes in com.vaadin.client.ui that implement VDropHandler Modifier and Type Class Description class
VDragAndDropWrapper.CustomDropHandler
class
VScrollTable.VScrollTableDropHandler
Methods in com.vaadin.client.ui that return VDropHandler Modifier and Type Method Description VDropHandler
VDragAndDropWrapper. getDropHandler()
VDropHandler
VTree. getDropHandler()
-
Uses of VDropHandler in com.vaadin.client.ui.calendar.schedule.dd
Classes in com.vaadin.client.ui.calendar.schedule.dd that implement VDropHandler Modifier and Type Class 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. -
Uses of VDropHandler in com.vaadin.client.ui.dd
Classes in com.vaadin.client.ui.dd that implement VDropHandler Modifier and Type Class Description class
VAbstractDropHandler
Methods in com.vaadin.client.ui.dd that return VDropHandler Modifier and Type Method Description protected VDropHandler
DDEventHandleStrategy. findDragTarget(com.google.gwt.dom.client.Element target, VDragAndDropManager.DDManagerMediator mediator)
Find drag handler for thetarget
element.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.VDropHandler
VDragAndDropManager. getCurrentDropHandler()
VDropHandler
VHasDropHandler. getDropHandler()
Methods in com.vaadin.client.ui.dd with parameters of type VDropHandler Modifier and Type Method Description void
VDragAndDropManager. setCurrentDropHandler(VDropHandler currentDropHandler)
If drag and drop operation is not handled byVDragAndDropManager
s internal handler, this can be used to update currentVDropHandler
.
-