Class UiNumberField.SetMaxValueCommand

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

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

    • componentId

      protected String componentId
    • max

      protected double max
  • Constructor Details

    • SetMaxValueCommand

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

      public SetMaxValueCommand(String componentId, double max)
  • Method Details