Uses of Class
com.google.gwt.user.client.ui.Label
-
Packages that use Label Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of Label in com.google.gwt.user.client.ui
Subclasses of Label in com.google.gwt.user.client.ui Modifier and Type Class Description static classDialogBox.CaptionImplDefault implementation of Caption.classHTMLA widget that can contain arbitrary HTML.classInlineHTMLA widget that can contain arbitrary HTML.classInlineLabelA widget that contains arbitrary text, not interpreted as HTML.Methods in com.google.gwt.user.client.ui that return Label Modifier and Type Method Description static LabelLabel. wrap(Element element)Creates a Label widget that wraps an existing <div> or <span> element.
-