public class

IntegerParser

extends Object
implements Parser<T>
java.lang.Object
   ↳ com.google.gwt.text.client.IntegerParser

Class Overview

A localized parser based on getDecimalFormat().

Summary

Protected Constructors
IntegerParser()
Public Methods
static Parser<Integer> instance()
Returns the instance of the no-op renderer.
Integer parse(CharSequence object)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.text.shared.Parser

Protected Constructors

protected IntegerParser ()

Public Methods

public static Parser<Integer> instance ()

Returns the instance of the no-op renderer.

public Integer parse (CharSequence object)