Uses of Class
com.google.gwt.user.client.ui.ValueLabel
Packages that use ValueLabel
Package
Description
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.uiModifier and TypeClassDescriptionclass
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.class
NumberLabel<T extends Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.Methods in com.google.gwt.user.client.ui that return ValueLabelModifier and TypeMethodDescriptionstatic <T> ValueLabel
<T> Creates a ValueLabel widget that wraps an existing <span> element.static <T> ValueLabel
<T> Creates a ValueLabel widget that wraps an existing <span> element.