|
ILIAS
Release_4_2_x_branch Revision 61807
|
This class represents a non editable value in a property form. More...
Inheritance diagram for ilNonEditableValueGUI:
Collaboration diagram for ilNonEditableValueGUI:Public Member Functions | |
| __construct ($a_title="", $a_id="", $a_disable_escaping=false) | |
| 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 | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| & | 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 | |
| $disable_escaping | |
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 = "", |
|||
$a_disable_escaping = false |
|||
| ) |
Constructor.
Definition at line 25 of file class.ilNonEditableValueGUI.php.
References setTitle(), and setType().
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 33 of file class.ilNonEditableValueGUI.php.
References $_POST, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getPostVar(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilNonEditableValueGUI::getInfo | ( | ) |
Get Information Text.
Reimplemented from ilFormPropertyGUI.
Definition at line 94 of file class.ilNonEditableValueGUI.php.
References $info.
| ilNonEditableValueGUI::getTableFilterHTML | ( | ) |
Get HTML for table filter.
Implements ilTableFilterItem.
Definition at line 175 of file class.ilNonEditableValueGUI.php.
References render().
Here is the call graph for this function:| ilNonEditableValueGUI::getTitle | ( | ) |
Get Title.
Reimplemented from ilFormPropertyGUI.
Definition at line 74 of file class.ilNonEditableValueGUI.php.
References $title.
Referenced by ilPaymentObjectGUI\addPrice().
Here is the caller graph for this function:| ilNonEditableValueGUI::getType | ( | ) |
Get Type.
Reimplemented from ilFormPropertyGUI.
Definition at line 54 of file class.ilNonEditableValueGUI.php.
References $type.
| ilNonEditableValueGUI::getValue | ( | ) |
Get Value.
Definition at line 114 of file class.ilNonEditableValueGUI.php.
References $value.
Referenced by render().
Here is the caller graph for this function:| ilNonEditableValueGUI::insert | ( | & | $a_tpl | ) |
Insert property html.
Definition at line 148 of file class.ilNonEditableValueGUI.php.
References render().
Here is the call graph for this function:| ilNonEditableValueGUI::render | ( | ) |
render
Definition at line 122 of file class.ilNonEditableValueGUI.php.
References $tpl, $value, ilFormPropertyGUI\getFieldId(), ilFormPropertyGUI\getPostVar(), getValue(), and ilUtil\prepareFormOutput().
Referenced by getTableFilterHTML(), and insert().
Here is the call 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 84 of file class.ilNonEditableValueGUI.php.
Referenced by ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initCronJobsForm(), and ilObjLinkResourceGUI\initFormLink().
Here is the caller graph for this function:| ilNonEditableValueGUI::setTitle | ( | $a_title | ) |
Set Title.
| string | $a_title | Title |
Reimplemented from ilFormPropertyGUI.
Definition at line 64 of file class.ilNonEditableValueGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilNonEditableValueGUI::setType | ( | $a_type | ) |
Set Type.
| string | $a_type | Type |
Reimplemented from ilFormPropertyGUI.
Definition at line 44 of file class.ilNonEditableValueGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilNonEditableValueGUI::setValue | ( | $a_value | ) |
Set Value.
| string | $a_value | Value |
Definition at line 104 of file class.ilNonEditableValueGUI.php.
Referenced by ilAccountRegistrationGUI\__initForm(), ilPaymentStatisticGUI\addCustomer(), ilObjPaymentSettingsGUI\addCustomerObject(), ilObjPaymentSettingsGUI\addPriceObject(), ilUserProfile\addStandardFieldsToForm(), ilPaymentObjectGUI\editDetails(), ilObjPaymentSettingsGUI\editDetailsObject(), ilBasicSkillGUI\editLevelTrigger(), ilPaymentStatisticGUI\editStatistic(), ilObjPaymentSettingsGUI\editStatisticObject(), ilObjPaymentSettingsGUI\editVendorObject(), ilGroupRegistrationGUI\fillRegistrationPeriod(), ilCourseRegistrationGUI\fillRegistrationPeriod(), ilGroupRegistrationGUI\fillRegistrationType(), ilCourseRegistrationGUI\fillRegistrationType(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilSetupGUI\initClientDbForm(), ilSetupGUI\initClientIniForm(), ilSetupGUI\initClientOverviewForm(), ilCalendarAppointmentGUI\initForm(), ilPageLayoutGUI\initForm(), ilObjMediaObjectGUI\initForm(), ilObjUserGUI\initForm(), ilConditionHandlerInterface\initFormCondition(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilLPListOfSettingsGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjSCORM2004LearningModuleGUI\initPropertiesEditableForm(), ilObjSystemFolderGUI\initServerInfoForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilSetupGUI\initSettingsTypeForm(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\initStylePropertiesForm(), ilObjWikiGUI\initStylePropertiesForm(), ilContainerGUI\initStylePropertiesForm(), ilObjForumGUI\initTopicCreateForm(), ilObjPaymentSettingsGUI\InvoiceNumberObject(), ilObjCertificateSettingsGUI\settings(), setValueByArray(), ilRegistrationGUI\showCustomFields(), ilPurchaseBMFGUI\showPersonalData(), ilPurchaseBaseGUI\showPersonalData(), ilObjComponentSettingsGUI\showPluginSlotInfo(), and ilPaymentObjectGUI\showSelectedObject().
Here is the caller graph for this function:| ilNonEditableValueGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 160 of file class.ilNonEditableValueGUI.php.
References ilFormPropertyGUI\getPostVar(), ilSubEnabledFormPropertyGUI\getSubItems(), and setValue().
Here is the call graph for this function:
|
protected |
Definition at line 18 of file class.ilNonEditableValueGUI.php.
|
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(), and render().