Class UiNumberField.SetMinValueCommand

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

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

    • componentId

      protected String componentId
    • min

      protected double min
  • Constructor Details

    • SetMinValueCommand

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

      public SetMinValueCommand(String componentId, double min)
  • Method Details