Package com.vaadin.client.ui.dd
Interface VDragEventServerCallback
-
@Deprecated public interface VDragEventServerCallback
Deprecated.Replaced in 8.1DropTargetRpc
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
handleResponse(boolean accepted, UIDL response)
Deprecated.Handle the server response for drag and drop.
-
-
-
Method Detail
-
handleResponse
void handleResponse(boolean accepted, UIDL response)
Deprecated.Handle the server response for drag and drop.- Parameters:
accepted
-true
if the target accepts the transferableresponse
- DnD data within the server response
-
-