|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_ROW_CLICK) | |
| getTemplateVarsFromRowColumn ($row, $column) | |
| render ($request, $row, $column) | |
Public Member Functions inherited from GridCellProvider | |
| __construct () | |
Default grid category row column's cell provider. This class will retrieve the template variables from the category row instance.
Definition at line 19 of file GridCategoryRowCellProvider.inc.php.
| GridCategoryRowCellProvider::getCellActions | ( | $request, | |
| $row, | |||
| $column, | |||
$position = GRID_ACTION_POSITION_ROW_CLICK |
|||
| ) |
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 40 of file GridCategoryRowCellProvider.inc.php.
| GridCategoryRowCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
| $column | |||
| ) |
Reimplemented from GridCellProvider.
Definition at line 27 of file GridCategoryRowCellProvider.inc.php.
| GridCategoryRowCellProvider::render | ( | $request, | |
| $row, | |||
| $column | |||
| ) |
Reimplemented from GridCellProvider.
Definition at line 47 of file GridCategoryRowCellProvider.inc.php.