Uses of Class
org.teamapps.ux.component.field.multicurrency.CurrencyField.Currency
| Package | Description |
|---|---|
| org.teamapps.ux.component.field.multicurrency |
-
Uses of CurrencyField.Currency in org.teamapps.ux.component.field.multicurrency
Methods in org.teamapps.ux.component.field.multicurrency that return CurrencyField.Currency Modifier and Type Method Description CurrencyField.CurrencyCurrencyField. getDefaultCurrency()static CurrencyField.CurrencyCurrencyField.Currency. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CurrencyField.Currency[]CurrencyField.Currency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.field.multicurrency that return types with arguments of type CurrencyField.Currency Modifier and Type Method Description java.util.List<CurrencyField.Currency>CurrencyField. getCurrencyList()Methods in org.teamapps.ux.component.field.multicurrency with parameters of type CurrencyField.Currency Modifier and Type Method Description CurrencyFieldCurrencyField. setDefaultCurrency(CurrencyField.Currency defaultCurrency)Method parameters in org.teamapps.ux.component.field.multicurrency with type arguments of type CurrencyField.Currency Modifier and Type Method Description CurrencyFieldCurrencyField. setCurrencyList(java.util.List<CurrencyField.Currency> currencyList)