TableRow.drawCellCallback
void drawCellCallback(DrawCellDelegate dg)Sets the draw cell callback delegate.
The callback is called whenever a cell, header, or other table element needs to be drawn.
Parameters
dg | Delegate to call for drawing |
Gets the draw cell callback delegate.