ILIAS
Release_5_0_x_branch Revision 61816
|
GUI-Class arViewField. More...
Static Public Member Functions | |
static | setAllowedAttributes ($allowed_attributes) |
static | getAllowedAttributes () |
static | castFromFieldToViewField (arField $field) |
Static Public Member Functions inherited from arField | |
static | isAllowedAttribute ($type, $field_name) |
static | isDateFieldType ($field_type) |
Protected Attributes | |
$txt_prefix = "" | |
$txt = "" | |
$position = 1000 | |
$visible = false | |
$custom_field = false | |
$get_function_name = "" | |
$set_function_name = "" | |
$is_created_by_field = false | |
$is_modified_by_field = false | |
$is_creation_date_field = false | |
$is_modification_date_field = false | |
Protected Attributes inherited from arField | |
$fieldtype | |
$length = NULL | |
$is_primary = false | |
$name = '' | |
$not_null = false | |
$unique = false | |
$has_field = false | |
$sequence = false | |
$index = false |
Additional Inherited Members | |
Data Fields inherited from arField | |
const | FIELD_TYPE_TEXT = 'text' |
const | FIELD_TYPE_INTEGER = 'integer' |
const | FIELD_TYPE_FLOAT = 'float' |
const | FIELD_TYPE_DATE = 'date' |
const | FIELD_TYPE_TIME = 'time' |
const | FIELD_TYPE_TIMESTAMP = 'timestamp' |
const | FIELD_TYPE_CLOB = 'clob' |
Static Protected Attributes inherited from arField | |
static | $allowed_attributes |
static | $date_fields |
arViewField::__construct | ( | $name, | |
$txt = NULL , |
|||
$position = 0 , |
|||
$visible = true , |
|||
$custom_field = false |
|||
) |
$name | ||
null | $txt | |
int | $position | |
bool | $visible | |
bool | $custom_field |
Definition at line 66 of file class.arViewField.php.
References $custom_field, arField\$name, $position, $txt, $visible, ActiveRecord\_toCamelCase(), and arField\getName().
|
static |
arField | $field |
Definition at line 264 of file class.arViewField.php.
References arField\$name, and arField\getName().
|
static |
Definition at line 158 of file class.arViewField.php.
References arField\$allowed_attributes.
arViewField::getCustomField | ( | ) |
Definition at line 142 of file class.arViewField.php.
References $custom_field.
Referenced by arDisplayGUI\setArFieldData().
arViewField::getGetFunctionName | ( | ) |
arViewField::getIsCreatedByField | ( | ) |
Definition at line 222 of file class.arViewField.php.
References $is_created_by_field.
Referenced by arDisplayGUI\setArFieldData().
arViewField::getIsCreationDateField | ( | ) |
Definition at line 214 of file class.arViewField.php.
References $is_creation_date_field.
arViewField::getIsModificationDateField | ( | ) |
Definition at line 254 of file class.arViewField.php.
References $is_modification_date_field.
arViewField::getIsModifiedByField | ( | ) |
Definition at line 238 of file class.arViewField.php.
References $is_modified_by_field.
Referenced by arDisplayGUI\setArFieldData().
arViewField::getPosition | ( | ) |
Definition at line 90 of file class.arViewField.php.
References $position.
Referenced by arEditFields\sortFields(), and arViewFields\sortFields().
arViewField::getSetFunctionName | ( | ) |
Definition at line 190 of file class.arViewField.php.
References $set_function_name.
Referenced by arEditGUI\setDateTimeRecordField(), arEditGUI\setNumericRecordField(), and arEditGUI\setTextRecordField().
arViewField::getTxt | ( | ) |
Definition at line 106 of file class.arViewField.php.
References $txt, arField\getName(), and getTxtPrefix().
Referenced by arEditGUI\addBooleanInputField(), arEditGUI\addClobInputField(), arEditGUI\addDateTimeInputField(), arIndexTableGUI\addFilterField(), arEditGUI\addNumbericInputField(), and arEditGUI\addTextInputField().
arViewField::getTxtPrefix | ( | ) |
Definition at line 174 of file class.arViewField.php.
References $txt_prefix.
Referenced by getTxt().
arViewField::getVisible | ( | ) |
Definition at line 126 of file class.arViewField.php.
References $visible.
Referenced by arIndexTableGUI\checkColumnVisibile().
|
static |
array | $allowed_attributes |
Definition at line 150 of file class.arViewField.php.
References arField\$allowed_attributes.
arViewField::setCustomField | ( | $custom_field | ) |
boolean | $custom_field |
Definition at line 134 of file class.arViewField.php.
References $custom_field.
arViewField::setIsCreatedByField | ( | $is_created_by_field | ) |
boolean | $is_created_by_field |
Reimplemented in arEditField.
Definition at line 198 of file class.arViewField.php.
References $is_created_by_field.
arViewField::setIsCreationDateField | ( | $is_creation_date_field | ) |
$is_creation_date_field |
Reimplemented in arEditField.
Definition at line 206 of file class.arViewField.php.
References $is_creation_date_field.
arViewField::setIsModificationDateField | ( | $is_modification_date_field | ) |
$is_modification_date_field |
Reimplemented in arEditField.
Definition at line 246 of file class.arViewField.php.
References $is_modification_date_field.
arViewField::setIsModifiedByField | ( | $is_modified_by_field | ) |
boolean | $is_modified_by_field |
Reimplemented in arEditField.
Definition at line 230 of file class.arViewField.php.
References $is_modified_by_field.
arViewField::setPosition | ( | $position | ) |
string | $position |
Definition at line 82 of file class.arViewField.php.
References $position.
arViewField::setTxt | ( | $txt | ) |
arViewField::setTxtPrefix | ( | $txt_prefix | ) |
string | $txt_prefix |
Definition at line 166 of file class.arViewField.php.
References $txt_prefix.
arViewField::setVisible | ( | $visible | ) |
string | $visible |
Definition at line 118 of file class.arViewField.php.
References $visible.
Referenced by arEditField\setIsCreatedByField(), arEditField\setIsCreationDateField(), arEditField\setIsModificationDateField(), arEditField\setIsModifiedByField(), and arIndexTableField\setVisibleDefault().
|
protected |
Definition at line 32 of file class.arViewField.php.
Referenced by arIndexTableField\__construct(), __construct(), getCustomField(), and setCustomField().
|
protected |
Definition at line 36 of file class.arViewField.php.
Referenced by getGetFunctionName().
|
protected |
Definition at line 44 of file class.arViewField.php.
Referenced by getIsCreatedByField(), arEditField\setIsCreatedByField(), and setIsCreatedByField().
|
protected |
Definition at line 52 of file class.arViewField.php.
Referenced by getIsCreationDateField(), arEditField\setIsCreationDateField(), and setIsCreationDateField().
|
protected |
Definition at line 56 of file class.arViewField.php.
Referenced by getIsModificationDateField(), arEditField\setIsModificationDateField(), and setIsModificationDateField().
|
protected |
Definition at line 48 of file class.arViewField.php.
Referenced by getIsModifiedByField(), arEditField\setIsModifiedByField(), and setIsModifiedByField().
|
protected |
Definition at line 24 of file class.arViewField.php.
Referenced by arIndexTableField\__construct(), __construct(), getPosition(), and setPosition().
|
protected |
Definition at line 40 of file class.arViewField.php.
Referenced by getSetFunctionName().
|
protected |
Definition at line 20 of file class.arViewField.php.
Referenced by arIndexTableField\__construct(), __construct(), getTxt(), and setTxt().
|
protected |
Definition at line 16 of file class.arViewField.php.
Referenced by getTxtPrefix(), and setTxtPrefix().
|
protected |
Definition at line 28 of file class.arViewField.php.
Referenced by arIndexTableField\__construct(), __construct(), getVisible(), and setVisible().