Uses of Class
com.google.gwt.user.client.ui.Composite
Packages that use Composite
Package
Description
User interface components for the bean editor framework.
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
The date picker widget and associated types.
- 
Uses of Composite in com.google.gwt.editor.ui.clientSubclasses of Composite in com.google.gwt.editor.ui.clientModifier and TypeClassDescriptionclassA simple decorator to display leaf widgets with an error message.
- 
Uses of Composite in com.google.gwt.user.cellview.clientSubclasses of Composite in com.google.gwt.user.cellview.clientModifier and TypeClassDescriptionclassAbstract base class for tabular views that supports paging and columns.classAn abstract representation of a tree widget that renders items usingCells.classclassAn abstract pager that exposes many methods useful for paging.classA "browsable" view of a tree in which only a single node per level may be open at one time.(package private) classA custom version of cell list used by the browser.classCellList<T>A single column list of cells.classCellTable<T>A tabular view that supports paging and columns.classA view of a tree.classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle.classA simple pager that controls the page size.classA pager for controlling aHasRowsthat only supports simple page navigation.
- 
Uses of Composite in com.google.gwt.user.client.uiSubclasses of Composite in com.google.gwt.user.client.uiModifier and TypeClassDescriptionclassA panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.classATabBarthat wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.classATabPanelthat uses aDecoratedTabBarwith rounded corners.final classA widget that consists of a header and a content panel that discloses the content when a user clicks on the header.classSimple widget for providing notification feedback.classACompositeimplementation that implementsRequiresResizeand automatically delegates that interface's methods to its wrapped widget, which must itself implementRequiresResize.classA 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.classASuggestBoxis a text box or text area which displays a pre-configured set of selections that match the user's input.classA horizontal bar of folder-style tabs, most commonly used as part of aTabPanel.classA panel that represents a tabbed set of pages, each of which contains another widget.classA panel that represents a tabbed set of pages, each of which contains another widget.classValueListBox<T>Implementation ofHasConstrainedValuebased on aSelectElement.classValuePicker<T>Allows the user to pick a single value from a list.
- 
Uses of Composite in com.google.gwt.user.datepicker.clientSubclasses of Composite in com.google.gwt.user.datepicker.clientModifier and TypeClassDescriptionclassThe CalendarView is a calendar grid that represents the current view of aDatePicker.classA text box that shows aDatePickerwhen the user focuses on it.classStandard GWT date picker.(package private) classPackage protected class used to combine functionality for theMonthSelectorandCalendarViewcomponents.final classSimple calendar view.final classA simpleMonthSelectorused for the default date picker.classAbstract month selector widget.