Class UiToolButton.SetCaptionCommand

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

public static class UiToolButton.SetCaptionCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • caption

      protected String caption
  • Constructor Details

    • SetCaptionCommand

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

      public SetCaptionCommand(String componentId, String caption)
  • Method Details