|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColumnConfig | |
|---|---|
| com.sencha.gxt.widget.core.client.event | |
| com.sencha.gxt.widget.core.client.grid | |
| com.sencha.gxt.widget.core.client.grid.editing | |
| com.sencha.gxt.widget.core.client.treegrid | |
| Uses of ColumnConfig in com.sencha.gxt.widget.core.client.event |
|---|
| Methods in com.sencha.gxt.widget.core.client.event that return ColumnConfig | |
|---|---|
ColumnConfig<?,?> |
ColumnModelEvent.getColumnConfig()
|
| Constructors in com.sencha.gxt.widget.core.client.event with parameters of type ColumnConfig | |
|---|---|
ColumnModelEvent(int index,
ColumnConfig<?,?> columnConfig)
|
|
ColumnMoveEvent(int index,
ColumnConfig<?,?> columnConfig)
|
|
ColumnWidthChangeEvent(int index,
ColumnConfig<?,?> columnConfig)
|
|
| Uses of ColumnConfig in com.sencha.gxt.widget.core.client.grid |
|---|
| Subclasses of ColumnConfig in com.sencha.gxt.widget.core.client.grid | |
|---|---|
class |
RowExpander<M>
A ColumnConfig subclass and a |
class |
RowNumberer<M>
A ColumnConfig that provides an automatic row numbering column. |
class |
SummaryColumnConfig<M,N>
|
| Methods in com.sencha.gxt.widget.core.client.grid that return ColumnConfig | ||
|---|---|---|
ColumnConfig<M,?> |
ColumnModel.findColumnConfig(java.lang.String path)
Returns the matching column based on value provider path. |
|
ColumnConfig<M,?> |
GridView.getAutoExpandColumn()
Returns the auto expand column id. |
|
ColumnConfig<M,M> |
CheckBoxSelectionModel.getColumn()
Returns the column config. |
|
|
ColumnModel.getColumn(int colIndex)
Returns the column at the given index. |
|
| Methods in com.sencha.gxt.widget.core.client.grid that return types with arguments of type ColumnConfig | |
|---|---|
java.util.List<ColumnConfig<M,?>> |
ColumnModel.getColumns()
Returns the column configs. |
| Methods in com.sencha.gxt.widget.core.client.grid with parameters of type ColumnConfig | |
|---|---|
java.lang.String |
AggregationRowConfig.getCellStyle(ColumnConfig<M,?> id)
Returns the cell style for the given column. |
AggregationRenderer<M> |
AggregationRowConfig.getRenderer(ColumnConfig<M,?> config)
Returns the aggregation renderer for the given column. |
void |
GroupingView.groupBy(ColumnConfig<M,?> column)
|
int |
ColumnModel.indexOf(ColumnConfig<M,?> column)
Returns the index of the column. |
void |
GridView.setAutoExpandColumn(ColumnConfig<M,?> autoExpandColumn)
The id of a column in this grid that should expand to fill unused space (pre-render). |
void |
AggregationRowConfig.setCellStyle(ColumnConfig<M,?> config,
java.lang.String style)
Sets the cell style for the given column. |
void |
AggregationRowConfig.setRenderer(ColumnConfig<M,?> config,
AggregationRenderer<M> renderer)
Sets the aggregation renderer for the given column. |
| Constructors in com.sencha.gxt.widget.core.client.grid with parameters of type ColumnConfig | |
|---|---|
ColumnHeader.Head(ColumnConfig column)
|
|
ColumnHeaderChangeEvent(int index,
ColumnConfig<?,?> columnConfig)
|
|
ColumnHiddenChangeEvent(int index,
ColumnConfig<?,?> columnConfig)
|
|
| Constructor parameters in com.sencha.gxt.widget.core.client.grid with type arguments of type ColumnConfig | |
|---|---|
ColumnModel(java.util.List<ColumnConfig<M,?>> list)
Creates a new column model. |
|
| Uses of ColumnConfig in com.sencha.gxt.widget.core.client.grid.editing |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid.editing with parameters of type ColumnConfig | ||
|---|---|---|
|
GridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Converter<N,O> converter,
Field<O> field)
Adds an editor for the give column. |
|
|
AbstractGridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Converter<N,O> converter,
Field<O> field)
|
|
|
GridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Field<N> field)
Adds an editor for the given column. |
|
|
AbstractGridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Field<N> field)
|
|
|
GridEditing.getConverter(ColumnConfig<M,N> columnConfig)
Returns the converter for the given column. |
|
|
AbstractGridEditing.getConverter(ColumnConfig<M,N> columnConfig)
|
|
|
GridEditing.getEditor(ColumnConfig<M,?> columnConfig)
Returns the editor for the given column. |
|
|
AbstractGridEditing.getEditor(ColumnConfig<M,?> columnConfig)
|
|
void |
GridEditing.removeEditor(ColumnConfig<M,?> columnConfig)
Removes the editor for the given column. |
|
void |
AbstractGridEditing.removeEditor(ColumnConfig<M,?> columnConfig)
|
|
| Uses of ColumnConfig in com.sencha.gxt.widget.core.client.treegrid |
|---|
| Methods in com.sencha.gxt.widget.core.client.treegrid that return ColumnConfig | |
|---|---|
ColumnConfig<M,?> |
TreeGrid.getTreeColumn()
Returns the column that represents the tree nodes. |
| Methods in com.sencha.gxt.widget.core.client.treegrid with parameters of type ColumnConfig | |
|---|---|
void |
TreeGrid.reconfigure(TreeStore<M> store,
ColumnModel<M> cm,
ColumnConfig<M,?> treeColumn)
|
| Constructors in com.sencha.gxt.widget.core.client.treegrid with parameters of type ColumnConfig | |
|---|---|
TreeGrid(TreeStore<M> store,
ColumnModel<M> cm,
ColumnConfig<M,?> treeColumn)
Creates a new tree grid. |
|
TreeGrid(TreeStore<M> store,
ColumnModel<M> cm,
ColumnConfig<M,?> treeColumn,
GridView.GridAppearance appearance)
Creates a new tree grid. |
|
TreeGrid(TreeStore<M> store,
ColumnModel<M> cm,
ColumnConfig<M,?> treeColumn,
GridView.GridAppearance appearance,
Tree.TreeAppearance treeAppearance)
Creates a new tree grid. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||