All Classes and Interfaces
Class
Description
Deprecated, for removal: This API element is subject to removal in a future version.
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 event is sent when the upload is received, but the reception is
interrupted for some reason.
Deprecated, for removal: This API element is subject to removal in a future version.
Use
UploadHandler insteadDeprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Use
FileFactory insteadSent when the file selected for upload doesn't meet the constraints specified
on
UploadSent when a file selected for upload is removed.
FinishedEvent is sent when the upload receives a file, regardless of whether
the reception was successful or failed.
Deprecated, for removal: This API element is subject to removal in a future version.
Use
UploadHandler insteadAn exception which is thrown when somebody attempts to use modular upload
components (UploadManager, UploadButton, UploadFileList, UploadDropZone)
without activating the associated feature flag first.
Provides the modular upload feature flag for UploadManager, UploadButton,
UploadFileList, and UploadDropZone components.
Deprecated, for removal: This API element is subject to removal in a future version.
Use
UploadHandler insteadDeprecated, for removal: This API element is subject to removal in a future version.
Use
UploadHandler insteadInterface that must be implemented by the upload receivers to provide the
Upload component an output stream to write the uploaded data.
FailedEvent that indicates that an input stream could not be obtained.
FailedEvent that indicates that an output stream could not be obtained.
ProgressListener receives events to track progress of upload.
ProgressUpdateEvent is sent to track progress of upload.
Deprecated, for removal: This API element is subject to removal in a future version.
Use
UploadHandler insteadStartedEvent event is sent when the upload is started to received.
SucceededEvent event is sent when the upload is received successfully.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Upload is a component for uploading one or more files.
A button component for triggering file uploads.
A drop zone component for file uploads.
A component that displays the list of files being uploaded.
The I18N helper class for the
UploadFileList component.Validation error translations displayed in file items.
File button aria-label translations.
Unit translations for file sizes.
Upload time translation strings.
Time remaining translations.
Upload status strings.
Communication error translations.
Set of theme variants applicable for
vaadin-upload-file-list
component.Specifies the upload format to use when sending files to the server.
Utility methods for Upload and UploadManager components.
The I18N helper file for the upload component.
Translations for adding files.
Translations for dropping files.
Exception translations.
file translations.
Abstract translation class for single and multi mode translations.
unit translations.
Upload time translation strings.
Communication error translations.
Time remaining translations.
Upload status strings.
A non-visual manager that handles file upload state and XHR requests.
Event fired when all uploads have finished (either successfully, failed,
or aborted).
Event fired when a file is rejected by the upload manager due to
constraints like max file size, max files, or accepted file types.
Reasons why a file can be rejected by the upload manager.
Event fired when a file is removed from the upload manager.
Deprecated, for removal: This API element is subject to removal in a future version.
Set of theme variants applicable for
vaadin-upload component.
UploadHandlerinstead