Package com.extjs.gxt.ui.client.widget.table

Table and table related classes.

See:
          Description

Interface Summary
BaseTable Defines common methods for Table based components.
CellRenderer<T extends Component> Allows cell values to be modified before being displayed.
 

Class Summary
DateTimeCellRenderer<T extends Component> A CellRenderer implementation for date and times.
NumberCellRenderer<T extends Component> A CellRenderer implementaiton for numbers.
Table The table is used to display two-dimensional table of cells.
TableColumn A column in a Table.
TableColumnModel This is the default implementation of a ColumnModel used by the Table.
TableColumnUI  
TableHeader  
TableItem A row in a Table.
TableSelectionModel Table selection model.
TableView This class encapsulates the user interface of a Table.
 

Package com.extjs.gxt.ui.client.widget.table Description

Table and table related classes.