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 classVDragAndDropWrapper.CustomDropHandlerclassVScrollTable.VScrollTableDropHandlerMethods in com.vaadin.client.ui that return VDropHandler Modifier and Type Method Description VDropHandlerVDragAndDropWrapper. getDropHandler()VDropHandlerVTree. 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 classCalendarDropHandlerAbstract base class for calendar drop handlers.classCalendarMonthDropHandlerHandles DD when the monthly view is showing in the Calendar.classCalendarWeekDropHandlerHandles 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 classVAbstractDropHandlerMethods in com.vaadin.client.ui.dd that return VDropHandler Modifier and Type Method Description protected VDropHandlerDDEventHandleStrategy. findDragTarget(com.google.gwt.dom.client.Element target, VDragAndDropManager.DDManagerMediator mediator)Find drag handler for thetargetelement.protected VDropHandlerVDragAndDropManager. findDragTarget(com.google.gwt.dom.client.Element element)First seeks the widget from this element, then iterates widgets until one implement HasDropHandler.VDropHandlerVDragAndDropManager. getCurrentDropHandler()VDropHandlerVHasDropHandler. getDropHandler()Methods in com.vaadin.client.ui.dd with parameters of type VDropHandler Modifier and Type Method Description voidVDragAndDropManager. setCurrentDropHandler(VDropHandler currentDropHandler)If drag and drop operation is not handled byVDragAndDropManagers internal handler, this can be used to update currentVDropHandler.
-