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