|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumericFormatter
Interface for defining the basic parse and toClient operations. The typical implementation is based on NumberFormat
but alternate implementations are used for BigInteger and BigDecimal.
Method Summary | |
---|---|
Number |
parse(String clientValue)
Parses a value from the client in a locale-specific way. |
String |
toClient(Number value)
Formats a value for the client in a locale-specific way. |
Method Detail |
---|
Number parse(String clientValue) throws ParseException
ParseException
String toClient(Number value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |