Uses of Interface
com.google.gwt.text.shared.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
Modifier and TypeClassDescriptionclass
A localized parser based onNumberFormat.getDecimalFormat()
.class
A localized parser based onNumberFormat.getDecimalFormat()
.class
A localized parser based onNumberFormat.getDecimalFormat()
. -
Uses of Parser in com.google.gwt.user.client.ui
Modifier 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.ModifierConstructorDescriptionprotected
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.