Class UiNumberField.SetCommitOnSliderChangeCommand

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

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

    • componentId

      protected String componentId
    • commitOnSliderChange

      protected boolean commitOnSliderChange
  • Constructor Details

    • SetCommitOnSliderChangeCommand

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

      public SetCommitOnSliderChangeCommand(String componentId, boolean commitOnSliderChange)
  • Method Details