Class UiCurrencyField.SetShowCurrencySymbolCommand

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

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

    • componentId

      protected String componentId
    • showCurrencySymbol

      protected boolean showCurrencySymbol
  • Constructor Details

    • SetShowCurrencySymbolCommand

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

      public SetShowCurrencySymbolCommand(String componentId, boolean showCurrencySymbol)
  • Method Details