|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridViewConfig<M>
The GridViewConfig is used to return a CSS style name for rows in a Grid. See
GridView.setViewConfig(GridViewConfig).
| Method Summary | |
|---|---|
java.lang.String |
getColStyle(M model,
ValueProvider<? super M,?> valueProvider,
int rowIndex,
int colIndex)
Returns one to many CSS style names separated by spaces. |
java.lang.String |
getRowStyle(M model,
int rowIndex)
Returns one to many CSS style names separated by spaces. |
| Method Detail |
|---|
java.lang.String getColStyle(M model,
ValueProvider<? super M,?> valueProvider,
int rowIndex,
int colIndex)
model - the model for the rowvalueProvider - the valueProvider for the colrowIndex - the row indexcolIndex - the row index
java.lang.String getRowStyle(M model,
int rowIndex)
model - the model for the rowrowIndex - the row index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||