Class UiNumberField.SetSliderStepCommand

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

public static class UiNumberField.SetSliderStepCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • step

      protected double step
  • Constructor Details

    • SetSliderStepCommand

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

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