|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
GUI-Class arDisplayGUI. More...
Collaboration diagram for arDisplayGUI:Public Member Functions | |
| getHtml () | |
| setBackButtonName ($back_button_name) | |
| getBackButtonName () | |
| setBackButtonTarget ($back_button_target) | |
| getBackButtonTarget () | |
| setFields (arDisplayFields $fields) | |
| getFields () | |
| getFieldsAsArray () | |
| getField ($field_name) | |
| addField (arDisplayField $field) | |
| setTitle ($title) | |
| getTitle () | |
| setTemplate ($template) | |
| getTemplate () | |
Protected Member Functions | |
| init () | |
| initTitle () | |
| initFields () | |
| customizeFields () | |
| initBackButton () | |
| initTemplate () | |
| setArFieldData (arDisplayField $field, $value) | |
| setEmptyFieldData (arDisplayField $field) | |
| setCustomFieldData (arDisplayField $field) | |
| setModifiedByData (arDisplayField $field, $value) | |
| setCreatedByData (arDisplayField $field, $value) | |
| setNumericData (arDisplayField $field, $value) | |
| setTextData (arDisplayField $field, $value) | |
| setDateTimeData (arDisplayField $field, $value) | |
| setClobData (arDisplayField $field, $value) | |
| txt ($txt, $plugin_txt=true) | |
Protected Attributes | |
| $record | |
| $parent_gui | |
| $ctrl | |
| $tpl | |
| $title = "" | |
| $fields = array() | |
| $data = array() | |
| $back_button_name = "" | |
| $back_button_target = "" | |
| $template | |
| arDisplayGUI::addField | ( | arDisplayField | $field | ) |
| arDisplayField |
Definition at line 372 of file class.arDisplayGUI.php.
References getFields().
Here is the call graph for this function:
|
protected |
Definition at line 105 of file class.arDisplayGUI.php.
Referenced by initFields().
Here is the caller graph for this function:| arDisplayGUI::getBackButtonName | ( | ) |
Definition at line 307 of file class.arDisplayGUI.php.
References $back_button_name.
Referenced by getHtml().
Here is the caller graph for this function:| arDisplayGUI::getBackButtonTarget | ( | ) |
Definition at line 325 of file class.arDisplayGUI.php.
References $back_button_target.
Referenced by getHtml().
Here is the caller graph for this function:| arDisplayGUI::getField | ( | $field_name | ) |
| $field_name |
Definition at line 363 of file class.arDisplayGUI.php.
References getFields().
Here is the call graph for this function:| arDisplayGUI::getFields | ( | ) |
Definition at line 343 of file class.arDisplayGUI.php.
References $fields.
Referenced by addField(), getField(), and getFieldsAsArray().
Here is the caller graph for this function:| arDisplayGUI::getFieldsAsArray | ( | ) |
Definition at line 352 of file class.arDisplayGUI.php.
References getFields().
Here is the call graph for this function:| arDisplayGUI::getHtml | ( | ) |
Definition at line 126 of file class.arDisplayGUI.php.
References getBackButtonName(), getBackButtonTarget(), and getTemplate().
Here is the call graph for this function:| arDisplayGUI::getTemplate | ( | ) |
Definition at line 408 of file class.arDisplayGUI.php.
References $template.
Referenced by getHtml().
Here is the caller graph for this function:| arDisplayGUI::getTitle | ( | ) |
|
protected |
Definition at line 82 of file class.arDisplayGUI.php.
References initBackButton(), initFields(), initTemplate(), and initTitle().
Here is the call graph for this function:
|
protected |
Definition at line 110 of file class.arDisplayGUI.php.
References setBackButtonName(), setBackButtonTarget(), and txt().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 97 of file class.arDisplayGUI.php.
References customizeFields(), and fields.
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 117 of file class.arDisplayGUI.php.
References setTemplate().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.arDisplayGUI.php.
References setTitle().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 161 of file class.arDisplayGUI.php.
References arViewField\getCustomField(), arField\getFieldType(), arViewField\getIsCreatedByField(), arViewField\getIsModifiedByField(), setClobData(), setCreatedByData(), setCustomFieldData(), setDateTimeData(), setEmptyFieldData(), setModifiedByData(), setNumericData(), and setTextData().
Here is the call graph for this function:| arDisplayGUI::setBackButtonName | ( | $back_button_name | ) |
| string | $back_button_name |
Definition at line 298 of file class.arDisplayGUI.php.
References $back_button_name.
Referenced by initBackButton().
Here is the caller graph for this function:| arDisplayGUI::setBackButtonTarget | ( | $back_button_target | ) |
| $back_button_target |
Definition at line 316 of file class.arDisplayGUI.php.
References $back_button_target.
Referenced by initBackButton().
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 289 of file class.arDisplayGUI.php.
Referenced by setArFieldData().
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 237 of file class.arDisplayGUI.php.
References $user.
Referenced by setArFieldData().
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field |
Definition at line 211 of file class.arDisplayGUI.php.
Referenced by setArFieldData().
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 275 of file class.arDisplayGUI.php.
References ilDatePresentation\formatDate(), and IL_CAL_DATETIME.
Referenced by setArFieldData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field |
Definition at line 200 of file class.arDisplayGUI.php.
References txt().
Referenced by setArFieldData().
Here is the call graph for this function:
Here is the caller graph for this function:| arDisplayGUI::setFields | ( | arDisplayFields | $fields | ) |
| arDisplayFields | $fields |
Definition at line 334 of file class.arDisplayGUI.php.
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 223 of file class.arDisplayGUI.php.
References $user.
Referenced by setArFieldData().
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 251 of file class.arDisplayGUI.php.
Referenced by setArFieldData().
Here is the caller graph for this function:| arDisplayGUI::setTemplate | ( | $template | ) |
| \ilTemplate | $template |
Definition at line 399 of file class.arDisplayGUI.php.
References $template.
Referenced by initTemplate().
Here is the caller graph for this function:
|
protected |
| arDisplayField | $field | |
| $value |
Definition at line 263 of file class.arDisplayGUI.php.
Referenced by setArFieldData().
Here is the caller graph for this function:| arDisplayGUI::setTitle | ( | $title | ) |
| string | $title |
Definition at line 381 of file class.arDisplayGUI.php.
References $title.
Referenced by initTitle().
Here is the caller graph for this function:
|
protected |
| $txt | ||
| bool | $plugin_txt |
Definition at line 420 of file class.arDisplayGUI.php.
References $txt.
Referenced by initBackButton(), and setEmptyFieldData().
Here is the caller graph for this function:
|
protected |
Definition at line 47 of file class.arDisplayGUI.php.
Referenced by getBackButtonName(), and setBackButtonName().
|
protected |
Definition at line 51 of file class.arDisplayGUI.php.
Referenced by getBackButtonTarget(), and setBackButtonTarget().
|
protected |
Definition at line 27 of file class.arDisplayGUI.php.
|
protected |
Definition at line 43 of file class.arDisplayGUI.php.
|
protected |
Definition at line 39 of file class.arDisplayGUI.php.
Referenced by getFields(), and setFields().
|
protected |
Definition at line 23 of file class.arDisplayGUI.php.
|
protected |
Definition at line 19 of file class.arDisplayGUI.php.
|
protected |
Definition at line 55 of file class.arDisplayGUI.php.
Referenced by getTemplate(), and setTemplate().
|
protected |
Definition at line 35 of file class.arDisplayGUI.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 31 of file class.arDisplayGUI.php.