Uses of Interface
com.vaadin.client.ui.dd.VDropHandler
-
Packages that use VDropHandler Package Description com.vaadin.client.ui 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.CustomDropHandlerMethods in com.vaadin.client.ui that return VDropHandler Modifier and Type Method Description VDropHandlerVDragAndDropWrapper. getDropHandler() -
Uses of VDropHandler in com.vaadin.client.ui.dd
Classes in com.vaadin.client.ui.dd that implement VDropHandler Modifier and Type Class Description classVAbstractDropHandlerDeprecated.Replaced in 8.1 withDropTargetExtensionConnectorMethods 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)Deprecated.Find drag handler for thetargetelement.protected VDropHandlerVDragAndDropManager. findDragTarget(com.google.gwt.dom.client.Element element)Deprecated.First seeks the widget from this element, then iterates widgets until one implement HasDropHandler.VDropHandlerVDragAndDropManager. getCurrentDropHandler()Deprecated.Returns the current drop handler.VDropHandlerVHasDropHandler. getDropHandler()Deprecated.Returns the drop handler for this widget.Methods in com.vaadin.client.ui.dd with parameters of type VDropHandler Modifier and Type Method Description voidVDragAndDropManager. setCurrentDropHandler(VDropHandler currentDropHandler)Deprecated.If drag and drop operation is not handled byVDragAndDropManagers internal handler, this can be used to update currentVDropHandler.
-