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