Package com.smartgwt.client.widgets.grid
Interface CellCSSTextCustomizer
public interface CellCSSTextCustomizer
Returns additional CSS to apply to a cell, on top of the grid's cell-styling
- 
Method SummaryModifier and TypeMethodDescriptiongetCellCSSText(ListGridRecord record, int rowNum, int colNum) Returns additional CSS to apply to a cell, on top of the grid's cell-styling.
- 
Method Details- 
getCellCSSTextReturns additional CSS to apply to a cell, on top of the grid's cell-styling.- Parameters:
- 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 cell
- colNum- column number for the cell.
- Returns:
- CSS to modify styling in the cell
 
 
-