Package org.teamapps.dto
Class UiRootPanel.NavigateForwardCommand
java.lang.Object
org.teamapps.dto.UiRootPanel.NavigateForwardCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiRootPanel
public static class UiRootPanel.NavigateForwardCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected intsteps -
Constructor Summary
Constructors Constructor Description NavigateForwardCommand()Deprecated.Only for Jackson deserialization.NavigateForwardCommand(int steps) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()intgetSteps()java.lang.StringtoString()
-
Field Details
-
steps
protected int steps
-
-
Constructor Details
-
NavigateForwardCommand
@Deprecated public NavigateForwardCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
NavigateForwardCommand
public NavigateForwardCommand(int steps)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getSteps
public int getSteps() -
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-