Class PercentDoubleParser

java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleParser
All Implemented Interfaces:
com.google.gwt.text.shared.Parser<Double>

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

    • PercentDoubleParser

      public PercentDoubleParser()
  • Method Details

    • instance

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

      public final Double parse(CharSequence object) throws ParseException
      Specified by:
      parse in interface com.google.gwt.text.shared.Parser<Double>
      Throws:
      ParseException