Class UiRootPanel.NavigateForwardCommand

java.lang.Object
org.teamapps.dto.UiRootPanel.NavigateForwardCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiRootPanel

public static class UiRootPanel.NavigateForwardCommand extends Object implements UiCommand<Void>
  • 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