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