Open Journal Systems  3.3.0
GridCategoryRowCellProvider Class Reference
Inheritance diagram for GridCategoryRowCellProvider:
GridCellProvider

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ getCellActions()

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.

Parameters
$requestRequest
$rowGridRow
$columnGridColumn
$positionint GRID_ACTION_POSITION_...
Returns
array an array of LinkAction instances

Reimplemented from GridCellProvider.

Definition at line 40 of file GridCategoryRowCellProvider.inc.php.

◆ getTemplateVarsFromRowColumn()

GridCategoryRowCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

◆ render()

GridCategoryRowCellProvider::render (   $request,
  $row,
  $column 
)
See also
GridCellProvider::render()

Reimplemented from GridCellProvider.

Definition at line 47 of file GridCategoryRowCellProvider.inc.php.


The documentation for this class was generated from the following file: