Class UiRootPanel.DownloadFileCommand

java.lang.Object
org.teamapps.dto.UiRootPanel.DownloadFileCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiRootPanel

public static class UiRootPanel.DownloadFileCommand extends Object implements UiCommand<Void>
  • Field Details

    • fileUrl

      protected String fileUrl
    • downloadFileName

      protected String downloadFileName
  • Constructor Details

    • DownloadFileCommand

      @Deprecated public DownloadFileCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • DownloadFileCommand

      public DownloadFileCommand(String fileUrl, String downloadFileName)
  • Method Details