|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($submission, $cellProvider, $canManage, $publication) | |
| getCategoryLabel () | |
| getPublication () | |
| getSubmission () | |
| initialize ($request, $template=null) | |
Public Member Functions inherited from GridCategoryRow | |
| __construct () | |
| getEmptyCategoryRowText () | |
| setEmptyCategoryRowText ($emptyCategoryRowText) | |
Public Member Functions inherited from GridRow | |
| addAction ($action, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getActions ($position=GRID_ACTION_POSITION_DEFAULT) | |
| & | getData () |
| getGridId () | |
| getIsModified () | |
| getRequestArgs () | |
| getTemplate () | |
| hasActions () | |
| setData (&$data) | |
| setGridId ($gridId) | |
| setIsModified ($isModified) | |
| setRequestArgs ($requestArgs) | |
| setTemplate ($template) | |
Public Member Functions inherited from GridBodyElement | |
| __construct ($id='', $cellProvider=null, $flags=array()) | |
| addFlag ($flag, $value=true) | |
| getCellProvider () | |
| getFlag ($flag) | |
| getFlags () | |
| getId () | |
| hasFlag ($flag) | |
| setCellProvider ($cellProvider) | |
| setId ($id) | |
Data Fields | |
| $_publication | |
| $_submission | |
Data Fields inherited from GridCategoryRow | |
| $_emptyCategoryRowText = 'grid.noItems' | |
Data Fields inherited from GridRow | |
| $_actions = array(GRID_ACTION_POSITION_DEFAULT => array()) | |
| $_data | |
| $_gridId | |
| $_isModified | |
| $_requestArgs | |
| $_template | |
Data Fields inherited from GridBodyElement | |
| $_cellProvider | |
| $_flags | |
| $_id | |
Protected Attributes | |
| $_canManage | |
Representations grid row definition.
Definition at line 18 of file PublicationFormatGridCategoryRow.inc.php.
| PublicationFormatGridCategoryRow::__construct | ( | $submission, | |
| $cellProvider, | |||
| $canManage, | |||
| $publication | |||
| ) |
Constructor
| $submission | Submission |
| $cellProvider | GridCellProvider |
| $canManage | boolean |
| $publication | Publication |
Definition at line 45 of file PublicationFormatGridCategoryRow.inc.php.
References GridBodyElement\setCellProvider().
| PublicationFormatGridCategoryRow::getCategoryLabel | ( | ) |
Category rows only have one cell and one label. This is it.
| string | $categoryName | return string |
Reimplemented from GridCategoryRow.
Definition at line 59 of file PublicationFormatGridCategoryRow.inc.php.
References GridRow\getData().
| PublicationFormatGridCategoryRow::getPublication | ( | ) |
Get the publication for this row (already authorized)
Definition at line 132 of file PublicationFormatGridCategoryRow.inc.php.
References $_publication.
| PublicationFormatGridCategoryRow::getSubmission | ( | ) |
Get the submission for this row (already authorized)
Definition at line 124 of file PublicationFormatGridCategoryRow.inc.php.
References $_submission.
Referenced by initialize().
| PublicationFormatGridCategoryRow::initialize | ( | $request, | |
$template = null |
|||
| ) |
Initialize a row instance.
Subclasses can override this method.
| $request | PKPRequest |
| $template | string |
Reimplemented from GridRow.
Definition at line 70 of file PublicationFormatGridCategoryRow.inc.php.
References GridRow\addAction(), GridRow\getData(), and getSubmission().
|
protected |
Definition at line 30 of file PublicationFormatGridCategoryRow.inc.php.
| Publication PublicationFormatGridCategoryRow::$_publication |
Definition at line 36 of file PublicationFormatGridCategoryRow.inc.php.
Referenced by getPublication().
| Submission PublicationFormatGridCategoryRow::$_submission |
Definition at line 24 of file PublicationFormatGridCategoryRow.inc.php.
Referenced by getSubmission().