|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($context) | |
| getCategoryLabel () | |
| getContext () | |
| 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 | |
| $_context | |
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 | |
Library file grid category row definition.
Definition at line 19 of file LibraryFileGridCategoryRow.inc.php.
| LibraryFileGridCategoryRow::__construct | ( | $context | ) |
Constructor
Definition at line 26 of file LibraryFileGridCategoryRow.inc.php.
| LibraryFileGridCategoryRow::getCategoryLabel | ( | ) |
Category rows only have one cell and one label. This is it. return string
Reimplemented from GridCategoryRow.
Definition at line 38 of file LibraryFileGridCategoryRow.inc.php.
References getContext().
| LibraryFileGridCategoryRow::getContext | ( | ) |
Get the context
Definition at line 48 of file LibraryFileGridCategoryRow.inc.php.
References $_context.
Referenced by getCategoryLabel().
| LibraryFileGridCategoryRow::initialize | ( | $request, | |
$template = null |
|||
| ) |
Initialize a row instance.
Subclasses can override this method.
| $request | PKPRequest |
| $template | string |
Reimplemented from GridRow.
Definition at line 55 of file LibraryFileGridCategoryRow.inc.php.
References GridRow\getData(), and GridBodyElement\setId().
| LibraryFileGridCategoryRow::$_context |
the context for our Library file manager
Definition at line 21 of file LibraryFileGridCategoryRow.inc.php.
Referenced by getContext().