public interface CellCSSTextCustomizer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCellCSSText(ListGridRecord record,
int rowNum,
int colNum)
Returns additional CSS to apply to a cell, on top of the grid's cell-styling.
|
java.lang.String getCellCSSText(ListGridRecord record, int rowNum, int colNum)
record
- Record object for the cell. Note: If this is a new row that has not been
saved, in an editable grid, it has no associated record object. In this case the edit
values will be passed in as this parameter (see ListGrid.getEditValues()
)rowNum
- row number for the cellcolNum
- column number for the cell.