ILIAS
Release_5_0_x_branch Revision 61816
|
GUI-Class arDisplayField. More...
Additional Inherited Members | |
Public Member Functions inherited from arViewField | |
__construct ($name, $txt=NULL, $position=0, $visible=true, $custom_field=false) | |
setPosition ($position) | |
getPosition () | |
setTxt ($txt) | |
getTxt () | |
setVisible ($visible) | |
getVisible () | |
setCustomField ($custom_field) | |
getCustomField () | |
setTxtPrefix ($txt_prefix) | |
getTxtPrefix () | |
getGetFunctionName () | |
getSetFunctionName () | |
setIsCreatedByField ($is_created_by_field) | |
setIsCreationDateField ($is_creation_date_field) | |
getIsCreationDateField () | |
getIsCreatedByField () | |
setIsModifiedByField ($is_modified_by_field) | |
getIsModifiedByField () | |
setIsModificationDateField ($is_modification_date_field) | |
getIsModificationDateField () | |
Static Public Member Functions inherited from arViewField | |
static | setAllowedAttributes ($allowed_attributes) |
static | getAllowedAttributes () |
static | castFromFieldToViewField (arField $field) |
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' |
Protected Attributes inherited from arViewField | |
$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 | |
Static Protected Attributes inherited from arField | |
static | $allowed_attributes |
static | $date_fields |