Class UiRootPanel.GoToUrlCommand

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

public static class UiRootPanel.GoToUrlCommand extends Object implements UiCommand<Void>
  • Field Details

    • url

      protected String url
    • blankPage

      protected boolean blankPage
  • Constructor Details

    • GoToUrlCommand

      @Deprecated public GoToUrlCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • GoToUrlCommand

      public GoToUrlCommand(String url, boolean blankPage)
  • Method Details