We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.upload.Upload
Packages that use Upload
-
Uses of Upload in com.vaadin.flow.component.upload
Classes in com.vaadin.flow.component.upload with type parameters of type UploadModifier and TypeClassDescriptionclass
UploadTester<T extends Upload>
Tester for Upload components.
Methods in com.vaadin.flow.component.upload that return UploadModifier and TypeMethodDescriptionFinishedEvent.getUpload()
Upload where the event occurred.
ProgressUpdateEvent.getUpload()
Upload where the event occurred.
StartedEvent.getUpload()
Upload where the event occurred.
Constructors in com.vaadin.flow.component.upload with parameters of type UploadModifierConstructorDescriptionAllFinishedEvent
(Upload source) Create an instance of the event.
FailedEvent
(Upload source, String filename, String MIMEType, long length) Create an instance of the event.
FailedEvent
(Upload source, String filename, String mimeType, long length, Exception reason) Create an instance of the event.
FileRejectedEvent
(Upload source, String errorMessage) Deprecated.
since 24.4.FileRejectedEvent
(Upload source, String errorMessage, String fileName) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
FileRemovedEvent
(Upload source, String fileName) Creates a new event using the given source and the removed file name.
FinishedEvent
(Upload source, String fileName, String mimeType, long length) Create an instance of the event.
NoInputStreamEvent
(Upload source, String fileName, String mimeType, long length) Create an instance of the event.
NoOutputStreamEvent
(Upload source, String fileName, String mimeType, long length) Create an instance of the event.
ProgressUpdateEvent
(Upload source, long readBytes, long contentLength) Deprecated.
since 24.4.ProgressUpdateEvent
(Upload source, long readBytes, long contentLength, String fileName) Event constructor method to construct a new progress event.
StartedEvent
(Upload source, String fileName, String mimeType, long contentLength) Create an instance of the event.
SucceededEvent
(Upload source, String fileName, String mimeType, long length) Create an instance of the event.
-
Uses of Upload in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type UploadMethods in com.vaadin.testbench.unit with parameters of type Upload