|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($actionArgs) | |
| getCellActions ($request, $row, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRow ($row) | |
Public Member Functions inherited from GridColumn | |
| __construct ($id='', $title=null, $titleTranslated=null, $template=null, $cellProvider=null, $flags=array()) | |
| getCellProvider () | |
| getLocalizedTitle () | |
| getTemplate () | |
| getTitle () | |
| setTemplate ($template) | |
| setTitle ($title) | |
| setTitleTranslated ($titleTranslated) | |
Public Member Functions inherited from GridBodyElement | |
| __construct ($id='', $cellProvider=null, $flags=array()) | |
| addFlag ($flag, $value=true) | |
| getFlag ($flag) | |
| getFlags () | |
| getId () | |
| hasFlag ($flag) | |
| setCellProvider ($cellProvider) | |
| setId ($id) | |
Data Fields | |
| $_actionArgs | |
Data Fields inherited from GridColumn | |
| $_template | |
| $_title | |
| $_titleTranslated | |
Data Fields inherited from GridBodyElement | |
| $_cellProvider | |
| $_flags | |
| $_id | |
Implements a query tile column.
Definition at line 18 of file QueryTitleGridColumn.inc.php.
| QueryTitleGridColumn::__construct | ( | $actionArgs | ) |
Constructor
| $actionArgs | array Action args for link actions |
Definition at line 30 of file QueryTitleGridColumn.inc.php.
| QueryTitleGridColumn::getCellActions | ( | $request, | |
| $row, | |||
$position = GRID_ACTION_POSITION_DEFAULT |
|||
| ) |
Get cell actions for this column.
NB: Subclasses have to override this method to actually provide cell-specific actions. The default implementation returns an empty array.
| $row | GridRow The row for which actions are being requested. |
Reimplemented from GridColumn.
Definition at line 64 of file QueryTitleGridColumn.inc.php.
| QueryTitleGridColumn::getTemplateVarsFromRow | ( | $row | ) |
Method expected by ColumnBasedGridCellProvider to render a cell in this column.
Definition at line 50 of file QueryTitleGridColumn.inc.php.
| array QueryTitleGridColumn::$_actionArgs |
Action args for link actions
Definition at line 24 of file QueryTitleGridColumn.inc.php.