|
ILIAS
release_8 Revision v8.24
|
This class represents a text property in a property form. More...
Inheritance diagram for ilTextInputGUI:
Collaboration diagram for ilTextInputGUI:Public Member Functions | |
| __construct (string $a_title="", string $a_postvar="") | |
| setValue ($a_value) | |
| getValue () | |
| setValidationFailureMessage (string $a_msg) | |
| getValidationFailureMessage () | |
| setValidationRegexp (string $a_value) | |
| getValidationRegexp () | |
| setMaxLength (?int $a_maxlength) | |
| getMaxLength () | |
| setSize (int $a_size) | |
| setInlineStyle (string $a_style) | |
| getInlineStyle () | |
| setCssClass (string $a_class) | |
| getCssClass () | |
| setValueByArray (array $a_values) | |
| getSize () | |
| setSuffix (string $a_value) | |
| getSuffix () | |
| setInputType (string $a_type) | |
| set input type More... | |
| getInputType () | |
| setSubmitFormOnEnter (bool $a_val) | |
| getSubmitFormOnEnter () | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| getInput () | |
| getDataSource () | |
| setDataSource (string $href, string $a_delimiter=null) | |
| setDataSourceSubmitOnSelection (bool $a_stat) | |
| getDataSourceSubmitOnSelection () | |
| setDataSourceSubmitUrl (string $a_url) | |
| getDataSourceSubmitUrl () | |
| setMultiValues (array $a_values) | |
| render (string $a_mode="") | |
| insert (ilTemplate $a_tpl) | |
| getTableFilterHTML () | |
| Get input item HTML to be inserted into table filters. More... | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
| setDisableHtmlAutoComplete (bool $autocomplete) | |
| isHtmlAutoCompleteDisabled () | |
| getPostValueForComparison () | |
Public Member Functions inherited from ilSubEnabledFormPropertyGUI | |
| addSubItem (ilFormPropertyGUI $a_item) | |
| getSubItems () | |
| getSubInputItemsRecursive () | |
| returns a flat array of possibly existing subitems recursively More... | |
| checkSubItemsInput () | |
| Check SubItems. More... | |
| getSubForm () | |
| getItemByPostVar (string $a_post_var) | |
| Get item by post var. More... | |
Public Member Functions inherited from ilFormPropertyGUI | |
| __construct (string $a_title="", string $a_postvar="") | |
| executeCommand () | |
| getType () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setPostVar (string $a_postvar) | |
| getPostVar () | |
| getFieldId () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setAlert (string $a_alert) | |
| getAlert () | |
| setRequired (bool $a_required) | |
| getRequired () | |
| setDisabled (bool $a_disabled) | |
| getDisabled () | |
| checkInput () | |
| Check input, strip slashes etc. More... | |
| setParentForm (ilPropertyFormGUI $a_parentform) | |
| getParentForm () | |
| setParent (ilFormPropertyGUI $a_val) | |
| getParent () | |
| getSubForm () | |
| hideSubForm () | |
| setHiddenTitle (string $a_val) | |
| getHiddenTitle () | |
| getItemByPostVar (string $a_post_var) | |
| Get item by post var. More... | |
| serializeData () | |
| unserializeData (string $a_data) | |
| setParentTable ($a_val) | |
| Set parent table. More... | |
| getParentTable () | |
| Get parent table. More... | |
| writeToSession () | |
| clearFromSession () | |
| readFromSession () | |
| getHiddenTag (string $a_post_var, string $a_value) | |
| setMulti (bool $a_multi, bool $a_sortable=false, bool $a_addremove=true) | |
| getMulti () | |
| setMultiValues (array $a_values) | |
| getMultiValues () | |
| getContentOutsideFormTag () | |
| Get content that has to reside outside of the parent form tag, e.g. More... | |
| stripSlashesAddSpaceFallback (string $a_str) | |
| Strip slashes with add space fallback, see https://www.ilias.de/mantis/view.php?id=19727. More... | |
| getTableFilterLabelFor () | |
| Get label "for" attribute value for filter. More... | |
| getFormLabelFor () | |
| Get label "for" attribute value for form. More... | |
| setRequestParam (string $key, $val) | |
| This writes the request (aka post) values. More... | |
Public Member Functions inherited from ilTableFilterItem | |
| getTableFilterHTML () | |
| Get input item HTML to be inserted into table filters. More... | |
| getTableFilterLabelFor () | |
| Get label "for" attribute value. More... | |
| getToolbarHTML () | |
| Get input item HTML to be inserted into ilToolbarGUI. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilFormPropertyGUI | |
| static | removeProhibitedCharacters (string $a_text) |
| Remove prohibited characters see #19159. More... | |
Protected Member Functions inherited from ilFormPropertyGUI | |
| setType (string $a_type) | |
| checkParentFormTable () | |
| getSessionKey () | |
| getMultiIconsHTML () | |
| int ($key) | |
| intArray ($key) | |
| str ($key) | |
| raw ($key) | |
| strArray ($key) | |
| arrayArray ($key) | |
| isRequestParamArray (string $key) | |
| getRequestParam (string $key, Refinery\Transformation $t) | |
This class represents a text property in a property form.
Definition at line 26 of file class.ilTextInputGUI.php.
| ilTextInputGUI::__construct | ( | string | $a_title = "", |
| string | $a_postvar = "" |
||
| ) |
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilColorPickerInputGUI, ilFormulaInputGUI, ilRegExpInputGUI, ilSelectBuilderInputGUI, ilTextWizardInputGUI, ilUriInputGUI, and ilTRBLColorPickerInputGUI.
Definition at line 48 of file class.ilTextInputGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\lng(), setInputType(), and ilFormPropertyGUI\setType().
Here is the call graph for this function:| ilTextInputGUI::checkInput | ( | ) |
Check input, strip slashes etc.
set alert, if input is not ok.
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilDclTextInputGUI, ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilAnswerWizardInputGUI, ilErrorTextWizardInputGUI, ilEssayKeywordWizardInputGUI, ilImageWizardInputGUI, ilKprimChoiceWizardInputGUI, ilKVPWizardInputGUI, ilMatchingPairWizardInputGUI, ilMatchingWizardInputGUI, ilMultipleChoiceWizardInputGUI, ilSingleChoiceWizardInputGUI, ilAssAnswerCorrectionsInputGUI, ilAssClozeTestCombinationVariantsInputGUI, ilAssErrorTextCorrectionsInputGUI, ilAssLongmenuCorrectionsInputGUI, ilAssMatchingPairCorrectionsInputGUI, ilAssMultipleChoiceCorrectionsInputGUI, ilAssSingleChoiceCorrectionsInputGUI, ilIdentifiedMultiValuesInputGUI, ilKprimChoiceCorrectionsInputGUI, ilColorPickerInputGUI, ilFormulaInputGUI, ilRegExpInputGUI, ilSelectBuilderInputGUI, ilTextWizardInputGUI, ilUriInputGUI, ilMailQuickFilterInputGUI, ilLuceneQueryInputGUI, and ilTRBLColorPickerInputGUI.
Definition at line 179 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\$lng, $value, ilSubEnabledFormPropertyGUI\checkSubItemsInput(), ilFormPropertyGUI\getMulti(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\getRequired(), getValidationFailureMessage(), getValidationRegexp(), ilFormPropertyGUI\setAlert(), ilFormPropertyGUI\str(), ilFormPropertyGUI\strArray(), and ilLanguage\txt().
Here is the call graph for this function:| ilTextInputGUI::getCssClass | ( | ) |
Definition at line 130 of file class.ilTextInputGUI.php.
References $css_class.
Referenced by ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getDataSource | ( | ) |
Definition at line 233 of file class.ilTextInputGUI.php.
References $ajax_datasource.
| ilTextInputGUI::getDataSourceSubmitOnSelection | ( | ) |
Definition at line 251 of file class.ilTextInputGUI.php.
| ilTextInputGUI::getDataSourceSubmitUrl | ( | ) |
Definition at line 261 of file class.ilTextInputGUI.php.
| ilTextInputGUI::getInlineStyle | ( | ) |
Definition at line 120 of file class.ilTextInputGUI.php.
References $style_css.
Referenced by ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getInput | ( | ) |
Reimplemented in ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilIdentifiedMultiValuesInputGUI, ilColorPickerInputGUI, ilFormulaInputGUI, ilRegExpInputGUI, ilSelectBuilderInputGUI, ilTextWizardInputGUI, and ilTRBLColorPickerInputGUI.
Definition at line 225 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\getMulti(), ilFormPropertyGUI\getPostVar(), ilFormPropertyGUI\str(), and ilFormPropertyGUI\strArray().
Referenced by ilUriInputGUI\checkInput().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextInputGUI::getInputType | ( | ) |
Definition at line 164 of file class.ilTextInputGUI.php.
References $input_type.
Referenced by ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getMaxLength | ( | ) |
Definition at line 105 of file class.ilTextInputGUI.php.
References $maxlength.
Referenced by ilEssayKeywordWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilTextWizardInputGUI\checkInput(), ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilDclMultiTextInputGUI\render(), ilMultipleTextsInputGUI\render(), ilTextWizardInputGUI\render(), and ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getPostValueForComparison | ( | ) |
Definition at line 455 of file class.ilTextInputGUI.php.
| ilTextInputGUI::getSize | ( | ) |
Definition at line 140 of file class.ilTextInputGUI.php.
References $size.
Referenced by ilMatrixRowWizardInputGUI\insert(), ilAnswerWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilDclMultiTextInputGUI\render(), ilMultipleTextsInputGUI\render(), ilTextWizardInputGUI\render(), and ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getSubmitFormOnEnter | ( | ) |
Definition at line 174 of file class.ilTextInputGUI.php.
References $submit_form_on_enter.
Referenced by ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getSuffix | ( | ) |
Definition at line 150 of file class.ilTextInputGUI.php.
References $suffix.
Referenced by ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::getTableFilterHTML | ( | ) |
Get input item HTML to be inserted into table filters.
Implements ilTableFilterItem.
Definition at line 433 of file class.ilTextInputGUI.php.
| ilTextInputGUI::getToolbarHTML | ( | ) |
Get input item HTML to be inserted into ilToolbarGUI.
Implements ilToolbarItem.
Definition at line 439 of file class.ilTextInputGUI.php.
| ilTextInputGUI::getValidationFailureMessage | ( | ) |
Definition at line 85 of file class.ilTextInputGUI.php.
References $validationFailureMessage.
Referenced by checkInput().
Here is the caller graph for this function:| ilTextInputGUI::getValidationRegexp | ( | ) |
Definition at line 95 of file class.ilTextInputGUI.php.
References $validationRegexp.
Referenced by ilSelectBuilderInputGUI\checkInput(), checkInput(), ilTextWizardInputGUI\checkInput(), and ilMultipleTextsInputGUI\onCheckInput().
Here is the caller graph for this function:| ilTextInputGUI::getValue | ( | ) |
Reimplemented in ilDclMultiTextInputGUI, and ilIdentifiedMultiValuesInputGUI.
Definition at line 75 of file class.ilTextInputGUI.php.
References $value.
Referenced by ilColorPickerInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), and ilMailQuickFilterInputGUI\render().
Here is the caller graph for this function:| ilTextInputGUI::insert | ( | ilTemplate | $a_tpl | ) |
Reimplemented in ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilAnswerWizardInputGUI, ilErrorTextWizardInputGUI, ilEssayKeywordWizardInputGUI, ilImageWizardInputGUI, ilKVPWizardInputGUI, ilMatchingPairWizardInputGUI, ilMatchingWizardInputGUI, ilMultipleChoiceWizardInputGUI, ilSingleChoiceWizardInputGUI, ilAssAnswerCorrectionsInputGUI, ilAssClozeTestCombinationVariantsInputGUI, ilAssErrorTextCorrectionsInputGUI, ilAssLongmenuCorrectionsInputGUI, ilAssMatchingPairCorrectionsInputGUI, ilAssMultipleChoiceCorrectionsInputGUI, ilAssSingleChoiceCorrectionsInputGUI, ilColorPickerInputGUI, ilSelectBuilderInputGUI, ilTextWizardInputGUI, and ilTRBLColorPickerInputGUI.
Definition at line 424 of file class.ilTextInputGUI.php.
References ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:| ilTextInputGUI::isHtmlAutoCompleteDisabled | ( | ) |
Definition at line 450 of file class.ilTextInputGUI.php.
| ilTextInputGUI::render | ( | string | $a_mode = "" | ) |
Reimplemented in ilDclMultiTextInputGUI, ilMultipleImagesInputGUI, ilMultipleNestedOrderingElementsInputGUI, ilMultipleTextsInputGUI, ilTextWizardInputGUI, and ilMailQuickFilterInputGUI.
Definition at line 277 of file class.ilTextInputGUI.php.
References $lng, $tpl, ILIAS\UI\Implementation\Component\Input\getValue(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), and ilLegacyFormElementsUtil\prepareFormOutput().
Referenced by ilAssLongmenuCorrectionsInputGUI\insert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextInputGUI::setCssClass | ( | string | $a_class | ) |
Definition at line 125 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setDataSource | ( | string | $href, |
| string | $a_delimiter = null |
||
| ) |
Definition at line 238 of file class.ilTextInputGUI.php.
Referenced by ilRoleAutoCompleteInputGUI\__construct().
Here is the caller graph for this function:| ilTextInputGUI::setDataSourceSubmitOnSelection | ( | bool | $a_stat | ) |
Definition at line 246 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setDataSourceSubmitUrl | ( | string | $a_url | ) |
Definition at line 256 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setDisableHtmlAutoComplete | ( | bool | $autocomplete | ) |
Definition at line 445 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setInlineStyle | ( | string | $a_style | ) |
Definition at line 115 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setInputType | ( | string | $a_type | ) |
set input type
| string | $a_type | input type password | text |
Definition at line 159 of file class.ilTextInputGUI.php.
Referenced by ilRoleAutoCompleteInputGUI\__construct(), and __construct().
Here is the caller graph for this function:| ilTextInputGUI::setMaxLength | ( | ?int | $a_maxlength | ) |
Definition at line 100 of file class.ilTextInputGUI.php.
Referenced by ilMatchingWizardInputGUI\__construct(), ilSingleChoiceWizardInputGUI\__construct(), ilRoleAutoCompleteInputGUI\__construct(), ilCategoryWizardInputGUI\__construct(), and ilMatrixRowWizardInputGUI\__construct().
Here is the caller graph for this function:| ilTextInputGUI::setMultiValues | ( | array | $a_values | ) |
Reimplemented from ilFormPropertyGUI.
Reimplemented in ilDclMultiTextInputGUI, and ilIdentifiedMultiValuesInputGUI.
Definition at line 266 of file class.ilTextInputGUI.php.
Referenced by setValue().
Here is the caller graph for this function:| ilTextInputGUI::setSize | ( | int | $a_size | ) |
Definition at line 110 of file class.ilTextInputGUI.php.
Referenced by ilAnswerWizardInputGUI\__construct(), ilImageWizardInputGUI\__construct(), ilMatchingWizardInputGUI\__construct(), ilSingleChoiceWizardInputGUI\__construct(), and ilRoleAutoCompleteInputGUI\__construct().
Here is the caller graph for this function:| ilTextInputGUI::setSubmitFormOnEnter | ( | bool | $a_val | ) |
Definition at line 169 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setSuffix | ( | string | $a_value | ) |
Definition at line 145 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setValidationFailureMessage | ( | string | $a_msg | ) |
Definition at line 80 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setValidationRegexp | ( | string | $a_value | ) |
Definition at line 90 of file class.ilTextInputGUI.php.
| ilTextInputGUI::setValue | ( | $a_value | ) |
| string | array | $a_value |
Reimplemented in ilCategoryWizardInputGUI, ilMatrixRowWizardInputGUI, ilAnswerWizardInputGUI, ilErrorTextWizardInputGUI, ilEssayKeywordWizardInputGUI, ilImageWizardInputGUI, ilKVPWizardInputGUI, ilMatchingPairWizardInputGUI, ilMatchingWizardInputGUI, ilMultipleChoiceWizardInputGUI, ilSingleChoiceWizardInputGUI, ilAssAnswerCorrectionsInputGUI, ilAssClozeTestCombinationVariantsInputGUI, ilAssErrorTextCorrectionsInputGUI, ilAssMatchingPairCorrectionsInputGUI, ilAssMultipleChoiceCorrectionsInputGUI, ilAssSingleChoiceCorrectionsInputGUI, ilKprimChoiceCorrectionsInputGUI, ilColorPickerInputGUI, ilFormulaInputGUI, ilTextWizardInputGUI, ilDclMultiTextInputGUI, ilKprimChoiceWizardInputGUI, and ilIdentifiedMultiValuesInputGUI.
Definition at line 63 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\getMulti(), and setMultiValues().
Referenced by setValueByArray().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTextInputGUI::setValueByArray | ( | array | $a_values | ) |
Reimplemented in ilDclTextInputGUI, ilSingleChoiceWizardInputGUI, ilIdentifiedMultiValuesInputGUI, ilColorPickerInputGUI, and ilSelectBuilderInputGUI.
Definition at line 135 of file class.ilTextInputGUI.php.
References ilFormPropertyGUI\getPostVar(), and setValue().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilTextInputGUI.php.
Referenced by getDataSource().
|
protected |
Definition at line 41 of file class.ilTextInputGUI.php.
|
protected |
Definition at line 42 of file class.ilTextInputGUI.php.
|
protected |
Definition at line 40 of file class.ilTextInputGUI.php.
|
protected |
Definition at line 45 of file class.ilTextInputGUI.php.
|
protected |
Definition at line 38 of file class.ilTextInputGUI.php.
Referenced by getCssClass().
|
protected |
Definition at line 46 of file class.ilTextInputGUI.php.
Referenced by getInputType().
|
protected |
Definition at line 32 of file class.ilTextInputGUI.php.
Referenced by getMaxLength().
|
protected |
Definition at line 33 of file class.ilTextInputGUI.php.
Referenced by getSize().
|
protected |
Definition at line 37 of file class.ilTextInputGUI.php.
Referenced by getInlineStyle().
|
protected |
Definition at line 43 of file class.ilTextInputGUI.php.
Referenced by getSubmitFormOnEnter().
|
protected |
Definition at line 36 of file class.ilTextInputGUI.php.
Referenced by ilImageWizardInputGUI\checkInput(), ilMatchingWizardInputGUI\checkInput(), ilMultipleChoiceWizardInputGUI\checkInput(), ilSingleChoiceWizardInputGUI\checkInput(), ilKprimChoiceWizardInputGUI\checkUploads(), getSuffix(), ilImageWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilMultipleImagesInputGUI\onCheckInput(), and ilMultipleImagesInputGUI\render().
|
protected |
Definition at line 35 of file class.ilTextInputGUI.php.
Referenced by getValidationFailureMessage().
|
protected |
Definition at line 34 of file class.ilTextInputGUI.php.
Referenced by getValidationRegexp().
|
protected |
Definition at line 31 of file class.ilTextInputGUI.php.
Referenced by ilRegExpInputGUI\checkInput(), ilSelectBuilderInputGUI\checkInput(), checkInput(), ilTextWizardInputGUI\checkInput(), ilTRBLColorPickerInputGUI\checkInput(), ilMultipleImagesInputGUI\fetchContentImageSourceFromValue(), ilMultipleImagesInputGUI\fetchContentImageTitleFromValue(), ilMultipleTextsInputGUI\fetchContentTextFromValue(), ilColorPickerInputGUI\getInput(), getValue(), ilAnswerWizardInputGUI\insert(), ilErrorTextWizardInputGUI\insert(), ilEssayKeywordWizardInputGUI\insert(), ilImageWizardInputGUI\insert(), ilKVPWizardInputGUI\insert(), ilMatchingWizardInputGUI\insert(), ilMultipleChoiceWizardInputGUI\insert(), ilSingleChoiceWizardInputGUI\insert(), ilAssAnswerCorrectionsInputGUI\insert(), ilAssErrorTextCorrectionsInputGUI\insert(), ilAssMultipleChoiceCorrectionsInputGUI\insert(), ilAssSingleChoiceCorrectionsInputGUI\insert(), ilSelectBuilderInputGUI\insert(), ilTRBLColorPickerInputGUI\insert(), ilDclMultiTextInputGUI\render(), ilMultipleImagesInputGUI\render(), ilMultipleTextsInputGUI\render(), ilTextWizardInputGUI\render(), ilMailQuickFilterInputGUI\render(), ilMultipleNestedOrderingElementsInputGUI\renderListItem(), ilMultipleNestedOrderingElementsInputGUI\renderMainList(), ilCategoryWizardInputGUI\setValue(), ilMatrixRowWizardInputGUI\setValue(), ilAnswerWizardInputGUI\setValue(), ilEssayKeywordWizardInputGUI\setValue(), ilImageWizardInputGUI\setValue(), ilMatchingWizardInputGUI\setValue(), ilMultipleChoiceWizardInputGUI\setValue(), ilSingleChoiceWizardInputGUI\setValue(), ilAssAnswerCorrectionsInputGUI\setValue(), ilAssClozeTestCombinationVariantsInputGUI\setValue(), ilAssMultipleChoiceCorrectionsInputGUI\setValue(), ilAssSingleChoiceCorrectionsInputGUI\setValue(), ilKprimChoiceCorrectionsInputGUI\setValue(), ilDclMultiTextInputGUI\setValue(), ilKprimChoiceWizardInputGUI\setValue(), ilMultipleImagesInputGUI\valueHasContentImageSource(), ilMultipleImagesInputGUI\valueHasContentImageTitle(), ilAssOrderingTextsInputGUI\valueHasContentText(), and ilMultipleTextsInputGUI\valueHasContentText().