Class UiRootPanel.NavigationStateChangeEvent

  • All Implemented Interfaces:
    UiEvent
    Enclosing class:
    UiRootPanel

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

      • triggeredByUser

        protected boolean triggeredByUser
    • Constructor Detail

      • NavigationStateChangeEvent

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

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

      • toString

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

        public boolean getTriggeredByUser()
      • getComponentId

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