public interface RowStyleProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getColStyle(Row row,
ArrayList<ColumnDefinition> validationColumns,
com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider,
int rowIndex,
int colIndex) |
String |
getRowStyle(Row row,
ArrayList<ColumnDefinition> validationColumns) |
String getRowStyle(Row row, ArrayList<ColumnDefinition> validationColumns)
row - the row where to apply the style. Don't store the object, it will be reused in successive calls.tableDefinition - table definition.String getColStyle(Row row, ArrayList<ColumnDefinition> validationColumns, com.sencha.gxt.core.client.ValueProvider<? super DataRow,?> valueProvider, int rowIndex, int colIndex)
row - tableDefinition - Copyright © 2014. All Rights Reserved.