Uses of Class
com.vaadin.ui.Upload.FinishedEvent

Packages that use Upload.FinishedEvent
com.vaadin.ui   
 

Uses of Upload.FinishedEvent in com.vaadin.ui
 

Subclasses of Upload.FinishedEvent in com.vaadin.ui
static class Upload.FailedEvent
          Upload.FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
static class Upload.NoInputStreamEvent
          FailedEvent that indicates that an input stream could not be obtained.
static class Upload.NoOutputStreamEvent
          FailedEvent that indicates that an output stream could not be obtained.
static class Upload.SucceededEvent
          Upload.SucceededEvent event is sent when the upload is received successfully.
 

Methods in com.vaadin.ui with parameters of type Upload.FinishedEvent
 void Upload.FinishedListener.uploadFinished(Upload.FinishedEvent event)
          Upload has finished.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.