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
      Modifier and Type Method and Description
      void sendUploadUrl(Map<String,String> urls)

      Sends the of upload URLs mapped to the generated file ID.

    • Method Detail

      • sendUploadUrl

        void sendUploadUrl(Map<String,String> urls)

        Sends the of upload URLs mapped to the generated file ID.

        Parameters:

        urls - File IDs and URLs for uploading files to the server.