Cell provider for name column of a signoff (editor/auditor) grid (i.e. editorial/production). More...
Public Member Functions | |
| _getLabel (&$signoff) | |
| getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRowColumn (&$row, &$column) | |
| SignoffGridCellProvider ($monographId, $stageId) | |
Cell provider for name column of a signoff (editor/auditor) grid (i.e. editorial/production).
Definition at line 17 of file SignoffGridCellProvider.inc.php.
| SignoffGridCellProvider._getLabel | ( | &$ | signoff | ) |
Build the cell label from the signoff object
Definition at line 106 of file SignoffGridCellProvider.inc.php.
Referenced by getTemplateVarsFromRowColumn().
| SignoffGridCellProvider.getCellActions | ( | &$ | request, | |
| &$ | row, | |||
| &$ | column, | |||
| $ | position = GRID_ACTION_POSITION_DEFAULT | |||
| ) |
Get cell actions associated with this row/column combination Adds a link to the file if there is an uploaded file present
| $row | GridRow | |
| $column | GridColumn |
Definition at line 51 of file SignoffGridCellProvider.inc.php.
| SignoffGridCellProvider.getTemplateVarsFromRowColumn | ( | &$ | row, | |
| &$ | column | |||
| ) |
Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
| $row | GridRow | |
| $column | GridColumn |
Definition at line 91 of file SignoffGridCellProvider.inc.php.
References _getLabel().
| SignoffGridCellProvider.SignoffGridCellProvider | ( | $ | monographId, | |
| $ | stageId | |||
| ) |
Constructor
Definition at line 27 of file SignoffGridCellProvider.inc.php.
1.7.1