Uses of Class
com.google.gwt.user.client.ui.ValueBox
-
Packages that use ValueBox Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ValueBox in com.google.gwt.user.client.ui
Subclasses of ValueBox in com.google.gwt.user.client.ui Modifier and Type Class Description class
DoubleBox
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
IntegerBox
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
LongBox
A ValueBox that usesLongParser
andLongRenderer
.Methods in com.google.gwt.user.client.ui that return ValueBox Modifier and Type Method Description static <T> ValueBox<T>
ValueBox. wrap(Element element, Renderer<T> renderer, Parser<T> parser)
Creates a ValueBox widget that wraps an existing <input type='text'> element.
-