Package com.vaadin.shared.ui.upload
Interface UploadClientRpc
-
- All Superinterfaces:
ClientRpc
,Serializable
public interface UploadClientRpc extends ClientRpc
Server-to-client RPC interface for Upload.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
submitUpload()
Instructs the upload component to send the selected file to the server.
-