Uses of Class
com.google.gwt.user.client.ui.ValueLabel
-
Packages that use ValueLabel Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ValueLabel in com.google.gwt.user.client.ui
Subclasses of ValueLabel in com.google.gwt.user.client.ui Modifier and Type Class Description class
DateLabel
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.class
NumberLabel<T extends java.lang.Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.Methods in com.google.gwt.user.client.ui that return ValueLabel Modifier and Type Method Description static <T> ValueLabel<T>
ValueLabel. wrap(Element element, Renderer<? super T> renderer)
Creates a ValueLabel widget that wraps an existing <span> element.static <T> ValueLabel<T>
ValueLabel. wrap(Element element, Renderer<? super T> renderer, Parser<? extends T> parser)
Creates a ValueLabel widget that wraps an existing <span> element.
-