Package org.teamapps.dto
Class UiRootPanel.ChangeNavigationHistoryStateCommand
- java.lang.Object
-
- org.teamapps.dto.UiRootPanel.ChangeNavigationHistoryStateCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.ChangeNavigationHistoryStateCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description ChangeNavigationHistoryStateCommand()Deprecated.Only for Jackson deserialization.ChangeNavigationHistoryStateCommand(java.lang.String pathOrUrl, boolean fireEvent, boolean push)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()booleangetFireEvent()java.lang.StringgetPathOrUrl()booleangetPush()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ChangeNavigationHistoryStateCommand
@Deprecated public ChangeNavigationHistoryStateCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
ChangeNavigationHistoryStateCommand
public ChangeNavigationHistoryStateCommand(java.lang.String pathOrUrl, boolean fireEvent, boolean push)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPathOrUrl
public java.lang.String getPathOrUrl()
-
getFireEvent
public boolean getFireEvent()
-
getPush
public boolean getPush()
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
-