Class CurrencyDoubleParser

  • All Implemented Interfaces:
    com.google.gwt.text.shared.Parser<Double>

    public class CurrencyDoubleParser
    extends Object
    implements com.google.gwt.text.shared.Parser<Double>
    parse currency text to double value.
    Author:
    Manfred Tremmel
    • Constructor Detail

      • CurrencyDoubleParser

        public CurrencyDoubleParser()
    • Method Detail

      • instance

        public static final com.google.gwt.text.shared.Parser<Double> instance()
        returns the instance.
        Returns:
        CurrencyDoubleRenderer