GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.ValueLabel

Packages that use ValueLabel
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
 class DateLabel
          Extends ValueLabel for convenience when dealing with dates and DateTimeFormat, especially in UiBinder templates.
 class NumberLabel<T extends Number>
          Extends ValueLabel for convenience when dealing with numbers and NumberFormat, especially in UiBinder templates.
 

Methods in com.google.gwt.user.client.ui that return ValueLabel
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.
 


GWT 2.7.0