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