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

Grid and grid related classes.

See:
          Description

Interface Summary
AggregationRenderer<M extends ModelData> Renderer for aggregation rows in a grid.
GridCellRenderer<M extends ModelData> Returns the HTML used for a grid cell.
GridGroupRenderer Renderer used to render a grids group row which is the row displayed before the groups data rows begin.
GridTemplates  
SummaryRenderer Returns the rendered content for a summary row.
 

Class Summary
AggregationRowConfig<M extends ModelData> Defines the configuration information for an aggregation row.
BufferView Renders the rows as they scroll into view.
CellEditor Cell based Editor for Grid.
CellSelectionModel<M extends ModelData> Cell based selection model for a grid.
CheckBoxSelectionModel<M extends ModelData> A grid selection model and component plugin.
CheckColumnConfig A ColumnConfig implementation that renders a checkbox in each cell.
ColumnConfig A column config for a column in a column model.
ColumnData  
ColumnFooter Column footer widget for Grid, which renders one to many aggregation rows.
ColumnHeader ColumnHeader Component.
ColumnModel This is the default implementation of a ColumnModel.
EditorGrid<M extends ModelData> Adds editing capabilities to Grid.
EditorSupport<M extends ModelData>  
Grid<M extends ModelData> This class represents the primary interface of a component based grid control.
GridSelectionModel<M extends ModelData> Grid selection model.
GridSelectionModel.Callback  
GridSelectionModel.Cell  
GridView This class encapsulates the user interface of an Grid.
GridViewConfig The GridViewConfig is used to return a CSS style name for rows in a Grid.
GroupColumnData  
GroupingView GridView that groups data based on a GroupingStore.
GroupSummaryView A GroupingView with support for a summary row.
HeaderGroupConfig Defines the configuration for a header group.
LiveGridView LiveGridView for displaying large amount of data.
RowEditor<M extends ModelData> This RowEditor should be used as a plugin to Grid.
RowExpander A ColumnConfig subclass and a ComponentPlugin 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<N extends Number> A ColumnConfig which aggregates a SummaryType, SummaryRenderer.
SummaryType<N extends Number> Calculates the value of a summary column.
 

Enum Summary
EditorGrid.ClicksToEdit ClicksToEdit enumeration.
 

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

Grid and grid related classes.