Class UiSlider.SetStepCommand

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

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

    • componentId

      protected String componentId
    • step

      protected double step
  • Constructor Details

    • SetStepCommand

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

      public SetStepCommand(String componentId, double step)
  • Method Details