Class JmixFileDownloader.DownloadFinishedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<JmixFileDownloader>
io.jmix.flowui.component.filedownloader.JmixFileDownloader.DownloadFinishedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
JmixFileDownloader

public static class JmixFileDownloader.DownloadFinishedEvent extends com.vaadin.flow.component.ComponentEvent<JmixFileDownloader>
See Also:
  • Constructor Details

    • DownloadFinishedEvent

      public DownloadFinishedEvent(JmixFileDownloader source, boolean fromClient)
      Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
      Parameters:
      source - the source component
      fromClient - true if the event originated from the client