Klasse UiCurrencyField.SetShowCurrencySymbolCommand

java.lang.Object
org.teamapps.dto.UiCurrencyField.SetShowCurrencySymbolCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiCurrencyField

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

    • componentId

      protected String componentId
    • showCurrencySymbol

      protected boolean showCurrencySymbol
  • Konstruktordetails

    • SetShowCurrencySymbolCommand

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

      public SetShowCurrencySymbolCommand(String componentId, boolean showCurrencySymbol)
  • Methodendetails