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