@Deprecated public static class Upload.StartedEvent extends Component.Event
source| Constructor and Description |
|---|
StartedEvent(Upload source,
String filename,
String mimeType,
long contentLength)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength()
Deprecated.
|
String |
getFilename()
Deprecated.
Gets the file name.
|
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 getContentLength()
Copyright © 2019 Vaadin Ltd. All rights reserved.