public static class JmixFileUpload.StartedEvent
extends com.vaadin.ui.Component.Event
| Constructor and Description |
|---|
StartedEvent(JmixFileUpload source,
java.lang.String fileName,
java.lang.String MIMEType,
long contentLength) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength() |
java.lang.String |
getFileName()
Gets the file name.
|
java.lang.String |
getMIMEType()
Gets the MIME Type of the file.
|
JmixFileUpload |
getUpload()
Uploads where the event occurred.
|
public StartedEvent(JmixFileUpload source, java.lang.String fileName, java.lang.String MIMEType, long contentLength)
public JmixFileUpload getUpload()
public java.lang.String getFileName()
public java.lang.String getMIMEType()
public long getContentLength()