Class UiRootPanel.NavigationStateChangeEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiRootPanel

    public static class UiRootPanel.NavigationStateChangeEvent
    extends java.lang.Object
    implements UiEvent
    • Field Detail

      • triggeredBrowserNavigation

        protected boolean triggeredBrowserNavigation
    • Constructor Detail

      • NavigationStateChangeEvent

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

        public NavigationStateChangeEvent​(UiLocation location,
                                          boolean triggeredBrowserNavigation)
    • Method Detail

      • toString

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

        public boolean getTriggeredBrowserNavigation()
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiEvent