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