Class UiRootPanel.ChangeNavigationHistoryStateCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.ChangeNavigationHistoryStateCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ChangeNavigationHistoryStateCommand(String pathOrUrl, boolean fireEvent, boolean push) -
Method Summary
-
Field Details
-
pathOrUrl
-
fireEvent
protected boolean fireEvent -
push
protected boolean push
-
-
Constructor Details
-
ChangeNavigationHistoryStateCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ChangeNavigationHistoryStateCommand
-
-
Method Details
-
toString
-
getPathOrUrl
-
getFireEvent
public boolean getFireEvent() -
getPush
public boolean getPush() -
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-