Class UiCheckBox.SetCheckColorCommand

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

public static class UiCheckBox.SetCheckColorCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • checkColor

      protected String checkColor
  • Constructor Details

    • SetCheckColorCommand

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

      public SetCheckColorCommand(String componentId, String checkColor)
  • Method Details