Class FileDropEvent<T extends AbstractComponent>

    • Constructor Detail

      • FileDropEvent

        public FileDropEvent​(T target,
                             Collection<Html5File> files)
        Creates a file drop event.
        Parameters:
        target - The file drop target component.
        files - Collection of files.
    • Method Detail

      • getFiles

        public Collection<Html5File> getFiles()
        Gets the collection of files dropped onto the file drop target component.
        Returns:
        Collection of files that were dropped onto the file drop target component.