Uses of Class
com.google.gwt.user.client.ui.LabelBase
-
Packages that use LabelBase Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of LabelBase in com.google.gwt.user.client.ui
Subclasses of LabelBase 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.static class
DialogBox.CaptionImpl
Default implementation of Caption.class
HTML
A widget that can contain arbitrary HTML.class
InlineHTML
A widget that can contain arbitrary HTML.class
InlineLabel
A widget that contains arbitrary text, not interpreted as HTML.class
Label
A widget that contains arbitrary text, not interpreted as HTML.class
NumberLabel<T extends java.lang.Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
ValueLabel<T>
A label displaying its value through a renderer.
-