Uses of Interface
com.google.gwt.user.client.ui.HasText
Packages that use HasText
Package
Description
User interface adapters for the bean editor framework.
Widgets, Panels, and other user-interface classes.
-
Uses of HasText in com.google.gwt.editor.ui.client.adapters
Methods in com.google.gwt.editor.ui.client.adapters with parameters of type HasTextModifier and TypeMethodDescriptionstatic HasTextEditor
Returns a new ValueEditor that that modifies the givenHasText
peer instance.Constructors in com.google.gwt.editor.ui.client.adapters with parameters of type HasTextModifierConstructorDescriptionprotected
HasTextEditor
(HasText peer) Constructs a new HasTextEditor that that modifies the givenHasText
peer instance. -
Uses of HasText in com.google.gwt.user.client.ui
Subinterfaces of HasText in com.google.gwt.user.client.uiModifier and TypeInterfaceDescriptionstatic interface
Set of characteristic interfaces supported by theDialogBox
caption.interface
An object that implements this interface contains html that has a direction.interface
An object that implements this interface contains html that has a direction.interface
An object that implements this interface contains text that has a direction.interface
An object that implements this interface contains text, which can be set and retrieved using these methods.Classes in com.google.gwt.user.client.ui that implement HasTextModifier and TypeClassDescriptionclass
A widget that represents a simple <a> element.class
A standard push-button widget.class
class
A standard check box widget.class
CustomButton is a base button class with built in support for a set number of button faces.class
Represents a button's face.class
A form of popup that has a caption area at the top and can be dragged by the user.static class
Default implementation of Caption.class
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A widget that can contain arbitrary HTML.class
A widget that serves as an "internal" hyperlink.class
A widget that can contain arbitrary HTML.class
A widget that serves as an "internal" hyperlink.class
A widget that contains arbitrary text, not interpreted as HTML.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A widget that contains arbitrary text, not interpreted as HTML.class
A ValueBox that usesLongParser
andLongRenderer
.class
An entry in aMenuBar
.class
A text box that visually masks its input to prevent eavesdropping.class
A normal push button with custom styling.class
A mutually-exclusive selection radio button widget.class
A standard push-button widget which will automatically reset its enclosingFormPanel
if any.class
A rich text editor that allows complex styling and formatting.class
A standard push-button widget which will automatically submit its enclosingFormPanel
if any.class
ASuggestBox
is a text box or text area which displays a pre-configured set of selections that match the user's input.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
AToggleButton
is a stylish stateful button which allows the user to toggle betweenup
anddown
states.class
An item that can be contained within aTree
.class
ValueBox<T>
A text box able to parse its displayed value.class
ValueBoxBase<T>
Abstract base class for all text entry widgets.Methods in com.google.gwt.user.client.ui that return HasTextModifier and TypeMethodDescriptionDisclosurePanel.getHeaderTextAccessor()
Gets aHasText
instance to provide access to the headers's text, if the header widget does provide such access.