Function GridAdapter.cellWidget

returns widget to draw cell at (col, row)

abstract Widget cellWidget(
  int col,
  int row
);