Uses of Class
org.vaadin.firitin.components.upload.UploadFileHandler
Packages that use UploadFileHandler
-
Uses of UploadFileHandler in org.vaadin.firitin.components.upload
Subclasses with type arguments of type UploadFileHandler in org.vaadin.firitin.components.uploadModifier and TypeClassDescriptionstatic class
Event fired after succesful uploads.Classes in org.vaadin.firitin.components.upload that implement interfaces with type arguments of type UploadFileHandlerModifier and TypeClassDescriptionclass
A vaadin-upload component that just passes the input stream (and name and mime type) of the uploaded file for the developer to handle (constructor parameter).class
A vaadin-upload component that just passes the input stream (and name and mime type) of the uploaded file for the developer to handle (constructor parameter).class
A vaadin-upload component that just passes the input stream (and name and mime type) of the uploaded file for the developer to handle (constructor parameter).class
A vaadin-upload component that just passes the input stream (and name and mime type) of the uploaded file for the developer to handle (constructor parameter).Methods in org.vaadin.firitin.components.upload that return UploadFileHandlerModifier 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.Constructors in org.vaadin.firitin.components.upload with parameters of type UploadFileHandlerModifierConstructorDescriptionUploadSucceededEvent
(UploadFileHandler source, boolean fromClient, String fileName)