Class UiCheckBox.SetCaptionCommand

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

public static class UiCheckBox.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