public static interface DragAndDropHandler.DragAndDropCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onDragCancel()
Called when the drag has been canceled.
|
void |
onDragEnd()
Called after the has ended on a drop or cancel.
|
boolean |
onDragStart(com.google.gwt.user.client.Event e)
Called when the drag has started.
|
void |
onDragUpdate(com.google.gwt.user.client.Event e)
Called on drag.
|
void |
onDrop()
Called when the drag has ended on a drop.
|
boolean onDragStart(com.google.gwt.user.client.Event e)
false.e - the original event that started the dragtrue if the drag is OK to start, false to
cancelvoid onDragUpdate(com.google.gwt.user.client.Event e)
e - the event related to the dragvoid onDragEnd()
void onDrop()
void onDragCancel()
Copyright © 2018 Vaadin Ltd. All rights reserved.