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


package com.google.gwt.user.cellview.client

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

  • CellList - a simple vertical list of items, rendered by a common Cell
  • CellTable - a table in which each Column is rendered by a common Cell. The table may have headers and footers defined by the Header class. The IdentityColumn, TextColumn, and TextHeader classes are provided for convenience.
  • CellTree - a tree in which all the children of a node are rendered by a common cell.
  • CellBrowser - a tree in which tree levels are displayed horizontally, with only a single node per level open at a time.

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

Since:
GWT 2.1