Uses of Interface
com.vaadin.client.ui.dd.DragAndDropHandler.DragAndDropCallback
-
Packages that use DragAndDropHandler.DragAndDropCallback Package Description com.vaadin.client.ui.dd -
-
Uses of DragAndDropHandler.DragAndDropCallback in com.vaadin.client.ui.dd
Methods in com.vaadin.client.ui.dd with parameters of type DragAndDropHandler.DragAndDropCallback Modifier and Type Method Description void
DragAndDropHandler. onDragStartOnDraggableElement(com.google.gwt.dom.client.NativeEvent dragStartingEvent, DragAndDropHandler.DragAndDropCallback callback)
This method can be called to trigger drag and drop on any grid element that can be dragged and dropped.
-