| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
Upload |
Upload.ChangeEvent.getSource()
Uploads where the event occurred.
|
Upload |
Upload.FinishedEvent.getUpload()
Uploads where the event occurred.
|
Upload |
Upload.StartedEvent.getUpload()
Uploads where the event occurred.
|
| Constructor and Description |
|---|
ChangeEvent(Upload source,
String filename) |
FailedEvent(Upload source,
String filename,
String MIMEType,
long length) |
FailedEvent(Upload source,
String filename,
String MIMEType,
long length,
Exception reason) |
FinishedEvent(Upload source,
String filename,
String MIMEType,
long length) |
NoInputStreamEvent(Upload source,
String filename,
String MIMEType,
long length) |
NoOutputStreamEvent(Upload source,
String filename,
String MIMEType,
long length) |
StartedEvent(Upload source,
String filename,
String MIMEType,
long contentLength) |
SucceededEvent(Upload source,
String filename,
String MIMEType,
long length) |
Copyright © 2017 Vaadin Ltd. All rights reserved.