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

Grid and grid related classes.

See:
          Description

Interface Summary
GridCellRenderer<M extends ModelData> Returns the HTML used for a grid cell.
GridGroupRenderer Renderer used to render a grids group row.
GridTemplates  
SummaryRenderer  
 

Class Summary
CellEditor  
CellSelectionModel<M extends ModelData> Cell based selection model for a grid.
CheckBoxSelectionModel<M extends ModelData> A grid selection model and component plugin.
CheckColumnConfig  
ColumnConfig A column config for a column in a column model.
ColumnData  
ColumnModel This is the default implementation of a ColumnModel.
EditorGrid<M extends ModelData> Adds editing capabilities to Grid.
Grid<M extends ModelData> This class represents the primary interface of a component based grid control.
GridSelectionModel<M extends ModelData> Grid selection model.
GridView This class encapsulates the user interface of an Grid.
GridViewConfig  
GroupColumnData  
GroupingView  
GroupSummaryView A GroupingView with support for a summary row.
RowExpander A column config and component plugin that adds the ability for each row to be expanded, showing custom content that spans all the rows columns.
RowNumberer A ColumnConfig that provides an automatic row numbering column.
SummaryColumnConfig  
SummaryType  
 

Enum Summary
EditorGrid.ClicksToEdit  
 

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

Grid and grid related classes.