Package com.google.gwt.user.cellview.client

The "cellview" widget set.

See:
          Description

Interface Summary
CellBrowser.Resources A ClientBundle that provides images for this widget.
CellBrowser.Style Styles used by this widget.
CellList.Resources A ClientBundle that provides images for this widget.
CellList.Style Styles used by this widget.
CellTable.CleanResources A cleaner version of the table that uses less graphics.
CellTable.CleanStyle A cleaner version of the table that uses less graphics.
CellTable.Resources A ClientBundle that provides images for this widget.
CellTable.Style Styles used by this widget.
CellTree.CleanResources A cleaner version of the table that uses less graphics.
CellTree.CleanStyle A cleaner version of the table that uses less graphics.
CellTree.Resources A ClientBundle that provides images for this widget.
CellTree.Style Styles used by this widget.
SimplePager.Resources A ClientBundle that provides images for this widget.
SimplePager.Style Styles used by this widget.
 

Class Summary
AbstractPager<T> An abstract pager that exposes many methods useful for paging.
CellBrowser A "browsable" view of a tree in which only a single node per level may be open at one time.
CellList<T> A single column list of cells.
CellTable<T> A list view that supports paging and columns.
CellTree A view of a tree.
CellTree.NodeAnimation A node animation.
CellTree.RevealAnimation A CellTree.NodeAnimation that reveals the contents of child nodes.
CellTree.SlideAnimation A CellTree.NodeAnimation that slides children into view.
Column<T,C> A representation of a column in a table.
Header<H> A table column header or footer.
IdentityColumn<T> A passthrough column, useful for giving cells access to the entire row object.
PageSizePager<T> A simple PagingListView.Pager that controls the page size.
SimplePager<T> A pager for controlling a PagingListView that only supports simple page navigation.
TextColumn<T> A column that displays its contents with a TextCell and does not make use of view data.
TextHeader A Header containing String data rendered by a TextCell.
 

Enum Summary
SimplePager.TextLocation The location of the text relative to the paging buttons.
 

Package com.google.gwt.user.cellview.client Description

The "cellview" widget set. The current widgets include:

CellTable supports the notion of paging, which may be controlled by a Pager such as SimplePager, PageSizePager, or a user-defined subclass of AbstractPager.