16 import(
'lib.pkp.classes.controllers.grid.GridCellProvider');
28 $element =& $row->getData();
29 $columnId = $column->getId();
30 assert(is_a($element,
'DataObject') && !empty($columnId));
34 return array(
'label' =>
'');
44 function getCellActions($request, $row, $column, $position = GRID_ACTION_POSITION_DEFAULT) {
45 switch ($column->getId()) {
47 $element = $row->getData();
48 assert(is_a($element,
'LibraryFile'));
50 import(
'lib.pkp.controllers.api.file.linkAction.DownloadLibraryFileLinkAction');
53 return parent::getCellActions($request, $row, $column, $position);