Class CurrencyBigDecimalParser
- java.lang.Object
-
- de.knightsoftnet.mtwidgets.client.ui.widget.helper.CurrencyBigDecimalParser
-
- All Implemented Interfaces:
com.google.gwt.text.shared.Parser<BigDecimal>
public class CurrencyBigDecimalParser extends Object implements com.google.gwt.text.shared.Parser<BigDecimal>
parse currency text to big decimal value.- Author:
- Manfred Tremmel
-
-
Constructor Summary
Constructors Constructor Description CurrencyBigDecimalParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.text.shared.Parser<BigDecimal>instance()returns the instance.BigDecimalparse(CharSequence pobject)
-
-
-
Method Detail
-
instance
public static final com.google.gwt.text.shared.Parser<BigDecimal> instance()
returns the instance.- Returns:
- CurrencyDoubleRenderer
-
parse
public final BigDecimal parse(CharSequence pobject) throws ParseException
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<BigDecimal>- Throws:
ParseException
-
-