| com.gwtext.client.widgets.grid.Renderer
render | String render(Object value, CellMetadata cellMetadata, Record record, int rowIndex, int colNum, Store store)(Code) | | Renderer function.
Parameters: value - the cells value. When working with numberic data, cast the value to java.lang.Numberand not to a specific data type line Integer or Float as the class type is inferred from the data Parameters: cellMetadata - the grid cell metadata. Can be use to customize the apperanace of the grid cell Parameters: record - the record corresponding to the row Parameters: rowIndex - the row index Parameters: colNum - the column number Parameters: store - the Grid's data store the rendered cell content (can include html) |
|
|