Open Monograph Press  3.3.0
ColumnBasedGridCellProvider Class Reference
Inheritance diagram for ColumnBasedGridCellProvider:
GridCellProvider

Public Member Functions

 getTemplateVarsFromRowColumn ($row, $column)
 
- Public Member Functions inherited from GridCellProvider
 __construct ()
 
 getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT)
 
 render ($request, $row, $column)
 

Detailed Description

A cell provider that relies on the column implementation to provide cell content. Use this cell provider if you have complex column-specific content. If you want to provide simple labels then use the ArrayGridCellProvider or DataObjectGridCellProvider.

See also
ArrayGridCellProvider
DataObjectGridCellProvider

Definition at line 24 of file ColumnBasedGridCellProvider.inc.php.

Member Function Documentation

◆ getTemplateVarsFromRowColumn()

ColumnBasedGridCellProvider::getTemplateVarsFromRowColumn (   $row,
  $column 
)

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