|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($actionArgs, $query, $queryNotesGrid) | |
| getQuery () | |
| getRequestArgs () | |
| initialize ($request, $template=null) | |
Public Member Functions inherited from GridRow | |
| __construct () | |
| addAction ($action, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getActions ($position=GRID_ACTION_POSITION_DEFAULT) | |
| & | getData () |
| getGridId () | |
| getIsModified () | |
| getTemplate () | |
| hasActions () | |
| setData (&$data) | |
| setGridId ($gridId) | |
| setIsModified ($isModified) | |
| setRequestArgs ($requestArgs) | |
| setTemplate ($template) | |
Public Member Functions inherited from GridBodyElement | |
| addFlag ($flag, $value=true) | |
| getCellProvider () | |
| getFlag ($flag) | |
| getFlags () | |
| getId () | |
| hasFlag ($flag) | |
| setCellProvider ($cellProvider) | |
| setId ($id) | |
Data Fields | |
| $_actionArgs | |
| $_query | |
| $_queryNotesGrid | |
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 | |
Base class for query grid row definition.
Definition at line 18 of file QueryNotesGridRow.inc.php.
| QueryNotesGridRow::__construct | ( | $actionArgs, | |
| $query, | |||
| $queryNotesGrid | |||
| ) |
Constructor
| $actionArgs | array Action arguments |
| $query | Query |
| $queryNotesGrid | The notes grid containing this row |
Reimplemented from GridBodyElement.
Definition at line 43 of file QueryNotesGridRow.inc.php.
| QueryNotesGridRow::getQuery | ( | ) |
Get the query
Definition at line 94 of file QueryNotesGridRow.inc.php.
References $_query.
Referenced by initialize().
| QueryNotesGridRow::getRequestArgs | ( | ) |
Get the base arguments that will identify the data in the grid.
Reimplemented from GridRow.
Definition at line 102 of file QueryNotesGridRow.inc.php.
References $_actionArgs.
| QueryNotesGridRow::initialize | ( | $request, | |
$template = null |
|||
| ) |
Initialize a row instance.
Subclasses can override this method.
| $request | PKPRequest |
| $template | string |
Reimplemented from GridRow.
Definition at line 57 of file QueryNotesGridRow.inc.php.
References GridRow\addAction(), GridBodyElement\getId(), and getQuery().
| array QueryNotesGridRow::$_actionArgs |
| Query QueryNotesGridRow::$_query |
Definition at line 29 of file QueryNotesGridRow.inc.php.
Referenced by getQuery().
| QueryNotesGridHandler QueryNotesGridRow::$_queryNotesGrid |
Definition at line 35 of file QueryNotesGridRow.inc.php.