Uses of Class
com.vaadin.flow.component.upload.FinishedEvent
-
Packages that use FinishedEvent Package Description com.vaadin.flow.component.upload -
-
Uses of FinishedEvent in com.vaadin.flow.component.upload
Subclasses of FinishedEvent in com.vaadin.flow.component.upload Modifier and Type Class Description classFailedEventFailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.classNoInputStreamEventFailedEvent that indicates that an input stream could not be obtained.classNoOutputStreamEventFailedEvent that indicates that an output stream could not be obtained.classSucceededEventSucceededEvent event is sent when the upload is received successfully.Method parameters in com.vaadin.flow.component.upload with type arguments of type FinishedEvent Modifier and Type Method Description com.vaadin.flow.shared.RegistrationUpload. addFinishedListener(com.vaadin.flow.component.ComponentEventListener<FinishedEvent> listener)Add a succeeded listener that is informed on upload finished.
-