Class UiRootPanel.SetPageTitleCommand

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

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

    • pageTitle

      protected String pageTitle
  • Constructor Details

    • SetPageTitleCommand

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

      public SetPageTitleCommand(String pageTitle)
  • Method Details