17 import(
'lib.pkp.classes.controllers.grid.GridCellProvider');
30 if ($column->hasFlag(
'firstColumn')) {
31 return array(
'label' => $row->getCategoryLabel());
33 return array(
'label' =>
'');
40 function getCellActions($request, $row, $column, $position = GRID_ACTION_POSITION_ROW_CLICK) {
41 return $row->getActions($position);
47 function render($request, $row, $column) {
50 if ($column->hasFlag(
'firstColumn')) {
52 $template = $column->getTemplate();
55 $column->setTemplate(
'controllers/grid/gridCell.tpl');
58 $renderedCell = parent::render($request, $row, $column);
61 $column->setTemplate($template);