Class JmixFileUpload.FileExtensionNotAllowedEvent

java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.ui.widget.JmixFileUpload.FileExtensionNotAllowedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
JmixFileUpload

public static class JmixFileUpload.FileExtensionNotAllowedEvent extends com.vaadin.ui.Component.Event
See Also:
  • Constructor Details

    • FileExtensionNotAllowedEvent

      public FileExtensionNotAllowedEvent(JmixFileUpload source, String fileName)
      Parameters:
      source - the source of the file.
      fileName - the received file name.
  • Method Details

    • getFileName

      public String getFileName()