Class UiRootPanel.PushHistoryStateCommand

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

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

      • relativeUrl

        protected java.lang.String relativeUrl
    • Constructor Detail

      • PushHistoryStateCommand

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

        public PushHistoryStateCommand​(java.lang.String relativeUrl)
    • Method Detail

      • toString

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

        public java.lang.String getRelativeUrl()
      • getComponentId

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