|
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.IntegerParser
public class IntegerParser
A localized parser based on NumberFormat.getDecimalFormat()
.
Constructor Summary | |
---|---|
protected |
IntegerParser()
|
Method Summary | |
---|---|
static Parser<java.lang.Integer> |
instance()
Returns the instance of the no-op renderer. |
java.lang.Integer |
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 IntegerParser()
Method Detail |
---|
public static Parser<java.lang.Integer> instance()
public java.lang.Integer parse(java.lang.CharSequence object) throws java.text.ParseException
parse
in interface Parser<java.lang.Integer>
java.text.ParseException
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |