Class UiRootPanel.SetTitleCommand

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

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

    • title

      protected String title
  • Constructor Details

    • SetTitleCommand

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

      public SetTitleCommand(String title)
  • Method Details