Package com.vaadin.client.ui.dd
Interface VAcceptCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccepted(VDragEvent event)This method is called byVDragAndDropManagerif theVDragEventis still active.
-
-
-
Method Detail
-
accepted
void accepted(VDragEvent event)
This method is called byVDragAndDropManagerif theVDragEventis 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 theVAbstractDropHandlerhas changed before response arrives, the method is never called.
-
-