Class UiSlider.SetDisplayedDecimalsCommand

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

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

    • componentId

      protected String componentId
    • displayedDecimals

      protected int displayedDecimals
  • Constructor Details

    • SetDisplayedDecimalsCommand

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

      public SetDisplayedDecimalsCommand(String componentId, int displayedDecimals)
  • Method Details