| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a non editable value in a property form. More...
 Inheritance diagram for ilNonEditableValueGUI:
 Inheritance diagram for ilNonEditableValueGUI: Collaboration diagram for ilNonEditableValueGUI:
 Collaboration diagram for ilNonEditableValueGUI:| Public Member Functions | |
| __construct ($a_title="", $a_id="") | |
| Constructor. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| setType ($a_type) | |
| Set Type. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setValue ($a_value) | |
| Set Value. | |
| getValue () | |
| Get Value. | |
| render () | |
| render | |
| insert (&$a_tpl) | |
| Insert property html. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| getTableFilterHTML () | |
| Get HTML for table filter. | |
|  Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem ($a_item) | |
| Add Subitem. | |
| getSubItems () | |
| Get Subitems. | |
| checkSubItemsInput () | |
| Check SubItems. | |
| getSubForm () | |
| Get sub form html. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
|  Public Member Functions inherited from ilFormPropertyGUI | |
| & | executeCommand () | 
| Execute command. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setAlert ($a_alert) | |
| Set Alert Text. | |
| getAlert () | |
| Get Alert Text. | |
| setRequired ($a_required) | |
| Set Required. | |
| getRequired () | |
| Get Required. | |
| setDisabled ($a_disabled) | |
| Set Disabled. | |
| getDisabled () | |
| Get Disabled. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setParent ($a_val) | |
| Set Parent GUI object. | |
| getParent () | |
| Get Parent GUI object. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| serializeData () | |
| serialize data | |
| unserializeData ($a_data) | |
| unserialize data | |
| writeToSession () | |
| Write to session. | |
| clearFromSession () | |
| Clear session value. | |
| readFromSession () | |
| Read from session. | |
| getHiddenTag ($a_post_var, $a_value) | |
| Get hidden tag (used for disabled properties) | |
| Protected Attributes | |
| $type | |
| $value | |
| $title | |
| $info | |
| $section_icon | |
|  Protected Attributes inherited from ilSubEnabledFormPropertyGUI | |
| $sub_items = array() | |
|  Protected Attributes inherited from ilFormPropertyGUI | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
This class represents a non editable value in a property form.
Definition at line 11 of file class.ilNonEditableValueGUI.php.
| ilNonEditableValueGUI::__construct | ( | $a_title = "", | |
| $a_id = "" | |||
| ) | 
Constructor.
Reimplemented from ilFormPropertyGUI.
Definition at line 24 of file class.ilNonEditableValueGUI.php.
References setTitle(), and setType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilNonEditableValueGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Definition at line 31 of file class.ilNonEditableValueGUI.php.
References $_POST, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilNonEditableValueGUI::getInfo | ( | ) | 
Get Information Text.
Reimplemented from ilFormPropertyGUI.
Definition at line 92 of file class.ilNonEditableValueGUI.php.
References $info.
| ilNonEditableValueGUI::getTableFilterHTML | ( | ) | 
Get HTML for table filter.
Implements ilTableFilterItem.
Definition at line 162 of file class.ilNonEditableValueGUI.php.
References render().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilNonEditableValueGUI::getTitle | ( | ) | 
Get Title.
Reimplemented from ilFormPropertyGUI.
Definition at line 72 of file class.ilNonEditableValueGUI.php.
References $title.
| ilNonEditableValueGUI::getType | ( | ) | 
Get Type.
Reimplemented from ilFormPropertyGUI.
Definition at line 52 of file class.ilNonEditableValueGUI.php.
References $type.
| ilNonEditableValueGUI::getValue | ( | ) | 
Get Value.
Definition at line 112 of file class.ilNonEditableValueGUI.php.
References $value.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNonEditableValueGUI::insert | ( | & | $a_tpl | ) | 
Insert property html.
Definition at line 135 of file class.ilNonEditableValueGUI.php.
References render().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilNonEditableValueGUI::render | ( | ) | 
render
Definition at line 120 of file class.ilNonEditableValueGUI.php.
References $tpl, ilFormPropertyGUI\getFieldId(), ilFormPropertyGUI\getPostVar(), getValue(), and ilUtil\prepareFormOutput().
Referenced by getTableFilterHTML(), and insert().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNonEditableValueGUI::setInfo | ( | $a_info | ) | 
Set Information Text.
| string | $a_info | Information Text | 
Reimplemented from ilFormPropertyGUI.
Definition at line 82 of file class.ilNonEditableValueGUI.php.
Referenced by ilSetupGUI\initBasicSettingsForm(), and ilObjLinkResourceGUI\initFormLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNonEditableValueGUI::setTitle | ( | $a_title | ) | 
Set Title.
| string | $a_title | Title | 
Reimplemented from ilFormPropertyGUI.
Definition at line 62 of file class.ilNonEditableValueGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNonEditableValueGUI::setType | ( | $a_type | ) | 
Set Type.
| string | $a_type | Type | 
Reimplemented from ilFormPropertyGUI.
Definition at line 42 of file class.ilNonEditableValueGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNonEditableValueGUI::setValue | ( | $a_value | ) | 
Set Value.
| string | $a_value | Value | 
Definition at line 102 of file class.ilNonEditableValueGUI.php.
Referenced by ilPaymentStatisticGUI\addCustomer(), ilObjPaymentSettingsGUI\addCustomerObject(), ilPaymentObjectGUI\addPrice(), ilObjPaymentSettingsGUI\addPriceObject(), ilUserProfile\addStandardFieldsToForm(), ilPaymentObjectGUI\editDetails(), ilObjPaymentSettingsGUI\editDetailsObject(), ilPaymentStatisticGUI\editStatistic(), ilObjPaymentSettingsGUI\editStatisticObject(), ilObjPaymentSettingsGUI\editVendorObject(), ilGroupRegistrationGUI\fillRegistrationPeriod(), ilCourseRegistrationGUI\fillRegistrationPeriod(), ilGroupRegistrationGUI\fillRegistrationType(), ilCourseRegistrationGUI\fillRegistrationType(), ilSetupGUI\initClientDbForm(), ilSetupGUI\initClientIniForm(), ilSetupGUI\initClientOverviewForm(), ilCalendarAppointmentGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilObjUserGUI\initForm(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjSystemFolderGUI\initServerInfoForm(), ilECSSettingsGUI\initSettingsForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\initStylePropertiesForm(), ilObjWikiGUI\initStylePropertiesForm(), ilContainerGUI\initStylePropertiesForm(), ilObjForumGUI\initTopicCreateForm(), ilObjCertificateSettingsGUI\settings(), setValueByArray(), ilRegistrationGUI\showCustomFields(), ilPurchaseBMFGUI\showPersonalData(), ilPurchaseBaseGUI\showPersonalData(), ilObjComponentSettingsGUI\showPluginSlotInfo(), and ilPaymentObjectGUI\showSelectedObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilNonEditableValueGUI::setValueByArray | ( | $a_values | ) | 
Set value by array.
| array | $a_values | value array | 
Definition at line 147 of file class.ilNonEditableValueGUI.php.
References ilFormPropertyGUI\getPostVar(), ilSubEnabledFormPropertyGUI\getSubItems(), and setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 16 of file class.ilNonEditableValueGUI.php.
Referenced by getInfo().
| 
 | protected | 
Definition at line 17 of file class.ilNonEditableValueGUI.php.
| 
 | protected | 
Definition at line 15 of file class.ilNonEditableValueGUI.php.
Referenced by getTitle().
| 
 | protected | 
Definition at line 13 of file class.ilNonEditableValueGUI.php.
Referenced by getType().
| 
 | protected | 
Definition at line 14 of file class.ilNonEditableValueGUI.php.
Referenced by getValue().