com.vaadin.flow.component.upload.
Uses of Package
com.vaadin.flow.component.upload
-
Classes in com.vaadin.flow.component.upload used by com.vaadin.flow.component.uploadClassDescription
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.
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.
-
Classes in com.vaadin.flow.component.upload used by com.vaadin.flow.component.upload.receiversClassDescription
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
-
Classes in com.vaadin.flow.component.upload used by com.vaadin.testbench.unitClassDescription
Upload is a component for uploading one or more files.
Tester for Upload components.