Class UiRootPanel.DownloadFileCommand

  • All Implemented Interfaces:
    UiCommand<java.lang.Void>
    Enclosing class:
    UiRootPanel

    public static class UiRootPanel.DownloadFileCommand
    extends java.lang.Object
    implements UiCommand<java.lang.Void>
    • Field Detail

      • fileUrl

        protected java.lang.String fileUrl
      • downloadFileName

        protected java.lang.String downloadFileName
    • Constructor Detail

      • DownloadFileCommand

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

        public DownloadFileCommand​(java.lang.String fileUrl,
                                   java.lang.String downloadFileName)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getFileUrl

        public java.lang.String getFileUrl()
      • getDownloadFileName

        public java.lang.String getDownloadFileName()
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>