| AbsolutePanel |
An absolute panel positions all of its children absolutely, allowing them to
overlap.
|
| AbstractImagePrototype |
An opaque representation of a particular image such that the image can be
accessed either as an HTML fragment or as an Image object.
|
| AbstractImagePrototype.ImagePrototypeElement |
|
| AbstractNativeScrollbar |
Abstract parent class for scrollbars implemented using the native browser
scrollbars.
|
| AcceptsOneWidget |
Implemented by displays that can be given accept an IsWidget
to show.
|
| Anchor |
A widget that represents a simple <a> element.
|
| AnimatedLayout |
Specifies that a panel can animate between layouts.
|
| AttachDetachException.Command |
The command to execute when iterating through child widgets.
|
| Button |
A standard push-button widget.
|
| ButtonBase |
|
| CaptionPanel.CaptionPanelImpl |
Implementation class without browser-specific hacks.
|
| CellPanel |
A panel whose child widgets are contained within the cells of a table.
|
| ChangeListener |
Deprecated.
|
| ChangeListenerCollection |
Deprecated.
|
| CheckBox |
A standard check box widget.
|
| ClickListener |
Deprecated.
|
| ClickListenerCollection |
Deprecated.
|
| ComplexPanel |
Abstract base class for panels that can contain multiple child widgets.
|
| Composite |
A type of widget that can wrap another widget, hiding the wrapped widget's
methods.
|
| CustomButton |
CustomButton is a base button class with built in support for a set number
of button faces.
|
| CustomButton.Face |
Represents a button's face.
|
| CustomScrollPanel.Resources |
A ClientBundle of resources used by this widget.
|
| CustomScrollPanel.Style |
Styles used by this widget.
|
| DeckPanel |
A panel that displays all of its child widgets in a 'deck', where only one
can be visible at a time.
|
| DecoratedPopupPanel |
A PopupPanel that wraps its content in a 3x3 grid, which allows users
to add rounded corners.
|
| DialogBox.Caption |
Set of characteristic interfaces supported by the DialogBox
caption.
|
| DirectionalTextHelper |
A helper class for displaying bidi (i.e.
|
| DisclosureEvent |
Deprecated.
|
| DisclosureHandler |
Deprecated.
|
| DisclosurePanel |
A widget that consists of a header and a content panel that discloses the
content when a user clicks on the header.
|
| DisclosurePanelImages |
Deprecated.
|
| DockLayoutPanel |
A panel that lays its child widgets out "docked" at its outer edges, and
allows its last widget to take up the remaining space in its center.
|
| DockLayoutPanel.Direction |
|
| DockPanel.DockLayoutConstant |
|
| FileUpload |
A widget that wraps the HTML <input type='file'> element.
|
| FiniteWidgetIterator.WidgetProvider |
Provides widgets to the iterator.
|
| FiresDisclosureEvents |
Deprecated.
|
| FiresFormEvents |
Deprecated.
|
| FiresSuggestionEvents |
Deprecated.
|
| FlexTable.FlexCellFormatter |
|
| Focusable |
A widget that implements this interface can receive keyboard focus.
|
| FocusListener |
Deprecated.
|
| FocusListenerCollection |
Deprecated.
|
| FocusWidget |
Abstract base class for most widgets that can receive keyboard focus.
|
| FormHandler |
Deprecated.
|
| FormPanel |
A panel that wraps its contents in an HTML <FORM> element.
|
| FormPanel.IFrameTemplate |
|
| FormPanel.SubmitCompleteEvent |
Fired when a form has been submitted successfully.
|
| FormPanel.SubmitCompleteHandler |
|
| FormPanel.SubmitEvent |
Fired when the form is submitted.
|
| FormPanel.SubmitHandler |
|
| FormSubmitCompleteEvent |
Event object containing information about form submission events.
|
| FormSubmitEvent |
Event object containing information about form submission events.
|
| Frame |
A widget that wraps an IFRAME element, which can contain an arbitrary web
site.
|
| HasAlignment |
A widget that implements this interface has an intrinsic alignment which
can be manipulated using these methods and constants.
|
| HasAnimation |
A Widget that uses an animation should implement this class so users
can enable or disable animations.
|
| HasAutoHorizontalAlignment |
A widget that implements this interface can be configured to be aligned
according to its contents' direction, in addition to the static alignment
options offered by HasHorizontalAlignment.
|
| HasConstrainedValue |
Implemented by widgets that pick from a set of values.
|
| HasDirectionalHtml |
An object that implements this interface contains html that has a direction.
|
| HasDirectionalSafeHtml |
An object that implements this interface contains html that has a direction.
|
| HasDirectionalText |
An object that implements this interface contains text that has a direction.
|
| HasEnabled |
A widget that implements this interface can be put in an "enabled"
or "disabled" state.
|
| HasFocus |
Deprecated.
|
| HasHorizontalAlignment |
Characteristic interface which indicates that a widget can be aligned
horizontally.
|
| HasHorizontalAlignment.AutoHorizontalAlignmentConstant |
|
| HasHorizontalAlignment.HorizontalAlignmentConstant |
|
| HasHorizontalScrolling |
Implemented by widgets that support horizontal scrolling.
|
| HasHTML |
An object that implements this interface contains text, which can be set and
retrieved using these methods.
|
| HasName |
A widget that implements this interface has a 'name' associated with it,
allowing it to be used with FormPanel.
|
| HasOneWidget |
Implemented by panels that have only one widget.
|
| HasScrolling |
Implemented by widgets that support scrolling.
|
| HasText |
An object that implements this interface contains text, which can be set and
retrieved using these methods.
|
| HasTreeItems |
A widget that implements this interface contains
items and can operate them.
|
| HasTreeItems.ForIsWidget |
Extends this interface with convenience methods to handle IsWidget.
|
| HasValue |
|
| HasVerticalAlignment |
Characteristic interface which indicates that a widget has an associated
vertical alignment.
|
| HasVerticalAlignment.VerticalAlignmentConstant |
Horizontal alignment constant.
|
| HasVerticalScrolling |
Implemented by widgets that support vertical scrolling.
|
| HasVisibility |
Implemented by objects that have the visibility trait.
|
| HasWidgets |
A widget that implements this interface contains
widgets and can enumerate them.
|
| HasWidgets.ForIsWidget |
Extends this interface with convenience methods to handle IsWidget.
|
| HasWordWrap |
A widget that implements this interface has a 'word-wrap' property that can
be manipulated using these methods.
|
| Hidden |
Represents a hidden field in an HTML form.
|
| HorizontalScrollbar |
Describes a horizontal scrollbar.
|
| HorizontalSplitPanel.Resources |
Deprecated.
The default resources used by this widget.
|
| HorizontalSplitPanelImages |
Deprecated.
|
| HTML |
A widget that can contain arbitrary HTML.
|
| HTMLPanel |
A panel that contains HTML, and which can attach child widgets to identified
elements within that HTML.
|
| HTMLTable |
HTMLTable contains the common table algorithms for
Grid and
FlexTable.
|
| HTMLTable.Cell |
|
| HTMLTable.CellFormatter |
This class contains methods used to format a table's cells.
|
| HTMLTable.ColumnFormatter |
This class contains methods used to format a table's columns.
|
| HTMLTable.RowFormatter |
This class contains methods used to format a table's rows.
|
| Hyperlink |
A widget that serves as an "internal" hyperlink.
|
| Image |
A widget that displays the image at a given URL.
|
| ImageBundle |
Deprecated.
|
| ImageBundle.Resource |
Deprecated.
Explicitly specifies a file name or path to the image resource to be
associated with a method in an ImageBundle.
|
| IndexedPanel |
Implemented by panels that impose an explicit ordering on their children.
|
| IndexedPanel.ForIsWidget |
Extends this interface with convenience methods to handle IsWidget.
|
| InlineHTML |
A widget that can contain arbitrary HTML.
|
| InlineLabel |
A widget that contains arbitrary text, not interpreted as HTML.
|
| InsertPanel |
|
| InsertPanel.ForIsWidget |
Extends this interface with convenience methods to handle IsWidget.
|
| IsRenderable |
An interface for UI elements that can be built by first generating a piece
of HTML and afterwards wrapping a root widget.
|
| IsTreeItem |
Extended by objects which have underlying TreeItem.
|
| IsWidget |
Extended by view interfaces that are likely to be implemented by Widgets.
|
| KeyboardListener |
Deprecated.
|
| KeyboardListenerCollection |
Deprecated.
|
| Label |
A widget that contains arbitrary text, not interpreted as HTML.
|
| LabelBase |
Abstract base class for all text display widgets.
|
| LayoutPanel |
A panel that lays its children out in arbitrary
layers using the
Layout class.
|
| ListBox |
A widget that presents a list of choices to the user, either as a list box or
as a drop-down list.
|
| ListenerWrapper |
Deprecated.
|
| ListenerWrapper.WrappedChangeListener |
Deprecated.
|
| ListenerWrapper.WrappedClickListener |
Deprecated.
|
| ListenerWrapper.WrappedFocusListener |
Deprecated.
|
| ListenerWrapper.WrappedKeyboardListener |
Deprecated.
|
| ListenerWrapper.WrappedLoadListener |
Deprecated.
|
| ListenerWrapper.WrappedLogicalChangeListener |
Deprecated.
|
| ListenerWrapper.WrappedMouseListener |
Deprecated.
|
| ListenerWrapper.WrappedMouseWheelListener |
Deprecated.
|
| ListenerWrapper.WrappedScrollListener |
Deprecated.
|
| LoadListener |
Deprecated.
|
| MenuBar |
A standard menu bar widget.
|
| MenuBar.MenuBarImages |
Deprecated.
|
| MenuBar.Resources |
A ClientBundle that contains the default resources for this widget.
|
| MenuItem |
|
| MenuItemSeparator |
A separator that can be placed in a
MenuBar.
|
| MouseListener |
Deprecated.
|
| MouseWheelListener |
Deprecated.
|
| MouseWheelVelocity |
Deprecated.
|
| MultiWordSuggestOracle.MultiWordSuggestion |
|
| NamedFrame |
A Frame that has a 'name' associated
with it.
|
| NamedFrame.IFrameTemplate |
|
| NativeHorizontalScrollbar.Resources |
A ClientBundle of resources used by this widget.
|
| NativeHorizontalScrollbar.Style |
Styles used by this widget.
|
| NativeVerticalScrollbar.Resources |
A ClientBundle of resources used by this widget.
|
| NativeVerticalScrollbar.Style |
Styles used by this widget.
|
| NativeVerticalScrollbar.UiBinderBundle |
Client bundle used in the uibinder template.
|
| NativeVerticalScrollbar.UiStyle |
Style used in uibinder template.
|
| Panel |
Abstract base class for all panels, which are widgets that can contain other
widgets.
|
| PasswordTextBox |
A text box that visually masks its input to prevent eavesdropping.
|
| PopupListener |
Deprecated.
|
| PopupPanel |
A panel that can "pop up" over other widgets.
|
| PopupPanel.AnimationType |
The type of animation to use when opening the popup.
|
| PopupPanel.PositionCallback |
A callback that is used to set the position of a PopupPanel right
before it is shown.
|
| PopupPanel.ResizeAnimation |
An Animation used to enlarge the popup into view.
|
| PotentialElement |
EXPERIMENTAL and subject to change.
|
| PrefixTree |
A prefix tree (aka trie).
|
| ProvidesResize |
This tag interface specifies that the implementing widget will call
RequiresResize.onResize() on its children whenever their size may
have changed.
|
| RenderableStamper |
Used by IsRenderable to mark their root element in such a way that
they can be later retrieved.
|
| RequiresResize |
This interface designates that its implementor needs to be informed whenever
its size is modified.
|
| ResizeComposite |
|
| ResizeLayoutPanel.Impl |
Implementation of resize event.
|
| ResizeLayoutPanel.Impl.Delegate |
Delegate event handler.
|
| RichTextArea.BasicFormatter |
Deprecated.
|
| RichTextArea.ExtendedFormatter |
Deprecated.
|
| RichTextArea.FontSize |
Font size enumeration.
|
| RichTextArea.Formatter |
This interface is used to access full formatting options, when available.
|
| RichTextArea.Justification |
Justification enumeration.
|
| RootLayoutPanel |
A singleton implementation of LayoutPanel that always attaches itself
to the document body (i.e.
|
| RootPanel |
The panel to which all other widgets must ultimately be added.
|
| ScrollImpl |
Implementation of scrolling behavior.
|
| ScrollListener |
Deprecated.
|
| ScrollPanel |
A simple panel that wraps its contents in a scrollable area.
|
| SimpleCheckBox |
A simple checkbox widget, with no label.
|
| SimplePanel |
Base class for panels that contain only one widget.
|
| SimpleRadioButton |
A simple radio button widget, with no label.
|
| SourcesChangeEvents |
Deprecated.
|
| SourcesClickEvents |
Deprecated.
|
| SourcesFocusEvents |
Deprecated.
|
| SourcesKeyboardEvents |
Deprecated.
|
| SourcesLoadEvents |
Deprecated.
|
| SourcesMouseEvents |
Deprecated.
|
| SourcesMouseWheelEvents |
Deprecated.
|
| SourcesPopupEvents |
Deprecated.
|
| SourcesScrollEvents |
Deprecated.
|
| SourcesTabEvents |
Deprecated.
|
| SourcesTableEvents |
Deprecated.
|
| SourcesTreeEvents |
Deprecated.
|
| SplitLayoutPanel.Splitter |
|
| SplitPanel |
Deprecated.
|
| StackPanel |
A panel that stacks its children vertically, displaying only one at a time,
with a header for each child which the user can click to display.
|
| SuggestBox |
A SuggestBox is a text box or text area which displays a
pre-configured set of selections that match the user's input.
|
| SuggestBox.SuggestionCallback |
|
| SuggestBox.SuggestionDisplay |
Used to display suggestions to the user.
|
| SuggestionEvent |
|
| SuggestionHandler |
Deprecated.
|
| SuggestOracle |
A SuggestOracle can be used to create
suggestions associated with a specific query string.
|
| SuggestOracle.Callback |
|
| SuggestOracle.Request |
|
| SuggestOracle.Response |
|
| SuggestOracle.Suggestion |
|
| TabBar |
A horizontal bar of folder-style tabs, most commonly used as part of a
TabPanel.
|
| TabBar.Tab |
Set of characteristic interfaces supported by TabBar tabs.
|
| TableListener |
Deprecated.
|
| TabListener |
Deprecated.
|
| TabPanel |
A panel that represents a tabbed set of pages, each of which contains another
widget.
|
| TextArea |
A text box that allows multiple lines of text to be entered.
|
| TextBox |
A standard single-line text box.
|
| TextBoxBase |
Abstract base class for most text entry widgets.
|
| TextBoxBase.TextAlignConstant |
Deprecated.
|
| Tree |
A standard hierarchical tree widget.
|
| Tree.ImageAdapter |
There are several ways of configuring images for the Tree widget due to
deprecated APIs.
|
| Tree.Resources |
A ClientBundle that provides images for this widget.
|
| TreeImages |
Deprecated.
|
| TreeItem |
An item that can be contained within a
Tree.
|
| TreeListener |
Deprecated.
|
| UIObject |
The superclass for all user-interface objects.
|
| UIObject.DebugIdImpl |
The implementation of the set debug id method, which does nothing by
default.
|
| ValueBox |
A text box able to parse its displayed value.
|
| ValueBoxBase |
Abstract base class for all text entry widgets.
|
| ValueBoxBase.TextAlignment |
|
| ValueLabel |
A label displaying its value through a renderer.
|
| ValuePicker |
Allows the user to pick a single value from a list.
|
| VerticalScrollbar |
Describes a vertical scrollbar.
|
| VerticalSplitPanel.Resources |
Deprecated.
The default resources used by this widget.
|
| VerticalSplitPanelImages |
Deprecated.
|
| Widget |
The base class for the majority of user-interface objects.
|
| WidgetCollection |
|