| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
This class represents a property in a property form. More...
 Inheritance diagram for ilFormPropertyGUI:
 Inheritance diagram for ilFormPropertyGUI: Collaboration diagram for ilFormPropertyGUI:
 Collaboration diagram for ilFormPropertyGUI:| Public Member Functions | |
| __construct ($a_title="", $a_postvar="") | |
| Constructor. | |
| & | executeCommand () | 
| Execute command. | |
| getType () | |
| Get Type. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setPostVar ($a_postvar) | |
| Set Post Variable. | |
| getPostVar () | |
| Get Post Variable. | |
| getFieldId () | |
| Get Post Variable. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| 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. | |
| checkInput () | |
| Check input, strip slashes etc. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setParent ($a_val) | |
| Set Parent GUI object. | |
| getParent () | |
| Get Parent GUI object. | |
| getSubForm () | |
| Get sub form html. | |
| hideSubForm () | |
| Sub form hidden on init? | |
| setHiddenTitle ($a_val) | |
| Set hidden title (for screenreaders) | |
| getHiddenTitle () | |
| Get hidden title. | |
| getItemByPostVar ($a_post_var) | |
| Get item by post var. | |
| 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 Member Functions | |
| setType ($a_type) | |
| Set Type. | |
| Protected Attributes | |
| $type | |
| $title | |
| $postvar | |
| $info | |
| $alert | |
| $required = false | |
| $parentgui | |
| $parentform | |
| $hidden_title = "" | |
This class represents a property in a property form.
Definition at line 11 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::__construct | ( | $a_title = "", | |
| $a_postvar = "" | |||
| ) | 
Constructor.
| string | $a_title | Title | 
| string | $a_postvar | Post Variable | 
Reimplemented in ilTextAreaInputGUI, ilRecurrenceInputGUI, ilMultiSelectInputGUI, ilDurationInputGUI, ilCategoryWizardInputGUI, ilMatchingWizardInputGUI, ilRepositorySelectorInputGUI, ilKVPWizardInputGUI, ilNumberInputGUI, ilMatrixRowWizardInputGUI, ilErrorTextWizardInputGUI, ilSingleChoiceWizardInputGUI, ilSuggestedSolutionSelectorGUI, ilDateDurationInputGUI, ilCheckboxInputGUI, ilCSSRectInputGUI, ilRandomTestInputGUI, ilAnswerWizardInputGUI, ilImageWizardInputGUI, ilMatchingPairWizardInputGUI, ilCheckboxGroupInputGUI, ilLocationInputGUI, ilRadioGroupInputGUI, ilTRBLColorPickerInputGUI, ilEMailInputGUI, ilFeedUrlInputGUI, ilFileWizardInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilNumericStyleValueInputGUI, ilTRBLNumericStyleValueInputGUI, ilRandomTestROInputGUI, ilCustomInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilBackgroundPositionInputGUI, ilFontSizeInputGUI, ilTRBLBorderWidthInputGUI, ilTextInputGUI, ilLuceneQueryInputGUI, ilDateTimeInputGUI, ilAlphabetInputGUI, ilSelectInputGUI, ilPasswordInputGUI, ilImagemapFileInputGUI, ilFileInputGUI, ilNestedListInputGUI, ilScaleInputGUI, ilAdvSelectInputGUI, ilFlashFileInputGUI, ilCountrySelectInputGUI, ilNonEditableValueGUI, ilUserLoginInputGUI, ilColorPickerInputGUI, ilWidthHeightInputGUI, ilTRBLBorderStyleInputGUI, and ilImageFileInputGUI.
Definition at line 29 of file class.ilFormPropertyGUI.php.
References setDisabled(), setPostVar(), and setTitle().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormPropertyGUI::checkInput | ( | ) | 
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented in ilTextAreaInputGUI, ilDateDurationInputGUI, ilDateTimeInputGUI, ilDurationInputGUI, ilTextInputGUI, ilNumberInputGUI, ilCombinationInputGUI, ilKVPWizardInputGUI, ilTRBLColorPickerInputGUI, ilPasswordInputGUI, ilCategoryWizardInputGUI, ilErrorTextWizardInputGUI, ilSingleChoiceWizardInputGUI, ilCSSRectInputGUI, ilMatchingWizardInputGUI, ilTRBLNumericStyleValueInputGUI, ilMatrixRowWizardInputGUI, ilFileInputGUI, ilSuggestedSolutionSelectorGUI, ilMultiSelectInputGUI, ilAnswerWizardInputGUI, ilImageWizardInputGUI, ilRepositorySelectorInputGUI, ilTRBLBorderWidthInputGUI, ilCheckboxInputGUI, ilRandomTestInputGUI, ilLocationInputGUI, ilMatchingPairWizardInputGUI, ilBackgroundPositionInputGUI, ilTRBLBorderStyleInputGUI, ilFileWizardInputGUI, ilCheckboxGroupInputGUI, ilRadioGroupInputGUI, ilImagemapFileInputGUI, ilRadioMatrixInputGUI, ilTextWizardInputGUI, ilCustomInputGUI, ilWidthHeightInputGUI, ilNumericStyleValueInputGUI, ilRegExpInputGUI, ilBackgroundImageInputGUI, ilAlphabetInputGUI, ilSelectInputGUI, ilAdvSelectInputGUI, ilNestedListInputGUI, ilRandomTestROInputGUI, ilRecurrenceInputGUI, ilUserLoginInputGUI, ilEMailInputGUI, ilChatSmiliesCurrentSmileyFormElement, ilFlashFileInputGUI, ilHiddenInputGUI, ilFontSizeInputGUI, ilMultipleChoiceWizardInputGUI, ilBirthdayInputGUI, ilFeedUrlInputGUI, ilLuceneQueryInputGUI, ilSolutionTitleInputGUI, ilColorPickerInputGUI, ilFormulaInputGUI, and ilNonEditableValueGUI.
Definition at line 207 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::clearFromSession | ( | ) | 
Clear session value.
Definition at line 347 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), and getParent().
 Here is the call graph for this function:
 Here is the call graph for this function:| & ilFormPropertyGUI::executeCommand | ( | ) | 
| ilFormPropertyGUI::getAlert | ( | ) | 
Get Alert Text.
Definition at line 157 of file class.ilFormPropertyGUI.php.
References $alert.
| ilFormPropertyGUI::getDisabled | ( | ) | 
Get Disabled.
Definition at line 197 of file class.ilFormPropertyGUI.php.
Referenced by ilDateTimeInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilRandomTestInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilPasswordInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilScaleInputGUI\render(), ilBirthdayInputGUI\render(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilNumberInputGUI\render(), ilTextInputGUI\render(), ilDateTimeInputGUI\render(), and ilDateDurationInputGUI\render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::getFieldId | ( | ) | 
Get Post Variable.
Definition at line 114 of file class.ilFormPropertyGUI.php.
References getPostVar().
Referenced by clearFromSession(), ilHiddenInputGUI\insert(), ilImageFileInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilImageWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilFlashFileInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), readFromSession(), ilScaleInputGUI\render(), ilSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilRadioGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilFileInputGUI\render(), ilNumberInputGUI\render(), ilTextInputGUI\render(), ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and writeToSession().
 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:| ilFormPropertyGUI::getHiddenTag | ( | $a_post_var, | |
| $a_value | |||
| ) | 
Get hidden tag (used for disabled properties)
Definition at line 373 of file class.ilFormPropertyGUI.php.
References ilUtil\prepareFormOutput().
Referenced by ilEMailInputGUI\insert(), ilTextAreaInputGUI\insert(), ilSelectInputGUI\render(), ilRadioGroupInputGUI\render(), and ilTextInputGUI\render().
 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:| ilFormPropertyGUI::getHiddenTitle | ( | ) | 
Get hidden title.
Definition at line 285 of file class.ilFormPropertyGUI.php.
References $hidden_title.
| ilFormPropertyGUI::getInfo | ( | ) | 
Get Information Text.
Reimplemented in ilNonEditableValueGUI.
Definition at line 137 of file class.ilFormPropertyGUI.php.
References $info.
| ilFormPropertyGUI::getItemByPostVar | ( | $a_post_var | ) | 
Get item by post var.
Reimplemented in ilRadioGroupInputGUI, ilCheckboxGroupInputGUI, and ilSubEnabledFormPropertyGUI.
Definition at line 295 of file class.ilFormPropertyGUI.php.
References getPostVar().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormPropertyGUI::getParent | ( | ) | 
Get Parent GUI object.
Definition at line 247 of file class.ilFormPropertyGUI.php.
Referenced by clearFromSession(), getParentForm(), readFromSession(), ilRepositorySelectorInputGUI\render(), and writeToSession().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::getParentForm | ( | ) | 
Get Parent Form.
Definition at line 227 of file class.ilFormPropertyGUI.php.
References getParent().
Referenced by ilCheckboxGroupInputGUI\insert(), and ilRadioGroupInputGUI\render().
 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:| ilFormPropertyGUI::getPostVar | ( | ) | 
Get Post Variable.
Definition at line 104 of file class.ilFormPropertyGUI.php.
References $postvar.
Referenced by ilFormulaInputGUI\checkInput(), ilNonEditableValueGUI\checkInput(), ilColorPickerInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilWidthHeightInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilTRBLBorderStyleInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilCheckboxInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDurationInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), ilImageFileInputGUI\getDeletionFlag(), ilFlashFileInputGUI\getDeletionFlag(), getFieldId(), ilSubEnabledFormPropertyGUI\getItemByPostVar(), ilCheckboxGroupInputGUI\getItemByPostVar(), ilRadioGroupInputGUI\getItemByPostVar(), getItemByPostVar(), ilNumberInputGUI\getPostValueForComparison(), ilDateTimeInputGUI\getPostValueForComparison(), ilHiddenInputGUI\insert(), ilRandomTestROInputGUI\insert(), ilImageFileInputGUI\insert(), ilAdvSelectInputGUI\insert(), ilEMailInputGUI\insert(), ilUserLoginInputGUI\insert(), ilFontSizeInputGUI\insert(), ilRadioMatrixInputGUI\insert(), ilBackgroundImageInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilWidthHeightInputGUI\insert(), ilTextWizardInputGUI\insert(), ilCheckboxGroupInputGUI\insert(), ilLocationInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), ilSuggestedSolutionSelectorGUI\insert(), ilBackgroundPositionInputGUI\insert(), ilColorPickerInputGUI\insert(), ilMatrixRowWizardInputGUI\insert(), ilMatchingPairWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), ilTRBLNumericStyleValueInputGUI\insert(), ilCSSRectInputGUI\insert(), ilFileWizardInputGUI\insert(), ilRandomTestInputGUI\insert(), ilImagemapFileInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilImageWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilPasswordInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilCategoryWizardInputGUI\insert(), ilFlashFileInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilTextAreaInputGUI\insert(), ilScaleInputGUI\render(), ilNestedListInputGUI\render(), ilBirthdayInputGUI\render(), ilSelectInputGUI\render(), ilNonEditableValueGUI\render(), ilRadioGroupInputGUI\render(), ilCheckboxInputGUI\render(), ilMultiSelectInputGUI\render(), ilRepositorySelectorInputGUI\render(), ilFileInputGUI\render(), ilDurationInputGUI\render(), ilNumberInputGUI\render(), ilTextInputGUI\render(), ilDateTimeInputGUI\render(), ilDateDurationInputGUI\render(), ilBirthdayInputGUI\setValueByArray(), ilFlashFileInputGUI\setValueByArray(), ilFileInputGUI\setValueByArray(), ilUserLoginInputGUI\setValueByArray(), ilAlphabetInputGUI\setValueByArray(), ilRandomTestInputGUI\setValueByArray(), ilChatSmiliesCurrentSmileyFormElement\setValueByArray(), ilEMailInputGUI\setValueByArray(), ilAdvSelectInputGUI\setValueByArray(), ilSelectInputGUI\setValueByArray(), ilHiddenInputGUI\setValueByArray(), ilRepositorySelectorInputGUI\setValueByArray(), ilImagemapFileInputGUI\setValueByArray(), ilRadioMatrixInputGUI\setValueByArray(), ilRadioGroupInputGUI\setValueByArray(), ilCheckboxGroupInputGUI\setValueByArray(), ilCheckboxInputGUI\setValueByArray(), ilLocationInputGUI\setValueByArray(), ilNonEditableValueGUI\setValueByArray(), ilPasswordInputGUI\setValueByArray(), ilMultiSelectInputGUI\setValueByArray(), ilSuggestedSolutionSelectorGUI\setValueByArray(), ilTextInputGUI\setValueByArray(), ilCSSRectInputGUI\setValueByArray(), ilNumberInputGUI\setValueByArray(), ilBackgroundImageInputGUI\setValueByArray(), ilWidthHeightInputGUI\setValueByArray(), ilNumericStyleValueInputGUI\setValueByArray(), ilFontSizeInputGUI\setValueByArray(), ilTRBLBorderStyleInputGUI\setValueByArray(), ilDateTimeInputGUI\setValueByArray(), ilDurationInputGUI\setValueByArray(), ilBackgroundPositionInputGUI\setValueByArray(), ilTRBLNumericStyleValueInputGUI\setValueByArray(), ilTRBLBorderWidthInputGUI\setValueByArray(), ilDateDurationInputGUI\setValueByArray(), ilTextAreaInputGUI\setValueByArray(), and ilRepositorySelectorInputGUI\showRepositorySelection().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::getRequired | ( | ) | 
Get Required.
Definition at line 177 of file class.ilFormPropertyGUI.php.
References $required.
Referenced by ilFormulaInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDateTimeInputGUI\checkInput(), and ilTextAreaInputGUI\checkInput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::getSubForm | ( | ) | 
Get sub form html.
Reimplemented in ilSubEnabledFormPropertyGUI.
Definition at line 256 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::getTitle | ( | ) | 
Get Title.
Reimplemented in ilNonEditableValueGUI.
Definition at line 84 of file class.ilFormPropertyGUI.php.
References $title.
| ilFormPropertyGUI::getType | ( | ) | 
Get Type.
Reimplemented in ilNonEditableValueGUI.
Definition at line 64 of file class.ilFormPropertyGUI.php.
References $type.
| ilFormPropertyGUI::hideSubForm | ( | ) | 
Sub form hidden on init?
Reimplemented in ilCheckboxInputGUI.
Definition at line 265 of file class.ilFormPropertyGUI.php.
| ilFormPropertyGUI::readFromSession | ( | ) | 
Read from session.
Definition at line 360 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and unserializeData().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormPropertyGUI::serializeData | ( | ) | 
serialize data
Reimplemented in ilDateTimeInputGUI, ilDurationInputGUI, ilCheckboxInputGUI, and ilCombinationInputGUI.
Definition at line 308 of file class.ilFormPropertyGUI.php.
Referenced by writeToSession().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setAlert | ( | $a_alert | ) | 
Set Alert Text.
| string | $a_alert | Alert Text | 
Definition at line 147 of file class.ilFormPropertyGUI.php.
Referenced by ilFormulaInputGUI\checkInput(), ilLuceneQueryInputGUI\checkInput(), ilFeedUrlInputGUI\checkInput(), ilBirthdayInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilFontSizeInputGUI\checkInput(), ilFlashFileInputGUI\checkInput(), ilEMailInputGUI\checkInput(), ilUserLoginInputGUI\checkInput(), ilRecurrenceInputGUI\checkInput(), ilAdvSelectInputGUI\checkInput(), ilSelectInputGUI\checkInput(), ilAlphabetInputGUI\checkInput(), ilRegExpInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilNumericStyleValueInputGUI\checkInput(), ilCustomInputGUI\checkInput(), ilRadioMatrixInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilImagemapFileInputGUI\checkInput(), ilRadioGroupInputGUI\checkInput(), ilCheckboxGroupInputGUI\checkInput(), ilFileWizardInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilMatchingPairWizardInputGUI\checkInput(), ilLocationInputGUI\checkInput(), ilRandomTestInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), ilRepositorySelectorInputGUI\checkInput(), ilImageWizardInputGUI\checkInput(), ilAnswerWizardInputGUI\checkInput(), ilMultiSelectInputGUI\checkInput(), ilSuggestedSolutionSelectorGUI\checkInput(), ilFileInputGUI\checkInput(), ilMatrixRowWizardInputGUI\checkInput(), ilTRBLNumericStyleValueInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilCSSRectInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilErrorTextWizardInputGUI\checkInput(), ilCategoryWizardInputGUI\checkInput(), ilPasswordInputGUI\checkInput(), ilKVPWizardInputGUI\checkInput(), ilNumberInputGUI\checkInput(), ilTextInputGUI\checkInput(), ilDateDurationInputGUI\checkInput(), ilTextAreaInputGUI\checkInput(), and ilCourseRegistrationGUI\fillRegistrationType().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setDisabled | ( | $a_disabled | ) | 
Set Disabled.
| boolean | $a_disabled | Disabled | 
Definition at line 187 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilObjPaymentSettingsGUI\getERPform(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjRoleGUI\initFormRoleProperties(), ilObjiLincClassroomGUI\initSettingsForm(), and ilObjSurveyGUI\propertiesObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setHiddenTitle | ( | $a_val | ) | 
Set hidden title (for screenreaders)
| string | hidden title | 
Definition at line 275 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), and ilFileInputGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setInfo | ( | $a_info | ) | 
Set Information Text.
| string | $a_info | Information Text | 
Reimplemented in ilNonEditableValueGUI.
Definition at line 127 of file class.ilFormPropertyGUI.php.
Referenced by ilSCORMCertificateAdapter\addAdditionalFormElements(), ilObjAssessmentFolderGUI\defaultsObject(), ilSetupGUI\displaySessions(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), assFileUploadGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjPaymentSettingsGUI\getERPform(), ilObjSurveyGUI\importExternalMailRecipientsObject(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjExerciseGUI\initAssignmentForm(), ilObjAuthSettingsGUI\initAuthModeDetermination(), ilSetupGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjSystemFolderGUI\initCronJobsForm(), ilObjMailGUI\initForm(), ilRegistrationSettingsGUI\initForm(), ilObjChatServerGUI\initForm(), ilBookingScheduleGUI\initForm(), ilBookingTypeGUI\initForm(), ilCalendarAppointmentGUI\initForm(), ilObjBookingPoolGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilCourseItemAdministrationGUI\initFormEdit(), ilExternalFeedBlockGUIGen\initFormFeedBlock(), ilPDExternalFeedBlockGUI\initFormFeedBlock(), ilExternalFeedBlockGUI\initFormFeedBlock(), ilObjUserFolderGUI\initFormGeneralSettings(), ilNewsItemGUI\initFormNewsItem(), ilNewsItemGUIGen\initFormNewsItem(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilConsultationHoursGUI\initFormSequence(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjCalendarSettingsGUI\initFormSettings(), ilObjForumGUI\initForumCreateForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilPersonalProfileGUI\initGeneralSettingsForm(), ilObjContentObjectGUI\initImportForm(), ilObjGroupGUI\initInfoEditor(), ilObjSystemFolderGUI\initJavaServerIniForm(), ilObjUserFolderGUI\initLoginSettingsForm(), ilMailOptionsGUI\initMailOptionsForm(), ilPersonalProfileGUI\initMailOptionsForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilShopNewsGUI\initNewsForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjExerciseGUI\initPropertiesForm(), ilObjSystemFolderGUI\initProxyForm(), ilPersonalProfileGUI\initPublicProfileForm(), ilPermission2GUI\initRoleForm(), ilShopNewsGUI\initSettingsForm(), ilECSSettingsGUI\initSettingsForm(), ilConsultationHoursGUI\initSettingsForm(), ilNewsForContextBlockGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjForumGUI\initTopicCreateForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjSurveyGUI\inviteObject(), ilObjSurveyQuestionPoolGUI\propertiesObject(), ilObjQuestionPoolGUI\propertiesObject(), ilObjSurveyGUI\propertiesObject(), ilObjAdvancedEditingGUI\repositorySettingsObject(), ilRadiusSettingsGUI\settings(), ilOpenIdSettingsGUI\settings(), ilObjUserTrackingGUI\settingsObject(), ilObjPrivacySecurityGUI\showPrivacy(), and ilObjPrivacySecurityGUI\showSecurity().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setParent | ( | $a_val | ) | 
Set Parent GUI object.
| object | parent gui object | 
Definition at line 237 of file class.ilFormPropertyGUI.php.
Referenced by setParentForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setParentForm | ( | $a_parentform | ) | 
Set Parent Form.
| object | $a_parentform | Parent Form | 
Definition at line 217 of file class.ilFormPropertyGUI.php.
References setParent().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilFormPropertyGUI::setPostVar | ( | $a_postvar | ) | 
Set Post Variable.
| string | $a_postvar | Post Variable | 
Definition at line 94 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), and ilObjMediaCastGUI\initAddCastItemForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setRequired | ( | $a_required | ) | 
Set Required.
| boolean | $a_required | Required | 
Definition at line 167 of file class.ilFormPropertyGUI.php.
Referenced by ilRandomTestROInputGUI\__construct(), ilRandomTestInputGUI\__construct(), FormMailCodesGUI\__construct(), ilAccountRegistrationGUI\__initForm(), ilSCORMCertificateAdapter\addAdditionalFormElements(), ilUserProfile\addStandardFieldsToForm(), ilCertificateGUI\certificateEditor(), SurveyTextQuestionGUI\editQuestion(), SurveyMetricQuestionGUI\editQuestion(), SurveySingleChoiceQuestionGUI\editQuestion(), assTextSubsetGUI\editQuestion(), SurveyMultipleChoiceQuestionGUI\editQuestion(), SurveyMatrixQuestionGUI\editQuestion(), assMultipleChoiceGUI\editQuestion(), assImagemapQuestionGUI\editQuestion(), assSingleChoiceGUI\editQuestion(), assFlashQuestionGUI\editQuestion(), assClozeTestGUI\editQuestion(), assOrderingQuestionGUI\editQuestion(), assMatchingQuestionGUI\editQuestion(), ilRegistrationGUI\fillAgreement(), ilObjAuthSettingsGUI\getApacheAuthSettingsForm(), ilObjMediaCastGUI\initAddCastItemForm(), ilSetupGUI\initBasicSettingsForm(), ilECSSettingsGUI\initCategoryMappingForm(), ilSetupGUI\initClientIniForm(), ilObjStyleSheetGUI\initColorForm(), ilObjCourseGUI\initCreateForm(), ilObjMediaCastGUI\initCreationForm(), ilObjectCustomUserFieldsGUI\initFieldForm(), ilCalendarRecurrenceGUI\initForm(), ilObjChatServerGUI\initForm(), ilBookingTypeGUI\initForm(), ilBookingObjectGUI\initForm(), ilPCMapGUI\initForm(), ilObjBookingPoolGUI\initForm(), ilMailingListsGUI\initForm(), ilLDAPSettingsGUI\initForm(), ilObjUserGUI\initForm(), ilObjGroupGUI\initForm(), ilBookmarkAdministrationGUI\initFormBookmarkFolder(), ilConditionHandlerInterface\initFormCondition(), ilObjFolderGUI\initFormCreate(), ilObjFolderGUI\initFormEdit(), ilObjLinkResourceGUI\initFormLink(), ilObjSearchSettingsGUI\initFormLuceneSettings(), ilContainerGUI\initFormPasswordInstruction(), ilAuthShibbolethSettingsGUI\initFormRoleAssignment(), ilLDAPSettingsGUI\initFormRoleAssignments(), ilObjLinkResourceGUI\initFormSettings(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), ilObjStyleSheetGUI\initImageForm(), ilBookmarkAdministrationGUI\initImportBookmarksForm(), ilNoteGUI\initNoteForm(), ilPersonalProfileGUI\initPasswordForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjExerciseGUI\initPropertiesForm(), ilObjForumGUI\initReplyEditForm(), ilECSSettingsGUI\initSettingsForm(), ilObjiLincClassroomGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjiLincCourseGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjChatServerGUI\initSmiliesEditForm(), ilObjChatServerGUI\initSmiliesForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjFileGUI\initZipUploadForm(), SurveyQuestionGUI\material(), ilSurveyPhrasesGUI\phraseEditor(), ilRadiusSettingsGUI\settings(), ilObjCertificateSettingsGUI\settings(), and ilMailFormGUI\showForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::setTitle | ( | $a_title | ) | 
Set Title.
| string | $a_title | Title | 
Reimplemented in ilNonEditableValueGUI.
Definition at line 74 of file class.ilFormPropertyGUI.php.
Referenced by __construct(), ilObjMediaCastGUI\initCreationForm(), ilObjContentObjectGUI\initCreationForm(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), and ilObjWikiGUI\initSettingsForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Set Type.
| string | $a_type | Type | 
Reimplemented in ilNonEditableValueGUI.
Definition at line 54 of file class.ilFormPropertyGUI.php.
Referenced by ilImageFileInputGUI\__construct(), ilWidthHeightInputGUI\__construct(), ilTRBLBorderStyleInputGUI\__construct(), ilColorPickerInputGUI\__construct(), ilCountrySelectInputGUI\__construct(), ilAdvSelectInputGUI\__construct(), ilFlashFileInputGUI\__construct(), ilNestedListInputGUI\__construct(), ilFileInputGUI\__construct(), ilSelectInputGUI\__construct(), ilDateTimeInputGUI\__construct(), ilBackgroundPositionInputGUI\__construct(), ilRegExpInputGUI\__construct(), ilFontSizeInputGUI\__construct(), ilBackgroundImageInputGUI\__construct(), ilTRBLBorderWidthInputGUI\__construct(), ilHiddenInputGUI\__construct(), ilCustomInputGUI\__construct(), ilTRBLNumericStyleValueInputGUI\__construct(), ilNumericStyleValueInputGUI\__construct(), ilRadioMatrixInputGUI\__construct(), ilFeedUrlInputGUI\__construct(), ilLocationInputGUI\__construct(), ilRadioGroupInputGUI\__construct(), ilCheckboxGroupInputGUI\__construct(), ilTRBLColorPickerInputGUI\__construct(), ilCheckboxInputGUI\__construct(), ilDateDurationInputGUI\__construct(), ilSuggestedSolutionSelectorGUI\__construct(), ilRepositorySelectorInputGUI\__construct(), ilDurationInputGUI\__construct(), ilMultiSelectInputGUI\__construct(), and ilTextAreaInputGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::unserializeData | ( | $a_data | ) | 
unserialize data
Reimplemented in ilDateTimeInputGUI, ilDurationInputGUI, ilCheckboxInputGUI, and ilCombinationInputGUI.
Definition at line 316 of file class.ilFormPropertyGUI.php.
References $data.
Referenced by readFromSession().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFormPropertyGUI::writeToSession | ( | ) | 
Write to session.
Definition at line 333 of file class.ilFormPropertyGUI.php.
References $_SESSION, getFieldId(), getParent(), and serializeData().
Referenced by ilRepositorySelectorInputGUI\reset(), ilRepositorySelectorInputGUI\selectRepositoryItem(), and ilTable2GUI\SetFilterValue().
 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:| 
 | protected | 
Definition at line 17 of file class.ilFormPropertyGUI.php.
Referenced by getAlert().
| 
 | protected | 
Definition at line 21 of file class.ilFormPropertyGUI.php.
Referenced by getHiddenTitle().
| 
 | protected | 
Definition at line 16 of file class.ilFormPropertyGUI.php.
Referenced by getInfo().
| 
 | protected | 
Definition at line 20 of file class.ilFormPropertyGUI.php.
| 
 | protected | 
Definition at line 19 of file class.ilFormPropertyGUI.php.
| 
 | protected | 
Definition at line 15 of file class.ilFormPropertyGUI.php.
Referenced by getPostVar().
| 
 | protected | 
Definition at line 18 of file class.ilFormPropertyGUI.php.
Referenced by getRequired().
| 
 | protected | 
Definition at line 14 of file class.ilFormPropertyGUI.php.
Referenced by getTitle(), and ilRepositorySelectorInputGUI\render().
| 
 | protected | 
Definition at line 13 of file class.ilFormPropertyGUI.php.
Referenced by ilFontSizeInputGUI\checkInput(), ilBackgroundImageInputGUI\checkInput(), ilBackgroundPositionInputGUI\checkInput(), ilTRBLBorderWidthInputGUI\checkInput(), and getType().