Public Member Functions

FileNameGridColumn Class Reference

Implements a file name column. More...

List of all members.

Public Member Functions

 _getIncludeNotes ()
 _getStageId ()
 FileNameGridColumn ($includeNotes=true, $stageId=null, $removeHistoryTab=false)
 getCellActions (&$request, &$row, $position=GRID_ACTION_POSITION_DEFAULT)
 getTemplateVarsFromRow ($row)

Detailed Description

Implements a file name column.

Definition at line 17 of file FileNameGridColumn.inc.php.


Member Function Documentation

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.

Returns:
mixed int or null

Definition at line 104 of file FileNameGridColumn.inc.php.

Referenced by getCellActions().

FileNameGridColumn.FileNameGridColumn ( includeNotes = true,
stageId = null,
removeHistoryTab = false 
)

Constructor

Parameters:
$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 
)
See also:
GridColumn.getCellActions()

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.

See also:
ColumnBasedGridCellProvider.getTemplateVarsFromRowColumn()

Definition at line 56 of file FileNameGridColumn.inc.php.


The documentation for this class was generated from the following file: