Class UiRootPanel.ChangeNavigationHistoryStateCommand

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

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

    • pathOrUrl

      protected String pathOrUrl
    • fireEvent

      protected boolean fireEvent
    • push

      protected boolean push
  • Constructor Details

    • ChangeNavigationHistoryStateCommand

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

      public ChangeNavigationHistoryStateCommand(String pathOrUrl, boolean fireEvent, boolean push)
  • Method Details

    • toString

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

      public String getPathOrUrl()
    • getFireEvent

      public boolean getFireEvent()
    • getPush

      public boolean getPush()
    • getComponentId

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