Class UiSlider.SetMaxCommand

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

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

    • componentId

      protected String componentId
    • max

      protected double max
  • Constructor Details

    • SetMaxCommand

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

      public SetMaxCommand(String componentId, double max)
  • Method Details