@Deprecated public static class Upload.FinishedEvent extends Component.Event
source| Constructor and Description |
|---|
FinishedEvent(Upload source,
String filename,
String mimeType,
long length)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename()
Deprecated.
Gets the file name.
|
long |
getLength()
Deprecated.
Gets the length of the file.
|
String |
getMIMEType()
Deprecated.
Gets the MIME Type of the file.
|
Upload |
getUpload()
Deprecated.
Uploads where the event occurred.
|
getComponentgetConnectorgetSource, toStringpublic Upload getUpload()
public String getFilename()
public String getMIMEType()
public long getLength()
Copyright © 2019 Vaadin Ltd. All rights reserved.