Base grid for selectable file lists. The grid shows a check box for each row so that the user can make a selection among grid entries. More...
Public Member Functions | |
| getRequestArgs () | |
| getSelectedFileIds ($submissionFiles) | |
| getSelectionArgs () | |
| getSelectionPolicy (&$request, $args, $roleAssignments) | |
| getSelectName () | |
| & | loadData ($request, $filter) |
| SelectableFileListGridHandler ($dataProvider, $stageId, $capabilities=0) | |
Base grid for selectable file lists. The grid shows a check box for each row so that the user can make a selection among grid entries.
Definition at line 19 of file SelectableFileListGridHandler.inc.php.
| SelectableFileListGridHandler.getRequestArgs | ( | ) |
Definition at line 39 of file SelectableFileListGridHandler.inc.php.
References SubmissionFilesGridHandler.getHandlerImplementation().
| SelectableFileListGridHandler.getSelectedFileIds | ( | $ | submissionFiles | ) |
Get the selected file IDs.
| $submissionFiles | array Set of submission files to filter |
Reimplemented in EditorSelectableReviewAttachmentsGridHandler, and SelectableProofFilesGridHandler.
Definition at line 90 of file SelectableFileListGridHandler.inc.php.
| SelectableFileListGridHandler.getSelectionArgs | ( | ) |
Request parameters that describe the selected files.
| $request | Request |
Definition at line 79 of file SelectableFileListGridHandler.inc.php.
| SelectableFileListGridHandler.getSelectionPolicy | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
Return an (optional) additional authorization policy to authorize the file selection.
| $request | Request | |
| $args | array | |
| $roleAssignments | array |
Definition at line 68 of file SelectableFileListGridHandler.inc.php.
| SelectableFileListGridHandler.getSelectName | ( | ) |
Get the selection name.
Reimplemented in EditorSelectableReviewAttachmentsGridHandler.
Definition at line 99 of file SelectableFileListGridHandler.inc.php.
| & SelectableFileListGridHandler.loadData | ( | $ | request, | |
| $ | filter | |||
| ) |
Definition at line 49 of file SelectableFileListGridHandler.inc.php.
References SubmissionFilesGridHandler.getHandlerImplementation().
| SelectableFileListGridHandler.SelectableFileListGridHandler | ( | $ | dataProvider, | |
| $ | stageId, | |||
| $ | capabilities = 0 | |||
| ) |
Constructor
| $dataProvider | GridDataProvider | |
| $stageId | integer One of the WORKFLOW_STAGE_ID_* constants. | |
| $capabilities | integer A bit map with zero or more FILE_GRID_* capabilities set. |
Definition at line 28 of file SelectableFileListGridHandler.inc.php.
References FileListGridHandler.FileListGridHandler().
Referenced by EditorSelectableReviewAttachmentsGridHandler.EditorSelectableReviewAttachmentsGridHandler(), SelectableCopyeditingFilesGridHandler.SelectableCopyeditingFilesGridHandler(), SelectableFairCopyFilesGridHandler.SelectableFairCopyFilesGridHandler(), SelectableProofFilesGridHandler.SelectableProofFilesGridHandler(), SelectableReviewRevisionsGridHandler.SelectableReviewRevisionsGridHandler(), and SelectableSubmissionDetailsFilesGridHandler.SelectableSubmissionDetailsFilesGridHandler().
1.7.1