Class UiCurrencyField.SetShowCurrencyBeforeAmountCommand

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

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

    • componentId

      protected String componentId
    • showCurrencyBeforeAmount

      protected boolean showCurrencyBeforeAmount
  • Constructor Details

    • SetShowCurrencyBeforeAmountCommand

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

      public SetShowCurrencyBeforeAmountCommand(String componentId, boolean showCurrencyBeforeAmount)
  • Method Details