Uses of Interface
com.google.gwt.text.shared.Parser
Packages that use Parser
Package
Description
Classes for parsing and rendering numbers, dates, and times.
Classes used for testing text parsing and rendering.
Widgets, Panels, and other user-interface classes.
-
Uses of Parser in com.google.gwt.text.client
Classes in com.google.gwt.text.client that implement ParserModifier and TypeClassDescriptionclass
A localized parser based onNumberFormat.getDecimalFormat()
.class
A localized parser based onNumberFormat.getDecimalFormat()
.class
A localized parser based onNumberFormat.getDecimalFormat()
.Methods in com.google.gwt.text.client that return Parser -
Uses of Parser in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type ParserModifier and TypeMethodDescriptionstatic <T> ValueBox
<T> Creates a ValueBox widget that wraps an existing <input type='text'> element.static <T> ValueLabel
<T> Creates a ValueLabel widget that wraps an existing <span> element.Constructors in com.google.gwt.user.client.ui with parameters of type ParserModifierConstructorDescriptionprotected
This constructor may be used by subclasses to explicitly use an existing element.protected
Creates a value box that wraps the given browser element handle.