Class UiRootPanel.ChangeNavigationHistoryStateCommand

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

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

      • pathOrUrl

        protected java.lang.String pathOrUrl
      • fireEvent

        protected boolean fireEvent
      • push

        protected boolean push
    • Constructor Detail

      • ChangeNavigationHistoryStateCommand

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

        public ChangeNavigationHistoryStateCommand​(java.lang.String pathOrUrl,
                                                   boolean fireEvent,
                                                   boolean push)
    • Method Detail

      • toString

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

        public java.lang.String getPathOrUrl()
      • getFireEvent

        public boolean getFireEvent()
      • getPush

        public boolean getPush()
      • getComponentId

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