Package | Description |
---|---|
com.vaadin.flow.component.upload |
Modifier and Type | Method and Description |
---|---|
Upload |
StartedEvent.getUpload()
Upload where the event occurred.
|
Upload |
ProgressUpdateEvent.getUpload()
Upload where the event occurred.
|
Upload |
FinishedEvent.getUpload()
Upload where the event occurred.
|
Constructor and Description |
---|
FailedEvent(Upload source,
String filename,
String MIMEType,
long length)
Create an instance of the event.
|
FailedEvent(Upload source,
String filename,
String mimeType,
long length,
Exception reason)
Create an instance of the event.
|
FinishedEvent(Upload source,
String fileName,
String mimeType,
long length)
Create an instance of the event.
|
NoInputStreamEvent(Upload source,
String fileName,
String mimeType,
long length)
Create an instance of the event.
|
NoOutputStreamEvent(Upload source,
String fileName,
String mimeType,
long length)
Create an instance of the event.
|
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)
Create an instance of the event.
|
SucceededEvent(Upload source,
String fileName,
String mimeType,
long length)
Create an instance of the event.
|
Copyright © 2019. All rights reserved.