MoneyField: MoneyField is a simple field for entering / displaying monetary amounts (amount and currency) bound to a JSR-354 javax.money.MonetaryAmount.
The user can enter the amount and select the currency from a drop-down.
Developers can select which currencies are available, pre-select a currency, make the currency read-only and even alow the user to enter simple calculations like “(10+12)*1,2”.
The amount is formatted and rounded according to the locale of the UI.