Class UiSlider.SetMinCommand

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

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

    • componentId

      protected String componentId
    • min

      protected double min
  • Constructor Details

    • SetMinCommand

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

      public SetMinCommand(String componentId, double min)
  • Method Details