Package org.openxava.util
Class Moneys
java.lang.Object
org.openxava.util.Moneys
Utility class to work with money values and properties.
- Since:
- 7.4
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringFrom currencySymbol property in xava.properties or the JVM locale, not from browser.static StringgetCurrencySymbol(Locale locale) static booleanstatic booleanisCurrencySymbolAtStart(Locale locale) static booleanisMoneyProperty(MetaProperty property)
-
Constructor Details
-
Moneys
public Moneys()
-
-
Method Details
-
isCurrencySymbolAtStart
-
isCurrencySymbolAtStart
public static boolean isCurrencySymbolAtStart() -
getCurrencySymbol
-
getCurrencySymbol
From currencySymbol property in xava.properties or the JVM locale, not from browser. -
isMoneyProperty
-