Package | Description |
---|---|
com.vaadin.flow.component.upload |
Modifier and Type | Method and Description |
---|---|
Upload |
StartedEvent.getUpload()
Uploads where the event occurred.
|
Upload |
ProgressUpdateEvent.getUpload()
Uploads where the event occurred.
|
Upload |
FinishedEvent.getUpload()
Uploads where the event occurred.
|
Constructor and Description |
---|
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) |
ProgressUpdateEvent(Upload source,
long readBytes,
long contentLength)
Event constructor method to construct a new progress event.
|
StartedEvent(Upload source,
String filename,
String MIMEType,
long contentLength) |
SucceededEvent(Upload source,
String filename,
String MIMEType,
long length) |
Copyright © 2018. All rights reserved.