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.FinishedEvent
Packages that use FinishedEvent
-
Uses of FinishedEvent in com.vaadin.flow.component.upload
Subclasses of FinishedEvent in com.vaadin.flow.component.uploadModifier and TypeClassDescriptionclass
FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
class
FailedEvent that indicates that an input stream could not be obtained.
class
FailedEvent that indicates that an output stream could not be obtained.
class
SucceededEvent event is sent when the upload is received successfully.
Method parameters in com.vaadin.flow.component.upload with type arguments of type FinishedEventModifier and TypeMethodDescriptionUpload.addFinishedListener
(ComponentEventListener<FinishedEvent> listener) Add a succeeded listener that is informed on upload finished.