Cell provider for the response column of a file/signoff grid. More...
Public Member Functions | |
| AuthorSignoffFilesGridCellProvider (&$monograph, $stageId) | |
| getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| & | getMonograph () |
| & | getSignoff (&$row) |
| getStageId () | |
| & | getSubmissionFile (&$row) |
Cell provider for the response column of a file/signoff grid.
Definition at line 17 of file AuthorSignoffFilesGridCellProvider.inc.php.
| AuthorSignoffFilesGridCellProvider.AuthorSignoffFilesGridCellProvider | ( | &$ | monograph, | |
| $ | stageId | |||
| ) |
Constructor
Definition at line 27 of file AuthorSignoffFilesGridCellProvider.inc.php.
| AuthorSignoffFilesGridCellProvider.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 78 of file AuthorSignoffFilesGridCellProvider.inc.php.
References getMonograph(), getSignoff(), and getStageId().
| & AuthorSignoffFilesGridCellProvider.getMonograph | ( | ) |
Get the monograph this provider refers to.
Definition at line 37 of file AuthorSignoffFilesGridCellProvider.inc.php.
Referenced by getCellActions().
| & AuthorSignoffFilesGridCellProvider.getSignoff | ( | &$ | row | ) |
Get the signoff for the row.
| $row | GridRow |
Definition at line 54 of file AuthorSignoffFilesGridCellProvider.inc.php.
Referenced by getCellActions().
| AuthorSignoffFilesGridCellProvider.getStageId | ( | ) |
Get the Stage id.
Definition at line 45 of file AuthorSignoffFilesGridCellProvider.inc.php.
Referenced by getCellActions().
| & AuthorSignoffFilesGridCellProvider.getSubmissionFile | ( | &$ | row | ) |
Get the file for the row.
| $row | GridRow |
Definition at line 65 of file AuthorSignoffFilesGridCellProvider.inc.php.
1.7.1