Package org.teamapps.dto
Class UiRootPanel.NavigationStateChangeEvent
java.lang.Object
org.teamapps.dto.UiRootPanel.NavigationStateChangeEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.NavigationStateChangeEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected UiLocationlocationprotected booleantriggeredByUser -
Constructor Summary
Constructors Constructor Description NavigationStateChangeEvent()Deprecated.Only for Jackson deserialization.NavigationStateChangeEvent(UiLocation location, boolean triggeredByUser) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()UiLocationgetLocation()booleangetTriggeredByUser()UiEventTypegetUiEventType()java.lang.StringtoString()
-
Field Details
-
location
-
triggeredByUser
protected boolean triggeredByUser
-
-
Constructor Details
-
NavigationStateChangeEvent
@Deprecated public NavigationStateChangeEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
NavigationStateChangeEvent
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getLocation
-
getTriggeredByUser
public boolean getTriggeredByUser() -
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-