Class UiCurrencyField.SetFixedPrecisionCommand

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

public static class UiCurrencyField.SetFixedPrecisionCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • fixedPrecision

      protected int fixedPrecision
  • Constructor Details

    • SetFixedPrecisionCommand

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

      public SetFixedPrecisionCommand(String componentId, int fixedPrecision)
  • Method Details