Table.drawCellCallback
void drawCellCallback(DrawCellDelegate dg)Sets the draw cell callback delegate.
The callback is invoked when a cell needs to be drawn.
Parameters
dg | Delegate to call for drawing cells |
void drawCellCallback(DrawCellDelegate dg)Sets the draw cell callback delegate.
The callback is invoked when a cell needs to be drawn.
dg | Delegate to call for drawing cells |