Class NumericFormatterImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      NumericFormatterImpl​(java.text.NumberFormat format)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Number parse​(java.lang.String clientValue)
      Parses a value from the client in a locale-specific way.
      java.lang.String toClient​(java.lang.Number value)
      Formats a value for the client in a locale-specific way.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parse

        public java.lang.Number parse​(java.lang.String clientValue)
                               throws java.text.ParseException
        Description copied from interface: NumericFormatter
        Parses a value from the client in a locale-specific way.
        Specified by:
        parse in interface NumericFormatter
        Throws:
        java.text.ParseException