|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct () | |
| getCategoryLabel () | |
| 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 () | |
| initialize ($request, $template=null) | |
| 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 | |
| $_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 | |
Class defining basic operations for handling the category row in a grid.
Definition at line 19 of file GridCategoryRow.inc.php.
| GridCategoryRow::__construct | ( | ) |
Constructor.
Reimplemented from GridRow.
Definition at line 29 of file GridCategoryRow.inc.php.
References GridBodyElement\setCellProvider().
| GridCategoryRow::getCategoryLabel | ( | ) |
Category rows only have one cell and one label. This is it.
| string | $categoryName | return string |
Reimplemented in CategoryGridCategoryRow, StageParticipantGridCategoryRow, LibraryFileGridCategoryRow, TocGridCategoryRow, PluginCategoryGridRow, and SelectableSubmissionFileListCategoryGridRow.
Definition at line 60 of file GridCategoryRow.inc.php.
| GridCategoryRow::getEmptyCategoryRowText | ( | ) |
Get the no items locale key
Definition at line 44 of file GridCategoryRow.inc.php.
References $_emptyCategoryRowText.
| GridCategoryRow::setEmptyCategoryRowText | ( | $emptyCategoryRowText | ) |
Set the no items locale key
Definition at line 51 of file GridCategoryRow.inc.php.
| string GridCategoryRow::$_emptyCategoryRowText = 'grid.noItems' |
empty row locale key
Definition at line 24 of file GridCategoryRow.inc.php.
Referenced by getEmptyCategoryRowText().