com.vaadin.flow.component.upload.
Package com.vaadin.flow.component.upload
-
ClassDescription
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.
Sent when the file selected for upload doesn't meet the constraints specified on
Upload
Sent 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.
Interface 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.
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
StartedEvent event is sent when the upload is started to received.
SucceededEvent event is sent when the upload is received successfully.
Upload is a component for uploading one or more files.
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.
UploadTester<T extends Upload>Tester for Upload components.