Class UiCurrencyField.SetCurrencyUnitsCommand

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

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

  • Constructor Details

    • SetCurrencyUnitsCommand

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

      public SetCurrencyUnitsCommand(String componentId, List<UiCurrencyUnit> currencyUnits)
  • Method Details