Class IntegerParserWithoutSeparator
java.lang.Object
de.knightsoftnet.mtwidgets.client.ui.widget.helper.IntegerParserWithoutSeparator
- All Implemented Interfaces:
com.google.gwt.text.shared.Parser<Integer>
public class IntegerParserWithoutSeparator
extends Object
implements com.google.gwt.text.shared.Parser<Integer>
parse text to integer value.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final com.google.gwt.text.shared.Parser<Integer>instance()returns the instance.final Integerparse(CharSequence object)
-
Constructor Details
-
IntegerParserWithoutSeparator
public IntegerParserWithoutSeparator()
-
-
Method Details
-
instance
returns the instance.- Returns:
- IntegerParserWithoutSeparator
-
parse
- Specified by:
parsein interfacecom.google.gwt.text.shared.Parser<Integer>- Throws:
ParseException
-