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 Summary
Modifier 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
-
getCellCSSText
Returns 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 (seeListGrid.getEditValues()
)rowNum
- row number for the cellcolNum
- column number for the cell.- Returns:
- CSS to modify styling in the cell
-