Cell provider for name column of a signoff (editor/auditor) grid (i.e. editorial/production). More...
Public Member Functions | |
| _getApprovedCellAction (&$request, &$monographFile, $cellState) | |
| getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRowColumn (&$row, &$column) | |
| SignoffFilesGridCellProvider ($monographId, $stageId) | |
Cell provider for name column of a signoff (editor/auditor) grid (i.e. editorial/production).
Definition at line 17 of file SignoffFilesGridCellProvider.inc.php.
| SignoffFilesGridCellProvider._getApprovedCellAction | ( | &$ | request, | |
| &$ | monographFile, | |||
| $ | cellState | |||
| ) |
Get the approved column cell action, based on stage id.
| $request | Request | |
| $monographFile | MonographFile |
Definition at line 115 of file SignoffFilesGridCellProvider.inc.php.
Referenced by getCellActions().
| SignoffFilesGridCellProvider.getCellActions | ( | &$ | request, | |
| &$ | row, | |||
| &$ | column, | |||
| $ | position = GRID_ACTION_POSITION_DEFAULT | |||
| ) |
Definition at line 51 of file SignoffFilesGridCellProvider.inc.php.
References _getApprovedCellAction().
| SignoffFilesGridCellProvider.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 83 of file SignoffFilesGridCellProvider.inc.php.
| SignoffFilesGridCellProvider.SignoffFilesGridCellProvider | ( | $ | monographId, | |
| $ | stageId | |||
| ) |
Constructor
Definition at line 27 of file SignoffFilesGridCellProvider.inc.php.
1.7.1