Uses of Class
com.google.gwt.user.client.ui.UIObject
Package
Description
Classes for HTML Canvas 2D support.
User interface components for the bean editor framework.
Log handlers and related classes for java.util.logging support in GWT.
Widgets for HTML Audio and Video support.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
-
Uses of UIObject in com.google.gwt.canvas.client
-
Uses of UIObject in com.google.gwt.editor.ui.client
Modifier and TypeClassDescriptionclass
A simple decorator to display leaf widgets with an error message. -
Uses of UIObject in com.google.gwt.logging.client
Modifier and TypeClassDescriptionclass
A simple popup to show log messages, which can be resized, minimized, and dragged to a different location. -
Uses of UIObject in com.google.gwt.media.client
-
Uses of UIObject in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
Abstract base class for tabular views that supports paging and columns.class
An abstract representation of a tree widget that renders items usingCell
s.class
class
An abstract pager that exposes many methods useful for paging.class
A "browsable" view of a tree in which only a single node per level may be open at one time.(package private) class
A custom version of cell list used by the browser.class
CellList<T>
A single column list of cells.class
CellTable<T>
A tabular view that supports paging and columns.class
A view of a tree.(package private) class
A view of a tree node.class
CellWidget<C>
class
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) static class
A simple widget wrapper around a table element.class
A simple pager that controls the page size.class
A pager for controlling aHasRows
that only supports simple page navigation. -
Uses of UIObject in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
An absolute panel positions all of its children absolutely, allowing them to overlap.class
Abstract parent class for scrollbars implemented using the native browser scrollbars.class
A widget that represents a simple <a> element.class
A standard push-button widget.class
class
A panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.class
A panel whose child widgets are contained within the cells of a table.class
A standard check box widget.class
Abstract base class for panels that can contain multiple child widgets.class
A type of widget that can wrap another widget, hiding the wrapped widget's methods.class
CustomButton is a base button class with built in support for a set number of button faces.class
A custom version of theScrollPanel
that allows user provided scrollbars.class
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.class
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.class
A panel that displays all of its child widgets in a 'deck', where only one can be visible at a time.class
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
AStackPanel
that wraps each item in a 2x3 grid (six box), which allows users to add rounded corners.class
ATabBar
that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.class
ATabPanel
that uses aDecoratedTabBar
with rounded corners.class
ASimplePanel
that wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget
.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.final class
A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.class
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.class
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.class
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A widget that wraps the HTML <input type='file'> element.class
A flexible table that creates cells on demand.class
A panel that formats its child widgets using the default HTML layout behavior.class
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.class
Abstract base class for most widgets that can receive keyboard focus.class
A panel that wraps its contents in an HTML <FORM> element.class
A widget that wraps an IFRAME element, which can contain an arbitrary web site.class
A rectangular grid that can contain text, html, or a childWidget
within its cells.class
A panel that includes a header (top), footer (bottom), and content (middle) area.class
Represents a hidden field in an HTML form.class
A panel that lays all of its widgets out in a single horizontal column.final class
Deprecated.class
A widget that can contain arbitrary HTML.class
A panel that contains HTML, and which can attach child widgets to identified elements within that HTML.class
class
A widget that serves as an "internal" hyperlink.class
A widget that displays the image at a given URL.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
LabelBase<T>
Abstract base class for all text display widgets.class
class
Convenience class to help lazy loading.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 standard menu bar widget.class
An entry in aMenuBar
.class
A separator that can be placed in aMenuBar
.class
AFrame
that has a 'name' associated with it.class
A horizontal scrollbar implemented using the browsers native scrollbar.class
A vertical scrollbar implemented using the browsers native scrollbar.class
Simple widget for providing notification feedback.class
NumberLabel<T extends Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
Abstract base class for all panels, which are widgets that can contain other widgets.class
A text box that visually masks its input to prevent eavesdropping.class
A panel that can "pop up" over other widgets.class
A normal push button with custom styling.class
A mutually-exclusive selection radio button widget.class
EXPERIMENTAL and subject to change.class
A standard push-button widget which will automatically reset its enclosingFormPanel
if any.class
AComposite
implementation that implementsRequiresResize
and automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize
.class
A simple panel thatProvidesResize
to its one child, but does notRequiresResize
.class
A rich text editor that allows complex styling and formatting.class
A singleton implementation ofLayoutPanel
that always attaches itself to the document body (i.e.class
The panel to which all other widgets must ultimately be added.class
A simple panel that wraps its contents in a scrollable area.class
A simple checkbox widget, with no label.class
A simple panel thatProvidesResize
to its one child.class
Base class for panels that contain only one widget.class
A simple radio button widget, with no label.class
A panel that adds user-positioned splitters between each of its child widgets.(package private) class
(package private) class
(package private) class
(package private) class
Deprecated.UseSplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.class
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.class
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.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 horizontal bar of folder-style tabs, most commonly used as part of aTabPanel
.class
A panel that represents a tabbed set of pages, each of which contains another widget.class
A panel that represents a tabbed set of pages, each of which contains another widget.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
A standard hierarchical tree widget.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.class
ValueLabel<T>
A label displaying its value through a renderer.class
ValueListBox<T>
Implementation ofHasConstrainedValue
based on aSelectElement
.class
ValuePicker<T>
Allows the user to pick a single value from a list.class
A panel that lays all of its widgets out in a single vertical column.final class
Deprecated.UseSplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.class
The base class for the majority of user-interface objects.Modifier and TypeMethodDescriptionstatic PotentialElement
Builds a new PotentialElement with the tag name set to "div".static PotentialElement
Builds a new PotentialElement.void
UIObject.DebugIdImpl.ensureDebugId
(UIObject uiObject, String id) void
UIObject.DebugIdImplEnabled.ensureDebugId
(UIObject uiObject, String id) void
ScrollPanel.ensureVisible
(UIObject item) Ensures that the specified item is visible, by adjusting the panel's scroll position.void
SuggestBox.DefaultSuggestionDisplay.setPositionRelativeTo
(UIObject uiObject) Sets the UI object where the suggestion display should appear next to.(package private) final Element
PotentialElement.setResolver
(UIObject resolver) final void
PopupPanel.showRelativeTo
(UIObject target) Normally, the popup is positioned directly below the relative target, with its left edge aligned with the left edge of the target. -
Uses of UIObject in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescriptionclass
The CalendarView is a calendar grid that represents the current view of aDatePicker
.(package private) class
CellGridImpl<V>
Highlighting, selectable cell grid.(package private) class
class
A text box that shows aDatePicker
when the user focuses on it.class
Standard GWT date picker.(package private) class
Package protected class used to combine functionality for theMonthSelector
andCalendarView
components.final class
Simple calendar view.(package private) class
Cell grid.(package private) class
A cell representing a date.final class
A simpleMonthSelector
used for the default date picker.class
Abstract month selector widget.
SplitLayoutPanel
instead, but understand that it is not a drop in replacement for this class.