GWT 2.1.0

Uses of Class
com.google.gwt.user.client.ui.Composite

Packages that use Composite
com.google.gwt.editor.ui.client User interface components for the bean editor framework. 
com.google.gwt.requestfactory.ui.client   
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. 
 

Uses of Composite in com.google.gwt.editor.ui.client
 

Subclasses of Composite in com.google.gwt.editor.ui.client
 class ValueBoxEditorDecorator<T>
          A simple decorator to display leaf widgets with an error message.
 

Uses of Composite in com.google.gwt.requestfactory.ui.client
 

Subclasses of Composite in com.google.gwt.requestfactory.ui.client
 class LoginWidget
          A simple widget which displays info about the user and a logout link.
 

Uses of Composite in com.google.gwt.user.cellview.client
 

Subclasses of Composite in com.google.gwt.user.cellview.client
 class AbstractCellTree
          An abstract representation of a tree widget that renders items using Cells.
 class AbstractPager
          An abstract pager that exposes many methods useful for paging.
 class CellBrowser
          A "browsable" view of a tree in which only a single node per level may be open at one time.
 class CellTree
          A view of a tree.
 class PageSizePager
          A simple pager that controls the page size.
 class SimplePager
          A pager for controlling a HasRows that only supports simple page navigation.
 

Uses of Composite in com.google.gwt.user.client.ui
 

Subclasses of Composite in com.google.gwt.user.client.ui
 class CaptionPanel
          A panel that wraps its contents in a border with a caption that appears in the upper left corner of the border.
 class DecoratedTabBar
           A TabBar that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.
 class DecoratedTabPanel
          A TabPanel that uses a DecoratedTabBar with rounded corners.
 class DisclosurePanel
          A widget that consists of a header and a content panel that discloses the content when a user clicks on the header.
 class NotificationMole
          Simple widget for providing notification feedback.
 class ResizeComposite
          A Composite implementation that implements RequiresResize and automatically delegates that interface's methods to its wrapped widget, which must itself implement RequiresResize.
 class StackLayoutPanel
          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 SuggestBox
          A SuggestBox is a text box or text area which displays a pre-configured set of selections that match the user's input.
 class TabBar
          A horizontal bar of folder-style tabs, most commonly used as part of a TabPanel.
 class TabLayoutPanel
          A panel that represents a tabbed set of pages, each of which contains another widget.
 class TabPanel
          Deprecated. Use TabLayoutPanel instead, but understand that it is not a drop in replacement for this class. It requires standards mode, and is most easily used under a RootLayoutPanel (as opposed to a RootPanel
 class ValueListBox<T>
          Implementation of HasConstrainedValue based on a SelectElement.
 class ValuePicker<T>
          Allows the user to pick a single value from a list.
 

Uses of Composite in com.google.gwt.user.datepicker.client
 

Subclasses of Composite in com.google.gwt.user.datepicker.client
 class CalendarView
          The CalendarView is a calendar grid that represents the current view of a DatePicker.
 class DateBox
          A text box that shows a DatePicker when the user focuses on it.
 class DatePicker
          Standard GWT date picker.
 class DefaultCalendarView
          Simple calendar view.
 class DefaultMonthSelector
          A simple MonthSelector used for the default date picker.
 class MonthSelector
          Abstract month selector widget.
 


GWT 2.1.0