Uses of Class
com.vaadin.ui.Upload.FinishedEvent
-
Packages that use Upload.FinishedEvent Package Description com.vaadin.ui -
-
Uses of Upload.FinishedEvent in com.vaadin.ui
Subclasses of Upload.FinishedEvent in com.vaadin.ui Modifier and Type Class Description static classUpload.FailedEventUpload.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.static classUpload.NoInputStreamEventFailedEvent that indicates that an input stream could not be obtained.static classUpload.NoOutputStreamEventFailedEvent that indicates that an output stream could not be obtained.static classUpload.SucceededEventUpload.SucceededEvent event is sent when the upload is received successfully.Methods in com.vaadin.ui with parameters of type Upload.FinishedEvent Modifier and Type Method Description voidUpload.FinishedListener. uploadFinished(Upload.FinishedEvent event)Upload has finished.
-