|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($plugin, $authorizedRoles=null) | |
| getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRowColumn ($row, $column) | |
Public Member Functions inherited from DataObjectGridCellProvider | |
| getLocale () | |
| setLocale ($locale) | |
Public Member Functions inherited from GridCellProvider | |
| __construct () | |
| render ($request, $row, $column) | |
Data Fields | |
| $_plugin | |
Data Fields inherited from DataObjectGridCellProvider | |
| $_locale = null | |
Class for a cell provider that can retrieve labels from submissions.
Definition at line 18 of file ExportPublishedSubmissionsListGridCellProvider.inc.php.
| ExportPublishedSubmissionsListGridCellProvider::__construct | ( | $plugin, | |
$authorizedRoles = null |
|||
| ) |
Constructor
Reimplemented in PubIdExportSubmissionsListGridCellProvider.
Definition at line 28 of file ExportPublishedSubmissionsListGridCellProvider.inc.php.
| ExportPublishedSubmissionsListGridCellProvider::getCellActions | ( | $request, | |
| $row, | |||
| $column, | |||
$position = GRID_ACTION_POSITION_DEFAULT |
|||
| ) |
Get cell actions associated with this row/column combination
Subclasses can override this template method to provide cell specific actions.
NB: The default implementation delegates to the grid column for cell-specific actions. Another thinkable implementation would be row-specific actions in which case action instantiation should be delegated to the row.
| $request | Request |
| $row | GridRow |
| $column | GridColumn |
| $position | int GRID_ACTION_POSITION_... |
Reimplemented from GridCellProvider.
Definition at line 44 of file ExportPublishedSubmissionsListGridCellProvider.inc.php.
References $application, PKPServices\get(), PKPApplication\get(), and DAORegistry\getDAO().
| ExportPublishedSubmissionsListGridCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
| $column | |||
| ) |
Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
This implementation assumes an element that is a DataObject. It will retrieve an element in the configured locale.
| $row | GridRow |
| $column | GridColumn |
Reimplemented from DataObjectGridCellProvider.
Reimplemented in PubIdExportSubmissionsListGridCellProvider.
Definition at line 105 of file ExportPublishedSubmissionsListGridCellProvider.inc.php.
| ImportExportPlugin ExportPublishedSubmissionsListGridCellProvider::$_plugin |
Definition at line 23 of file ExportPublishedSubmissionsListGridCellProvider.inc.php.