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 class
VDragAndDropWrapper.CustomDropHandler
Methods in com.vaadin.client.ui that return VDropHandler Modifier and Type Method Description VDropHandler
VDragAndDropWrapper. 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 class
VAbstractDropHandler
Deprecated.Replaced in 8.1 withDropTargetExtensionConnector
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)
Deprecated.Find drag handler for thetarget
element.protected VDropHandler
VDragAndDropManager. findDragTarget(com.google.gwt.dom.client.Element element)
Deprecated.First seeks the widget from this element, then iterates widgets until one implement HasDropHandler.VDropHandler
VDragAndDropManager. getCurrentDropHandler()
Deprecated.Returns the current drop handler.VDropHandler
VHasDropHandler. 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 void
VDragAndDropManager. setCurrentDropHandler(VDropHandler currentDropHandler)
Deprecated.If drag and drop operation is not handled byVDragAndDropManager
s internal handler, this can be used to update currentVDropHandler
.
-