Implements a file name column. More...
Public Member Functions | |
| _getIncludeNotes () | |
| _getStageId () | |
| FileNameGridColumn ($includeNotes=true, $stageId=null, $removeHistoryTab=false) | |
| getCellActions (&$request, &$row, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getTemplateVarsFromRow ($row) | |
Implements a file name column.
Definition at line 17 of file FileNameGridColumn.inc.php.
| FileNameGridColumn._getIncludeNotes | ( | ) |
Determine whether or not submission note status should be included.
Definition at line 96 of file FileNameGridColumn.inc.php.
Referenced by getCellActions().
| FileNameGridColumn._getStageId | ( | ) |
Get stage id, if any.
Definition at line 104 of file FileNameGridColumn.inc.php.
Referenced by getCellActions().
| FileNameGridColumn.FileNameGridColumn | ( | $ | includeNotes = true, |
|
| $ | stageId = null, |
|||
| $ | removeHistoryTab = false | |||
| ) |
Constructor
| $includeNotes | boolean | |
| $stageId | int (optional) | |
| $removeHistoryTab | boolean (optional) Open the information center without the history tab. |
Definition at line 34 of file FileNameGridColumn.inc.php.
| FileNameGridColumn.getCellActions | ( | &$ | request, | |
| &$ | row, | |||
| $ | position = GRID_ACTION_POSITION_DEFAULT | |||
| ) |
Definition at line 70 of file FileNameGridColumn.inc.php.
References _getIncludeNotes(), and _getStageId().
| FileNameGridColumn.getTemplateVarsFromRow | ( | $ | row | ) |
Method expected by ColumnBasedGridCellProvider to render a cell in this column.
Definition at line 56 of file FileNameGridColumn.inc.php.
1.7.1