public static class JmixFileUpload.FileSizeLimitExceededEvent
extends com.vaadin.ui.Component.Event
| Constructor and Description |
|---|
FileSizeLimitExceededEvent(JmixFileUpload source,
java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
public FileSizeLimitExceededEvent(JmixFileUpload source, java.lang.String fileName)
source - the source of the file.fileName - the received file name.