Class UiSlider.SetSelectionColorCommand

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

public static class UiSlider.SetSelectionColorCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • selectionColor

      protected String selectionColor
  • Constructor Details

    • SetSelectionColorCommand

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

      public SetSelectionColorCommand(String componentId, String selectionColor)
  • Method Details