|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.text.client.LongParser
public class LongParser
A localized parser based on NumberFormat.getDecimalFormat()
.
Constructor Summary | |
---|---|
protected |
LongParser()
|
Method Summary | |
---|---|
static Parser<java.lang.Long> |
instance()
Returns the instance of the no-op renderer. |
java.lang.Long |
parse(java.lang.CharSequence object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LongParser()
Method Detail |
---|
public static Parser<java.lang.Long> instance()
public java.lang.Long parse(java.lang.CharSequence object) throws java.text.ParseException
parse
in interface Parser<java.lang.Long>
java.text.ParseException
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |