ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GUI-Class arIndexTableFields. More...
Data Fields | |
const | FIELD_CLASS = 'arIndexTableField' |
Data Fields inherited from arViewFields | |
const | FIELD_CLASS = 'arViewField' |
Protected Attributes | |
$selectable_columns = array() | |
Protected Attributes inherited from arViewFields | |
$fields = array() | |
$fields_for_display = NULL | |
$active_record = NULL | |
$txt_prefix = "" | |
$created_by_field = NULL | |
$modified_by_field = NULL | |
$creation_date_field = NULL | |
$modification_date_field = NULL | |
Additional Inherited Members | |
Public Member Functions inherited from arViewFields | |
__construct (ActiveRecord $ar) | |
addField (arViewField $field) | |
getFields () | |
getPrimaryField () | |
sortFields () | |
getField ($field_name) | |
setTxtPrefix ($txt_prefix) | |
getTxtPrefix () | |
setCreatedByField ($created_by_field) | |
setCreationDateField ($creation_date_field) | |
setModificationDateField ($modification_date_field) | |
setModifiedByField ($modified_by_field) | |
GUI-Class arIndexTableFields.
Definition at line 12 of file class.arIndexTableFields.php.
|
protected |
Definition at line 18 of file class.arIndexTableFields.php.
const arIndexTableFields::FIELD_CLASS = 'arIndexTableField' |
Definition at line 14 of file class.arIndexTableFields.php.