Klasse UiCurrencyField.SetShowCurrencyBeforeAmountCommand

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

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

    • componentId

      protected String componentId
    • showCurrencyBeforeAmount

      protected boolean showCurrencyBeforeAmount
  • Konstruktordetails

    • SetShowCurrencyBeforeAmountCommand

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

      public SetShowCurrencyBeforeAmountCommand(String componentId, boolean showCurrencyBeforeAmount)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getShowCurrencyBeforeAmount

      public boolean getShowCurrencyBeforeAmount()