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.
|
getComponent
getConnector
getSource, toString
public Upload getUpload()
public String getFilename()
public String getMIMEType()
public long getContentLength()
Copyright © 2019 Vaadin Ltd. All rights reserved.