Uses of Interface
org.teamapps.ux.component.field.multicurrency.value.CurrencyUnit
| Package | Description |
|---|---|
| org.teamapps.ux.component.field.multicurrency | |
| org.teamapps.ux.component.field.multicurrency.value |
-
Uses of CurrencyUnit in org.teamapps.ux.component.field.multicurrency
Methods in org.teamapps.ux.component.field.multicurrency that return types with arguments of type CurrencyUnit Modifier and Type Method Description java.util.List<CurrencyUnit>CurrencyField. getCurrencies()java.util.Optional<CurrencyUnit>CurrencyField. getCurrency()Methods in org.teamapps.ux.component.field.multicurrency with parameters of type CurrencyUnit Modifier and Type Method Description voidCurrencyField. setCurrency(CurrencyUnit currencyUnit)Method parameters in org.teamapps.ux.component.field.multicurrency with type arguments of type CurrencyUnit Modifier and Type Method Description CurrencyFieldCurrencyField. setCurrencies(java.util.List<CurrencyUnit> currencies)Constructor parameters in org.teamapps.ux.component.field.multicurrency with type arguments of type CurrencyUnit Constructor Description CurrencyField(java.util.List<CurrencyUnit> currencies) -
Uses of CurrencyUnit in org.teamapps.ux.component.field.multicurrency.value
Classes in org.teamapps.ux.component.field.multicurrency.value that implement CurrencyUnit Modifier and Type Class Description classCurrencyCurrencyUnitclassJsr354CurrencyUnitclassPlainCurrencyUnitMethods in org.teamapps.ux.component.field.multicurrency.value that return CurrencyUnit Modifier and Type Method Description static CurrencyUnitCurrencyUnit. fromCurrency(java.util.Currency currency)static CurrencyUnitCurrencyUnit. fromJsrCurrencyUnit(javax.money.CurrencyUnit currencyUnit)Methods in org.teamapps.ux.component.field.multicurrency.value that return types with arguments of type CurrencyUnit Modifier and Type Method Description static java.util.List<CurrencyUnit>CurrencyUnit. getAllAvailableFromJdk()java.util.Optional<CurrencyUnit>CurrencyValue. getCurrency()Methods in org.teamapps.ux.component.field.multicurrency.value with parameters of type CurrencyUnit Modifier and Type Method Description CurrencyValueCurrencyValue. withCurrencyUnit(CurrencyUnit currencyUnit)Constructors in org.teamapps.ux.component.field.multicurrency.value with parameters of type CurrencyUnit Constructor Description CurrencyValue(CurrencyUnit currency, java.math.BigDecimal amount)