|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($canEdit=false, $submission=null) | |
| getFileType () | |
| initialize ($request, $template=null) | |
| setFileType ($fileType) | |
Public Member Functions inherited from GridRow | |
| __construct () | |
| 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 | |
| $_canEdit | |
| $_fileType | |
| $_submission | |
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 | |
Handle library file grid row requests.
Definition at line 22 of file LibraryFileGridRow.inc.php.
| LibraryFileGridRow::__construct | ( | $canEdit = false, |
|
$submission = null |
|||
| ) |
Constructor
Definition at line 38 of file LibraryFileGridRow.inc.php.
| LibraryFileGridRow::getFileType | ( | ) |
Get the file type for this row
Definition at line 51 of file LibraryFileGridRow.inc.php.
References $_fileType.
| LibraryFileGridRow::initialize | ( | $request, | |
$template = null |
|||
| ) |
Initialize a row instance.
Subclasses can override this method.
| $request | PKPRequest |
| $template | string |
Reimplemented from GridRow.
Definition at line 65 of file LibraryFileGridRow.inc.php.
References GridRow\addAction(), GridBodyElement\getId(), and setFileType().
| LibraryFileGridRow::setFileType | ( | $fileType | ) |
Definition at line 55 of file LibraryFileGridRow.inc.php.
Referenced by initialize().
| LibraryFileGridRow::$_canEdit |
is the grid row read only
Definition at line 30 of file LibraryFileGridRow.inc.php.
| int LibraryFileGridRow::$_fileType |
LIBRARY_FILE_TYPE_...
Definition at line 27 of file LibraryFileGridRow.inc.php.
Referenced by getFileType().
| LibraryFileGridRow::$_submission |
the submission associated with submission library files
Definition at line 33 of file LibraryFileGridRow.inc.php.