Class PercentDoubleParser
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.PercentDoubleParser
-
-
Constructor Summary
Constructors Constructor Description PercentDoubleParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.text.shared.Parser<Double>instance()returns the instance.Doubleparse(CharSequence pobject)
-
-
-
Method Detail
-
instance
public static final com.google.gwt.text.shared.Parser<Double> instance()
returns the instance.- Returns:
- CurrencyDoubleRenderer
-
parse
public final Double parse(CharSequence pobject) throws ParseException
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<Double>- Throws:
ParseException
-
-