Class JmixFileUpload.StartedEvent

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

public static class JmixFileUpload.StartedEvent extends com.vaadin.ui.Component.Event
JmixFileUpload.StartedEvent event is sent when the upload is started to received.
See Also:
  • Constructor Details

  • Method Details

    • getUpload

      public JmixFileUpload getUpload()
      Uploads where the event occurred.
      Returns:
      the Source of the event.
    • getFileName

      public String getFileName()
      Gets the file name.
      Returns:
      the fileName.
    • getMIMEType

      public String getMIMEType()
      Gets the MIME Type of the file.
      Returns:
      the MIME type.
    • getContentLength

      public long getContentLength()
      Returns:
      the contentLength of the file that is being uploaded