com.vaadin.ui.dnd.

Interface FileDropHandler<T extends AbstractComponent>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void drop​(FileDropEvent<T> event)

      Handles the drop event.

    • Method Detail

      • drop

        void drop​(FileDropEvent<T> event)

        Handles the drop event. The method is called when files are dropped onto the file drop target this handler is registered to.

        Parameters:

        event - The file drop event containing the list of files that were dropped onto the component.