| Package | Description | 
|---|---|
| com.google.gwt.editor.ui.client | User interface components for the bean editor framework. | 
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| com.google.gwt.user.datepicker.client | The date picker widget and associated types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValueBoxEditorDecorator<T>A simple decorator to display leaf widgets with an error message. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCellTable<T>Abstract base class for tabular views that supports paging and columns. | 
| class  | AbstractCellTreeAn abstract representation of a tree widget that renders items using
  Cells. | 
| class  | AbstractHasData<T> | 
| class  | AbstractPagerAn abstract pager that exposes many methods useful for paging. | 
| class  | CellBrowserA "browsable" view of a tree in which only a single node per level may be
 open at one time. | 
| (package private) class  | CellBrowser.BrowserCellList<T>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  | CellTreeA view of a tree. | 
| class  | DataGrid<T>A tabular view with a fixed header and footer section and a scrollable data
 section in the middle. | 
| class  | PageSizePagerA simple pager that controls the page size. | 
| class  | SimplePagerA pager for controlling a  HasRowsthat only supports simple page
 navigation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CaptionPanelA panel that wraps its contents in a border with a caption that appears in
 the upper left corner of the border. | 
| class  | DecoratedTabBar
 A  TabBarthat wraps each tab in a 2x3 grid (six box), which allows
 users to add rounded corners. | 
| class  | DecoratedTabPanelA  TabPanelthat uses aDecoratedTabBarwith rounded corners. | 
| class  | DisclosurePanelA widget that consists of a header and a content panel that discloses the
 content when a user clicks on the header. | 
| class  | NotificationMoleSimple widget for providing notification feedback. | 
| class  | ResizeCompositeA  Compositeimplementation that implementsRequiresResizeand
 automatically delegates that interface's methods to its wrapped widget, which
 must itself implementRequiresResize. | 
| class  | StackLayoutPanelA 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  | SuggestBoxA  SuggestBoxis a text box or text area which displays a
 pre-configured set of selections that match the user's input. | 
| class  | TabBarA horizontal bar of folder-style tabs, most commonly used as part of a
  TabPanel. | 
| class  | TabLayoutPanelA panel that represents a tabbed set of pages, each of which contains another
 widget. | 
| class  | TabPanelA panel that represents a tabbed set of pages, each of which contains another
 widget. | 
| class  | ValueListBox<T>Implementation of  HasConstrainedValuebased on aSelectElement. | 
| class  | ValuePicker<T>Allows the user to pick a single value from a list. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CalendarViewThe CalendarView is a calendar grid that represents the current view of a
  DatePicker. | 
| class  | DateBoxA text box that shows a  DatePickerwhen the user focuses on it. | 
| class  | DatePickerStandard GWT date picker. | 
| (package private) class  | DatePickerComponentPackage protected class used to combine functionality for the
  MonthSelectorandCalendarViewcomponents. | 
| class  | DefaultCalendarViewSimple calendar view. | 
| class  | DefaultMonthSelectorA simple  MonthSelectorused for the default date picker. | 
| class  | MonthSelectorAbstract month selector widget. |