|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.grid.GridViewConfig
public class GridViewConfig
The GridViewConfig is used to return a CSS style name for rows in a Grid. See
GridView.setViewConfig(GridViewConfig)
.
Constructor Summary | |
---|---|
GridViewConfig()
|
Method Summary | |
---|---|
java.lang.String |
getRowStyle(ModelData model,
int rowIndex,
ListStore<ModelData> ds)
Returns one to many CSS style names separated by spaces. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridViewConfig()
Method Detail |
---|
public java.lang.String getRowStyle(ModelData model, int rowIndex, ListStore<ModelData> ds)
model
- the model for the rowrowIndex
- the row indexds
- the data store
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |