Class UiPanel.SetTitleCommand

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

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

    • componentId

      protected String componentId
    • title

      protected String title
  • Constructor Details

    • SetTitleCommand

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

      public SetTitleCommand(String componentId, String title)
  • Method Details