|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.formatters.AbstractFormatter
planetj.formatters.NumberFormatter
planetj.formatters.CurrencyFormatter
Constructor Summary | |
CurrencyFormatter()
|
Method Summary | |
java.lang.String |
formatValue(java.lang.Object value,
Field field)
This method formats a number (or a String representation of the number that has no commas) to be a string that represents the currency format of the current locale. |
Methods inherited from class planetj.formatters.NumberFormatter |
getNumberFormat |
Methods inherited from class planetj.formatters.AbstractFormatter |
isPrepareFieldValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CurrencyFormatter()
Method Detail |
public java.lang.String formatValue(java.lang.Object value, Field field)
formatValue
in interface IFormatter
formatValue
in class NumberFormatter
value
- java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |