public interface GridViewConfig<M>
GridView.setViewConfig(GridViewConfig).| Modifier and Type | Method and Description |
|---|---|
String |
getColStyle(M model,
ValueProvider<M,?> valueProvider,
int rowIndex,
int colIndex)
Returns one to many CSS style names separated by spaces.
|
String |
getRowStyle(M model,
int rowIndex)
Returns one to many CSS style names separated by spaces.
|
String getColStyle(M model, ValueProvider<M,?> valueProvider, int rowIndex, int colIndex)
model - the model for the rowvalueProvider - the valueProvider for the colrowIndex - the row indexcolIndex - the row indexCopyright © 2012. All Rights Reserved.