Uses of Interface
com.google.gwt.user.client.ui.HasName
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of HasName in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A widget that represents a simple <a> element.class
A standard check box widget.class
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A widget that wraps the HTML <input type='file'> element.class
Represents a hidden field in an HTML form.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A widget that presents a list of choices to the user, either as a list box or as a drop-down list.class
A ValueBox that usesLongParser
andLongRenderer
.class
A text box that visually masks its input to prevent eavesdropping.class
A mutually-exclusive selection radio button widget.class
A simple checkbox widget, with no label.class
A simple radio button widget, with no label.class
A text box that allows multiple lines of text to be entered.class
A standard single-line text box.class
Abstract base class for most text entry widgets.class
ValueBox<T>
A text box able to parse its displayed value.class
ValueBoxBase<T>
Abstract base class for all text entry widgets.