| Package | Description |
|---|---|
| com.vaadin.flow.component.upload | |
| com.vaadin.flow.component.upload.receivers |
| Class and Description |
|---|
| AllFinishedEvent
AllFinishedEvent is sent when the upload has processed all the files in its
upload queue, regardless of whether all the receptions were successful or
not.
|
| FailedEvent
FailedEvent event is sent when the upload is received, but the reception is
interrupted for some reason.
|
| FileRejectedEvent
Sent when the file selected for upload doesn't meet the constraints specified
on
Upload |
| FinishedEvent
FinishedEvent is sent when the upload receives a file, regardless of whether
the reception was successful or failed.
|
| GeneratedVaadinUpload
Description copied from corresponding location in WebComponent:
|
| GeneratedVaadinUpload.FileRejectEvent |
| GeneratedVaadinUpload.FilesChangeEvent |
| GeneratedVaadinUpload.MaxFilesReachedChangeEvent |
| GeneratedVaadinUpload.UploadAbortEvent |
| GeneratedVaadinUpload.UploadBeforeEvent |
| GeneratedVaadinUpload.UploadErrorEvent |
| GeneratedVaadinUpload.UploadProgressEvent |
| GeneratedVaadinUpload.UploadRequestEvent |
| GeneratedVaadinUpload.UploadResponseEvent |
| GeneratedVaadinUpload.UploadRetryEvent |
| GeneratedVaadinUpload.UploadStartEvent |
| GeneratedVaadinUpload.UploadSuccessEvent |
| GeneratedVaadinUploadFile
Description copied from corresponding location in WebComponent:
|
| GeneratedVaadinUploadFile.FileAbortEvent |
| GeneratedVaadinUploadFile.FileRemoveEvent |
| GeneratedVaadinUploadFile.FileRetryEvent |
| GeneratedVaadinUploadFile.FileStartEvent |
| ProgressUpdateEvent
ProgressUpdateEvent is sent to track progress of upload.
|
| Receiver
Interface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
|
| StartedEvent
StartedEvent event is sent when the upload is started to received.
|
| SucceededEvent
SucceededEvent event is sent when the upload is received successfully.
|
| Upload
Server-side component for the
vaadin-upload element. |
| UploadI18N
The I18N helper file for the upload component.
|
| UploadI18N.AddFiles
Translations for adding files.
|
| UploadI18N.DropFiles
Translations for dropping files.
|
| UploadI18N.Error
Exception translations.
|
| UploadI18N.SingleMulti
Abstract translation class for single and multi mode translations.
|
| UploadI18N.Units
unit translations.
|
| UploadI18N.Uploading
Upload time translation strings.
|
| UploadI18N.Uploading.Error
Communication error translations.
|
| UploadI18N.Uploading.RemainingTime
Time remaining translations.
|
| UploadI18N.Uploading.Status
Upload status strings.
|
| Class and Description |
|---|
| MultiFileReceiver
Interface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
|
| Receiver
Interface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
|
Copyright © 2025. All rights reserved.