Package com.google.gwt.text.client
Class IntegerParser
- java.lang.Object
-
- com.google.gwt.text.client.IntegerParser
-
- All Implemented Interfaces:
Parser<java.lang.Integer>
public class IntegerParser extends java.lang.Object implements Parser<java.lang.Integer>
A localized parser based onNumberFormat.getDecimalFormat()
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IntegerParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parser<java.lang.Integer>
instance()
Returns the instance of the no-op renderer.java.lang.Integer
parse(java.lang.CharSequence object)
-
-
-
Method Detail
-
instance
public static Parser<java.lang.Integer> instance()
Returns the instance of the no-op renderer.
-
-