|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueBox | |
---|---|
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 | |
---|---|
class |
DoubleBox
A ValueBox that uses DoubleParser and DoubleRenderer . |
class |
IntegerBox
A ValueBox that uses IntegerParser and IntegerRenderer . |
class |
LongBox
A ValueBox that uses LongParser and LongRenderer . |
Methods in com.google.gwt.user.client.ui that return ValueBox | ||
---|---|---|
static
|
ValueBox.wrap(Element element,
Renderer<T> renderer,
Parser<T> parser)
Creates a ValueBox widget that wraps an existing <input type='text'> element. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |