|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclDateSelectionFieldRepresentation. More...
Inheritance diagram for ilDclDateSelectionFieldRepresentation:
Collaboration diagram for ilDclDateSelectionFieldRepresentation:Data Fields | |
| const | PROP_SELECTION_TYPE = 'date_selection_type' |
| const | PROP_SELECTION_OPTIONS = 'date_selection_options' |
Data Fields inherited from ilDclSelectionFieldRepresentation | |
| const | PROP_SELECTION_TYPE = '' |
| const | PROP_SELECTION_OPTIONS = '' |
Protected Member Functions | |
| buildOptionsInput () | |
Protected Member Functions inherited from ilDclSelectionFieldRepresentation | |
| buildFieldCreationInput (ilObjDataCollection $dcl, $mode='create') | |
| buildOptionsInput () | |
Protected Member Functions inherited from ilDclBaseFieldRepresentation | |
| setupFilterInputField (ilFormPropertyGUI $input) | |
| Set basic settings for filter-input-gui. More... | |
| setupInputField (ilFormPropertyGUI $input, ilDclBaseFieldModel $field) | |
| Sets basic settings on field-input. More... | |
| getFilterInputFieldValue ( $input) | |
| buildFieldCreationInput (ilObjDataCollection $dcl, $mode='create') | |
| Build the creation-input-field. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ilDclSelectionFieldRepresentation | |
| addFilterInputFieldToTable (ilTable2GUI $table) | |
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 ($value, $link=true) | |
| getInputField (ilPropertyFormGUI $form, $record_id=0) | |
| Returns field-input. More... | |
| addFieldCreationForm ($form, ilObjDataCollection $dcl, $mode="create") | |
| Adds the options for the field-types to the field-creation form. More... | |
| getPropertyInputFieldId ($property) | |
| Return post-var for property-fields. More... | |
| getField () | |
| Return BaseFieldModel. More... | |
Protected Attributes inherited from ilDclBaseFieldRepresentation | |
| $field | |
| $lng | |
| $ctrl | |
Class ilDclDateSelectionFieldRepresentation.
Definition at line 9 of file class.ilDclDateSelectionFieldRepresentation.php.
|
protected |
Reimplemented from ilDclSelectionFieldRepresentation.
Definition at line 18 of file class.ilDclDateSelectionFieldRepresentation.php.
References $text.
| const ilDclDateSelectionFieldRepresentation::PROP_SELECTION_OPTIONS = 'date_selection_options' |
Definition at line 12 of file class.ilDclDateSelectionFieldRepresentation.php.
| const ilDclDateSelectionFieldRepresentation::PROP_SELECTION_TYPE = 'date_selection_type' |
Definition at line 11 of file class.ilDclDateSelectionFieldRepresentation.php.