public static class Upload.FinishedEvent extends Component.Event
source
Constructor and Description |
---|
FinishedEvent(Upload source,
String filename,
String mimeType,
long length) |
Modifier and Type | Method and Description |
---|---|
String |
getFilename()
Gets the file name.
|
long |
getLength()
Gets the length of the file.
|
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 getLength()
Copyright © 2018 Vaadin Ltd. All rights reserved.