Uses of Class
com.vaadin.ui.Upload

Packages that use Upload
com.vaadin.ui   
 

Uses of Upload in com.vaadin.ui
 

Methods in com.vaadin.ui that return Upload
 Upload Upload.FinishedEvent.getUpload()
          Uploads where the event occurred.
 Upload Upload.StartedEvent.getUpload()
          Uploads where the event occurred.
 

Constructors in com.vaadin.ui with parameters of type Upload
Upload.FailedEvent(Upload source, String filename, String MIMEType, long length)
           
Upload.FailedEvent(Upload source, String filename, String MIMEType, long length, Exception reason)
           
Upload.FinishedEvent(Upload source, String filename, String MIMEType, long length)
           
Upload.NoInputStreamEvent(Upload source, String filename, String MIMEType, long length)
           
Upload.NoOutputStreamEvent(Upload source, String filename, String MIMEType, long length)
           
Upload.StartedEvent(Upload source, String filename, String MIMEType, long contentLength)
           
Upload.SucceededEvent(Upload source, String filename, String MIMEType, long length)
           
 



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