Package com.vaadin.shared.ui.dnd
Interface FileDropTargetClientRpc
-
- All Superinterfaces:
ClientRpc
,Serializable
public interface FileDropTargetClientRpc extends ClientRpc
RPC for sending the upload URLs to the client for uploading files.- Since:
- 8.1
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sendUploadUrl(Map<String,String> urls)
Sends the of upload URLs mapped to the generated file ID.
-