Class UiRootPanel.NavigationStateChangeEvent

java.lang.Object
org.teamapps.dto.UiRootPanel.NavigationStateChangeEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiRootPanel

public static class UiRootPanel.NavigationStateChangeEvent extends Object implements UiEvent
  • Field Details

    • location

      protected UiLocation location
    • triggeredBrowserNavigation

      protected boolean triggeredBrowserNavigation
  • Constructor Details

    • NavigationStateChangeEvent

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

      public NavigationStateChangeEvent(UiLocation location, boolean triggeredBrowserNavigation)
  • Method Details