|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($listbuilder, $id='', $title=null, $titleTranslated=null, $template=null, $cellProvider=null, $flags=array()) | |
Public Member Functions inherited from GridColumn | |
| __construct ($id='', $title=null, $titleTranslated=null, $template=null, $cellProvider=null, $flags=array()) | |
| getCellActions ($request, $row, $position=GRID_ACTION_POSITION_DEFAULT) | |
| 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) | |
Additional Inherited Members | |
Data Fields inherited from GridColumn | |
| $_template | |
| $_title | |
| $_titleTranslated | |
Data Fields inherited from GridBodyElement | |
| $_cellProvider | |
| $_flags | |
| $_id | |
Represents a column within a listbuilder.
Definition at line 19 of file ListbuilderGridColumn.inc.php.
| ListbuilderGridColumn::__construct | ( | $listbuilder, | |
$id = '', |
|||
$title = null, |
|||
$titleTranslated = null, |
|||
$template = null, |
|||
$cellProvider = null, |
|||
$flags = array() |
|||
| ) |
Constructor
| $listbuilder | ListbuilderHandler The listbuilder handler this column belongs to. |
| $id | string The optional symbolic ID for this column. |
| $title | string The optional title for this column. |
| $titleTranslated | string The optional translated title for this column. |
| $template | string The optional overridden template for this column. |
| $cellProvider | ListbuilderGridCellProvider The optional overridden grid cell provider. |
| $flags | array Optional set of flags for this column's display. |
Definition at line 30 of file ListbuilderGridColumn.inc.php.