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