Class UiNumberField.SetPrecisionCommand

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

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

    • componentId

      protected String componentId
    • displayPrecision

      protected int displayPrecision
  • Constructor Details

    • SetPrecisionCommand

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

      public SetPrecisionCommand(String componentId, int displayPrecision)
  • Method Details