|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilDclSelectionFieldRepresentation:
Collaboration diagram for ilDclSelectionFieldRepresentation:Public Member Functions | |
| getInputField (ilPropertyFormGUI $form, ?int $record_id=null) | |
| Returns field-input. More... | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
| Add filter input to TableGUI. More... | |
| getField () | |
| Return BaseFieldModel. More... | |
Public Member Functions inherited from ilDclBaseFieldRepresentation | |
| __construct (ilDclBaseFieldModel $field) | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
| Add filter input to TableGUI. More... | |
| passThroughFilter (ilDclBaseRecordModel $record, $filter) | |
| Checks if a filter affects a record. More... | |
| parseSortingValue (string $value, bool $link=true) | |
| getInputField (ilPropertyFormGUI $form, ?int $record_id=null) | |
| Returns field-input. More... | |
| addFieldCreationForm (ilSubEnabledFormPropertyGUI $form, ilObjDataCollection $dcl, string $mode="create") | |
| Adds the options for the field-types to the field-creation form. More... | |
| getPropertyInputFieldId (string $property) | |
| Return post-var for property-fields. More... | |
| getField () | |
| Return BaseFieldModel. More... | |
Protected Member Functions | |
| buildFieldCreationInput (ilObjDataCollection $dcl, string $mode='create') | |
| Build the creation-input-field. More... | |
| buildOptionsInput () | |
Protected Member Functions inherited from ilDclBaseFieldRepresentation | |
| setupFilterInputField (?ilTableFilterItem $input) | |
| Set basic settings for filter-input-gui. More... | |
| setupInputField (ilFormPropertyGUI $input, ilDclBaseFieldModel $field) | |
| Sets basic settings on field-input. More... | |
| getFilterInputFieldValue (ilTableFilterItem $input) | |
| buildFieldCreationInput (ilObjDataCollection $dcl, string $mode='create') | |
| Build the creation-input-field. More... | |
Protected Attributes | |
| ilDclBaseFieldModel | $field |
Protected Attributes inherited from ilDclBaseFieldRepresentation | |
| ilDclBaseFieldModel | $field |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilObjUser | $user |
| ILIAS HTTP Services | $http |
| ILIAS Refinery Factory | $refinery |
| ilComponentRepository | $component_repository |
| ilComponentFactory | $component_factory |
Definition at line 21 of file class.ilDclSelectionFieldRepresentation.php.
| ilDclSelectionFieldRepresentation::addFilterInputFieldToTable | ( | ilTable2GUI | $table | ) |
Add filter input to TableGUI.
| ilTable2GUI | $table |
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 99 of file class.ilDclSelectionFieldRepresentation.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ilTable2GUI\addFilterItemByMetaType(), ilTable2GUI\FILTER_SELECT, ilDclSelectionOption\getAllForField(), getField(), ilDclBaseFieldRepresentation\getFilterInputFieldValue(), ILIAS\Survey\Mode\getId(), ILIAS\Repository\lng(), and ilDclBaseFieldRepresentation\setupFilterInputField().
Here is the call graph for this function:
|
protected |
Build the creation-input-field.
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 28 of file class.ilDclSelectionFieldRepresentation.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, buildOptionsInput(), ILIAS\Repository\lng(), ilDclBaseFieldModel\PROP_UNIQUE, ilDclSelectionFieldModel\SELECTION_TYPE_COMBOBOX, ilDclSelectionFieldModel\SELECTION_TYPE_MULTI, and ilDclSelectionFieldModel\SELECTION_TYPE_SINGLE.
Here is the call graph for this function:
|
abstractprotected |
Reimplemented in ilDclDateSelectionFieldRepresentation, ilDclDatetimeSelectionFieldRepresentation, and ilDclTextSelectionFieldRepresentation.
Referenced by buildFieldCreationInput().
Here is the caller graph for this function:| ilDclSelectionFieldRepresentation::getField | ( | ) |
Return BaseFieldModel.
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 123 of file class.ilDclSelectionFieldRepresentation.php.
References $field.
Referenced by addFilterInputFieldToTable(), and getInputField().
Here is the caller graph for this function:| ilDclSelectionFieldRepresentation::getInputField | ( | ilPropertyFormGUI | $form, |
| ?int | $record_id = null |
||
| ) |
Returns field-input.
Reimplemented from ilDclBaseFieldRepresentation.
Definition at line 63 of file class.ilDclSelectionFieldRepresentation.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ilDclSelectionOption\getAllForField(), getField(), ILIAS\Survey\Mode\getId(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ILIAS\Repository\lng(), ilDclSelectionFieldModel\SELECTION_TYPE_COMBOBOX, ilDclSelectionFieldModel\SELECTION_TYPE_MULTI, ilDclSelectionFieldModel\SELECTION_TYPE_SINGLE, and ilDclBaseFieldRepresentation\setupInputField().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file class.ilDclSelectionFieldRepresentation.php.
Referenced by getField().