|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRowColumn ($row, $column) | |
Public Member Functions inherited from GridCellProvider | |
| __construct () | |
| render ($request, $row, $column) | |
Grid cell provider for section grid.
Definition at line 17 of file SectionGridCellProvider.inc.php.
| SectionGridCellProvider::getCellActions | ( | $request, | |
| $row, | |||
| $column, | |||
$position = GRID_ACTION_POSITION_DEFAULT |
|||
| ) |
Reimplemented from GridCellProvider.
Definition at line 40 of file SectionGridCellProvider.inc.php.
| SectionGridCellProvider::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 |
Reimplemented from GridCellProvider.
Definition at line 26 of file SectionGridCellProvider.inc.php.