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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final com.google.gwt.text.shared.Parser<Double>instance()returns the instance.final Doubleparse(CharSequence object)
-
Constructor Details
-
PercentDoubleParser
public PercentDoubleParser()
-
-
Method Details
-
instance
returns the instance.- Returns:
- CurrencyDoubleRenderer
-
parse
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<Double>- Throws:
ParseException
-