Uses of Class
org.vaadin.firitin.components.upload.UploadFileHandler
Packages that use UploadFileHandler
-
Uses of UploadFileHandler in org.vaadin.firitin.components.upload
Methods in org.vaadin.firitin.components.upload that return UploadFileHandlerModifier and TypeMethodDescriptionUploadFileHandler.allowMultiple()
UploadFileHandler.chooseFolders()
Clicking on the upload component opeens a dialog for choosing folders instead of files.UploadFileHandler.chunked()
Deprecated.This is currently very little tested feature.UploadFileHandler.withAcceptedFileTypes
(String... acceptedFileTypes) UploadFileHandler.withAllowMultiple
(boolean allowMultiple) Configures the component to allow multiple files to be selected at once.UploadFileHandler.withChunkSize
(int maxChunkSize) Deprecated.This is currently very little tested feature.UploadFileHandler.withClearAutomatically
(boolean clear) UploadFileHandler.withDragAndDrop
(boolean enableDragAndDrop) Configures the component to allow drag and dropping of files on selected devices (mainly desktop browsers).UploadFileHandler.withDropLabel
(com.vaadin.flow.component.Component label) UploadFileHandler.withDropLabelIcon
(com.vaadin.flow.component.Component icon) UploadFileHandler.withMaxFiles
(int maxFiles) UploadFileHandler.withUploadButton
(com.vaadin.flow.component.Component button) Set the component as the actionable button inside the upload component, that opens the dialog for choosing the files to be upload.Constructors in org.vaadin.firitin.components.upload with parameters of type UploadFileHandlerModifierConstructorDescriptionUploadSucceededEvent
(UploadFileHandler source, boolean fromClient, String fileName)