|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.grid.AggregationRowConfig<M>
M - the model typepublic class AggregationRowConfig<M>
Defines the configuration information for an aggregation row.
| Constructor Summary | |
|---|---|
AggregationRowConfig()
Creates a new aggregation row config.s |
|
| Method Summary | |
|---|---|
java.lang.String |
getCellStyle(ColumnConfig<M,?> id)
Returns the cell style for the given column. |
AggregationRenderer<M> |
getRenderer(ColumnConfig<M,?> config)
Returns the aggregation renderer for the given column. |
void |
setCellStyle(ColumnConfig<M,?> config,
java.lang.String style)
Sets the cell style for the given column. |
void |
setRenderer(ColumnConfig<M,?> config,
AggregationRenderer<M> renderer)
Sets the aggregation renderer for the given column. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationRowConfig()
| Method Detail |
|---|
public java.lang.String getCellStyle(ColumnConfig<M,?> id)
id - the column id
public AggregationRenderer<M> getRenderer(ColumnConfig<M,?> config)
config - the column
public void setCellStyle(ColumnConfig<M,?> config,
java.lang.String style)
config - the columnstyle - the CSS style name
public void setRenderer(ColumnConfig<M,?> config,
AggregationRenderer<M> renderer)
config - the columnrenderer - the renderer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||