Uses of Class
org.vaadin.firitin.components.upload.VUpload
Packages that use VUpload
-
Uses of VUpload in org.vaadin.firitin.components.upload
Methods in org.vaadin.firitin.components.upload that return VUploadModifier and TypeMethodDescriptionVUpload.withAcceptedFileTypes(String... acceptedFileTypes) VUpload.withAllFinishedListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.AllFinishedEvent> listener) VUpload.withAutoUpload(boolean autoUpload) VUpload.withDropAllowed(boolean dropAllowed) VUpload.withDropLabel(com.vaadin.flow.component.Component dropLabel) VUpload.withDropLabelIcon(com.vaadin.flow.component.Component dropLabelIcon) VUpload.withFailedListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.FailedEvent> listener) VUpload.withFileRejectedListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.FileRejectedEvent> listener) VUpload.withFinishedListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.FinishedEvent> listener) VUpload.withI18n(com.vaadin.flow.component.upload.UploadI18N i18n) VUpload.withMaxFiles(int maxFiles) VUpload.withMaxFileSize(int maxFileSize) VUpload.withProgressListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.ProgressUpdateEvent> listener) VUpload.withStartedListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.StartedEvent> listener) VUpload.withSucceededListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.upload.SucceededEvent> listener) VUpload.withUploadButton(com.vaadin.flow.component.Component uploadButton)