Package com.vaadin.client.ui.dd
Interface VAcceptCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accepted(VDragEvent event)
This method is called byVDragAndDropManager
if theVDragEvent
is still active.
-
-
-
Method Detail
-
accepted
void accepted(VDragEvent event)
This method is called byVDragAndDropManager
if theVDragEvent
is still active. Developer can update for example drag icon or empahsis the target if the target accepts the transferable. If the drag and drop operation ends or theVAbstractDropHandler
has changed before response arrives, the method is never called.
-
-