Uses of Class
org.vaadin.firitin.components.upload.UploadFileHandler
-
Uses of UploadFileHandler in org.vaadin.firitin.components.upload
Modifier and TypeMethodDescriptionUploadFileHandler.allowMultiple()
UploadFileHandler.withAcceptedFileTypes
(String... acceptedFileTypes) UploadFileHandler.withAllowMultiple
(boolean allowMultiple) Configures the component to allow multiple files to be selected at once.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.ModifierConstructorDescriptionUploadSucceededEvent
(UploadFileHandler source, boolean fromClient, String fileName)