|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilTable2GUI:
Collaboration diagram for ilTable2GUI:Public Member Functions | |
| __construct (?object $a_parent_obj, string $a_parent_cmd="", string $a_template_context="") | |
| setOpenFormTag (bool $a_val) | |
| getOpenFormTag () | |
| setCloseFormTag (bool $a_val) | |
| getCloseFormTag () | |
| determineLimit () | |
| getSelectableColumns () | |
| Get selectable columns. More... | |
| determineSelectedColumns () | |
| isColumnSelected (string $col) | |
| getSelectedColumns () | |
| resetOffset (bool $a_in_determination=false) | |
| initFilter () | |
| getParentObject () | |
| getParentCmd () | |
| setTopAnchor (string $a_val) | |
| getTopAnchor () | |
| setNoEntriesText (string $a_text) | |
| getNoEntriesText () | |
| setIsDataTable (bool $a_val) | |
| getIsDataTable () | |
| setEnableTitle (bool $a_enabletitle) | |
| getEnableTitle () | |
| setEnableHeader (bool $a_enableheader) | |
| getEnableHeader () | |
| setEnableNumInfo (bool $a_val) | |
| getEnableNumInfo () | |
| setTitle (string $a_title, string $a_icon="", string $a_icon_alt="") | |
| setDescription (string $a_val) | |
| getDescription () | |
| setOrderField (string $a_order_field) | |
| getOrderField () | |
| setData (array $a_data) | |
| Set table data. More... | |
| getData () | |
| dataExists () | |
| setPrefix (string $a_prefix) | |
| set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) More... | |
| getPrefix () | |
| addFilterItem (ilTableFilterItem $a_input_item, bool $a_optional=false) | |
| addFilterItemByMetaType (string $id, int $type=self::FILTER_TEXT, bool $a_optional=false, string $caption="") | |
| Add filter by standard type. More... | |
| getFilterItems (bool $a_optionals=false) | |
| getFilterItemByPostVar (string $a_post_var) | |
| setFilterCols (int $a_val) | |
| getFilterCols () | |
| setDisableFilterHiding (bool $a_val=true) | |
| getDisableFilterHiding () | |
| isFilterSelected (string $a_col) | |
| Is given filter selected? More... | |
| getSelectedFilters () | |
| determineSelectedFilters () | |
| setCustomPreviousNext (string $a_prev_link, string $a_next_link) | |
| setFormAction (string $a_form_action, bool $a_multipart=false) | |
| getFormAction () | |
| setFormName (string $a_name="") | |
| getFormName () | |
| get the name of the parent form More... | |
| setId (string $a_val) | |
| getId () | |
| setDisplayAsBlock (bool $a_val) | |
| getDisplayAsBlock () | |
| setSelectAllCheckbox (string $a_select_all_checkbox, bool $a_select_all_on_top=false) | |
| setExternalSorting (bool $a_val) | |
| getExternalSorting () | |
| setFilterCommand (string $a_val, string $a_caption="") | |
| getFilterCommand () | |
| setResetCommand (string $a_val, string $a_caption="") | |
| getResetCommand () | |
| setExternalSegmentation (bool $a_val) | |
| getExternalSegmentation () | |
| setRowTemplate (string $a_template, string $a_template_dir="") | |
| Set row template. More... | |
| setDefaultOrderField (string $a_defaultorderfield) | |
| getDefaultOrderField () | |
| setDefaultOrderDirection (string $a_defaultorderdirection) | |
| getDefaultOrderDirection () | |
| setDefaultFilterVisiblity (bool $a_status) | |
| getDefaultFilterVisibility () | |
| clearCommandButtons () | |
| addCommandButton (string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="") | |
| addCommandButtonInstance (ilButtonBase $a_button) | |
| addMultiItemSelectionButton (string $a_sel_var, array $a_options, string $a_cmd, string $a_text, string $a_default_selection='') | |
| setCloseCommand (string $a_link) | |
| addMultiCommand (string $a_cmd, string $a_text) | |
| addHiddenInput (string $a_name, string $a_value) | |
| addHeaderCommand (string $a_href, string $a_text, string $a_target="", string $a_img="") | |
| setTopCommands (bool $a_val) | |
| getTopCommands () | |
| addColumn (string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false) | |
| getNavParameter () | |
| setOrderLink (string $key, string $order_dir) | |
| fillHeader () | |
| determineOffsetAndOrder (bool $a_omit_offset=false) | |
| storeNavParameter () | |
| getHTML () | |
| Get HTML. More... | |
| numericOrdering (string $a_field) | |
| Should this field be sorted numeric? More... | |
| render () | |
| writeFilterToSession () | |
| resetFilter () | |
| fillFooter () | |
| getLinkbar (string $a_num) | |
| fillHiddenRow () | |
| fillActionRow () | |
| setHeaderHTML (string $html) | |
| storeProperty (string $type, string $value) | |
| loadProperty (string $type) | |
| getCurrentState () | |
| get current settings for order, limit, columns and filter More... | |
| setContext (string $id) | |
| getContext () | |
| setShowRowsSelector (bool $a_value) | |
| Toggle rows-per-page selector. More... | |
| getShowRowsSelector () | |
| getLimit () | |
| getOffset () | |
| setExportFormats (array $formats) | |
| Set available export formats. More... | |
| setPrintMode (bool $a_value=false) | |
| getPrintMode () | |
| getExportMode () | |
| exportData (int $format, bool $send=false) | |
| Export and optionally send current table data. More... | |
| setEnableAllCommand (bool $a_value) | |
| setRowSelectorLabel (string $row_selector_label) | |
| getRowSelectorLabel () | |
| setPreventDoubleSubmission (bool $a_val) | |
| getPreventDoubleSubmission () | |
| setLimit (int $a_limit=0, int $a_default_limit=0) | |
| set max. More... | |
Public Member Functions inherited from ilTableGUI | |
| __construct (array $a_data=[], bool $a_global_tpl=true) | |
| setTemplate (ilTemplate $a_tpl) | |
| getTemplateObject () | |
| setData (array $a_data) | |
| Set table data. More... | |
| getData () | |
| setTitle (string $a_title, string $a_icon="", string $a_icon_alt="") | |
| setHelp (string $a_help_page, string $a_help_icon, string $a_help_icon_alt="") | |
| setHeaderNames (array $a_header_names) | |
| getColumnCount () | |
| setHeaderVars (array $a_header_vars, array $a_header_params=[]) | |
| setColumnWidth (array $a_column_width) | |
| set table column widths More... | |
| setOneColumnWidth (string $a_column_width, int $a_column_number) | |
| setMaxCount (int $a_max_count) | |
| set max. More... | |
| setLimit (int $a_limit=0, int $a_default_limit=0) | |
| set max. More... | |
| getLimit () | |
| setPrefix (string $a_prefix) | |
| set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) More... | |
| setOffset (int $a_offset) | |
| set dataset offset More... | |
| getOffset () | |
| setOrderColumn (string $a_order_column="", string $a_default_column="") | |
| getOrderColumn () | |
| setOrderDirection (string $a_order_direction) | |
| getOrderDirection () | |
| setFooter (string $a_style, string $a_previous="", string $a_next="") | |
| enable (string $a_module_name) | |
| disable (string $a_module_name) | |
| sortData () | |
| render () | |
| renderHeader () | |
| setOrderLink (string $key, string $order_dir) | |
| setStyle (string $a_element, string $a_style) | |
| getStyle (string $a_element) | |
| setBase (string $a_base) | |
| getBase () | |
| getFormName () | |
| get the name of the parent form More... | |
| setFormName (string $a_name="cmd") | |
| getSelectAllCheckbox () | |
| get the name of the checkbox that should be toggled with a select all button More... | |
| setSelectAllCheckbox (string $a_select_all_checkbox) | |
| clearActionButtons () | |
| addActionButton (string $btn_name, string $btn_value) | |
Static Public Member Functions | |
| static | getAllCommandLimit () |
Static Public Member Functions inherited from ilTableGUI | |
| static | linkbar (string $AScript, int $AHits, int $ALimit, int $AOffset, array $AParams=array(), array $ALayout=array(), string $prefix='') |
Data Fields | |
| const | FILTER_TEXT = 1 |
| const | FILTER_SELECT = 2 |
| const | FILTER_DATE = 3 |
| const | FILTER_LANGUAGE = 4 |
| const | FILTER_NUMBER_RANGE = 5 |
| const | FILTER_DATE_RANGE = 6 |
| const | FILTER_DURATION_RANGE = 7 |
| const | FILTER_DATETIME_RANGE = 8 |
| const | FILTER_CHECKBOX = 9 |
| const | EXPORT_EXCEL = 1 |
| const | EXPORT_CSV = 2 |
| const | ACTION_ALL_LIMIT = 1000 |
Data Fields inherited from ilTableGUI | |
| string | $title = "" |
| string | $icon = "" |
| string | $icon_alt = "" |
| string | $help_page = "" |
| string | $help_icon = "" |
| string | $help_icon_alt = "" |
| array | $header_names = [] |
| array | $header_vars = [] |
| array | $linkbar_vars = [] |
| array | $data = [] |
| int | $column_count = 0 |
| array | $column_width = [] |
| int | $max_count = 0 |
| int | $limit = 0 |
| bool | $max_limit = false |
| int | $offset = 0 |
| string | $order_column = "" |
| string | $order_direction = "" |
| string | $footer_style = "" |
| string | $footer_previous = "" |
| string | $footer_next = "" |
| bool | $lang_support = true |
| bool | $global_tpl = false |
| string | $form_name = "" |
| string | $select_all_checkbox = "" |
| array | $action_buttons = [] |
| string | $prefix = "" |
| string | $base = "" |
| array | $enabled |
| array | $styles |
Protected Member Functions | |
| getRequestedValues () | |
| prepareOutput () | |
| Anything that must be done before HTML is generated. More... | |
| isFilterVisible () | |
| Check if filter is visible: manually shown (session, db) or default value set. More... | |
| isAdvMDFilter (ilAdvancedMDRecordGUI $a_gui, ilTableFilterItem $a_element) | |
| Check if filter element is based on adv md. More... | |
| fillRow (array $a_set) | |
| Standard Version of Fill Row. More... | |
| getFilterValue (ilTableFilterItem $a_item) | |
| Get current filter value. More... | |
| setFilterValue (ilTableFilterItem $a_item, $a_value) | |
| fillMetaExcel (ilExcel $a_excel, int &$a_row) | |
| Add meta information to excel export. More... | |
| fillHeaderExcel (ilExcel $a_excel, int &$a_row) | |
| Excel Version of Fill Header. More... | |
| fillRowExcel (ilExcel $a_excel, int &$a_row, array $a_set) | |
| Excel Version of Fill Row. More... | |
| fillMetaCSV (ilCSVWriter $a_csv) | |
| Add meta information to csv export. More... | |
| fillHeaderCSV (ilCSVWriter $a_csv) | |
| CSV Version of Fill Header. More... | |
| fillRowCSV (ilCSVWriter $a_csv, array $a_set) | |
| CSV Version of Fill Row. More... | |
Private Member Functions | |
| renderFilter () | |
| Render Filter section. More... | |
Private Attributes | |
| ILIAS DI UIServices | $ui |
| string | $unique_id = "" |
| string | $headerHTML = "" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 25 of file class.ilTable2GUI.php.
| ilTable2GUI::__construct | ( | ?object | $a_parent_obj, |
| string | $a_parent_cmd = "", |
||
| string | $a_template_context = "" |
||
| ) |
| object | null | $a_parent_obj | upper GUI class, which calls ilTable2GUI |
Reimplemented in ilLPTableBaseGUI, ilObjectCopySearchResultTableGUI, and ilObjectTableGUI.
Definition at line 123 of file class.ilTable2GUI.php.
References $DIC, ilTableGUI\$lng, $unique_id, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), determineLimit(), determineSelectedColumns(), getId(), getRequestedValues(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), setContext(), setEnableNumInfo(), setIsDataTable(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
final |
Definition at line 956 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilLinksTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilAccessibilityTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilDclRecordListTableGUI\addActionRowIfNeeded(), ilSystemStylesTableGUI\addActions(), ilEmployeeTalkTableGUI\addColumns(), ilFileSystemTableGUI\addColumns(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\addColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ilWikiPagesTableGUI\addLanguageColumn(), ilWikiPagesTableGUI\addTranslationsColumn(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilObjectTableGUI\init(), ilLogComponentTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilSCGroupTableGUI\init(), ilSCTaskTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilUserClipboardTableGUI\init(), ilUserExportFileTableGUI\init(), ilObjectRolePermissionTableGUI\initColumns(), ilBiblTranslationTableGUI\initColumns(), ilCmiXapiLrsTypesTableGUI\initColumns(), ilCmiXapiScoringTableGUI\initColumns(), ilCmiXapiStatementsTableGUI\initColumns(), ilDashboardSortationTableGUI\initColumns(), ilLTIConsumerScoringTableGUI\initColumns(), ilImageMapTableGUI\initColumns(), ilRepositoryObjectSearchResultTableGUI\initColumns(), ilTestPassDetailsOverviewTableGUI\initColumns(), ilTestPassOverviewTableGUI\initColumns(), ilTestSkillLevelThresholdsTableGUI\initColumns(), ilAnswerFrequencyStatisticTableGUI\initColumns(), ilKprimChoiceAnswerFreqStatTableGUI\initColumns(), ilMatchingQuestionAnswerFreqStatTableGUI\initColumns(), ilQuestionCumulatedStatisticsTableGUI\initColumns(), ilQuestionInternalLinkSelectionTableGUI\initColumns(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilQuestionUsagesTableGUI\initColumns(), ilOrgUnitPermissionTableGUI\initColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilECSServerTableGUI\initTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:| ilTable2GUI::addCommandButton | ( | string | $a_cmd, |
| string | $a_text, | ||
| string | $a_onclick = '', |
||
| string | $a_id = "", |
||
| string | $a_class = "" |
||
| ) |
Definition at line 886 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilObjStudyProgrammeIndividualPlanGUI\appendIndividualPlanActions(), ilRoleTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilObjectCopyCourseGroupSelectionTableGUI\init(), ilLogComponentTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilUserClipboardTableGUI\init(), ilImageMapTableGUI\initActions(), assFileUploadFileTableGUI\initCommand(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilLPCollectionSettingsTableGUI\initTable(), ilLPCollectionSettingsTableGUI\parse(), ilAssignmentsPerParticipantTableGUI\parseData(), ilParticipantsPerAssignmentTableGUI\parseData(), ilInstallationHeadingTableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
Here is the caller graph for this function:| ilTable2GUI::addCommandButtonInstance | ( | ilButtonBase | $a_button | ) |
Definition at line 897 of file class.ilTable2GUI.php.
|
final |
Definition at line 492 of file class.ilTable2GUI.php.
Referenced by ilExerciseSubmissionTableGUI\initCourseGroupFilter(), ilRoleTableGUI\initFilter(), ilCmiXapiStatementsTableGUI\initFilter(), ilLanguageExtTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\initFilter(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\initFilter(), ilMStListCoursesTableGUI\initFilter(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\initFilter(), ilMStShowUserCoursesTableGUI\initFilter(), ilPDNewsTableGUI\initFilter(), ilSessionMaterialsTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilTrUserObjectsPropsTableGUI\initFilter(), ilRoleAssignmentTableGUI\initFilter(), and ilUserTableGUI\initFilter().
Here is the caller graph for this function:| ilTable2GUI::addFilterItemByMetaType | ( | string | $id, |
| int | $type = self::FILTER_TEXT, |
||
| bool | $a_optional = false, |
||
| string | $caption = "" |
||
| ) |
Add filter by standard type.
| Exception |
Definition at line 517 of file class.ilTable2GUI.php.
Referenced by ilDclBooleanFieldRepresentation\addFilterInputFieldToTable(), ilDclCopyFieldRepresentation\addFilterInputFieldToTable(), ilDclDateFieldRepresentation\addFilterInputFieldToTable(), ilDclDatetimeFieldRepresentation\addFilterInputFieldToTable(), ilDclIliasReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclMobFieldRepresentation\addFilterInputFieldToTable(), ilDclNumberFieldRepresentation\addFilterInputFieldToTable(), ilDclRatingFieldRepresentation\addFilterInputFieldToTable(), ilDclReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclSelectionFieldRepresentation\addFilterInputFieldToTable(), ilDclTextFieldRepresentation\addFilterInputFieldToTable(), ilObjectRolePermissionTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilExerciseSubmissionTableGUI\initFilter(), ilParticipantTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilWorkspaceShareTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
Here is the caller graph for this function:| ilTable2GUI::addHeaderCommand | ( | string | $a_href, |
| string | $a_text, | ||
| string | $a_target = "", |
||
| string | $a_img = "" |
||
| ) |
Definition at line 936 of file class.ilTable2GUI.php.
| ilTable2GUI::addHiddenInput | ( | string | $a_name, |
| string | $a_value | ||
| ) |
Definition at line 931 of file class.ilTable2GUI.php.
Referenced by ilObjectCopySelectionTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), and ilTestSkillLevelThresholdsTableGUI\fillRow().
Here is the caller graph for this function:| ilTable2GUI::addMultiCommand | ( | string | $a_cmd, |
| string | $a_text | ||
| ) |
Definition at line 926 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilUserClipboardTableGUI\init(), ilUserExportFileTableGUI\init(), ilImageMapTableGUI\initActions(), ilLearningSequenceParticipantsTableGUI\initForm(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumTopicTableGUI\initTopicsOverviewTable(), ilLPCollectionSettingsTableGUI\parse(), ilInstallationHeadingTableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
Here is the caller graph for this function:| ilTable2GUI::addMultiItemSelectionButton | ( | string | $a_sel_var, |
| array | $a_options, | ||
| string | $a_cmd, | ||
| string | $a_text, | ||
| string | $a_default_selection = '' |
||
| ) |
| string | $a_sel_var | selection input variable name |
| array | $a_options | selection options ("value" => text") |
| string | $a_cmd | command |
| string | $a_text | button text |
| string | $a_default_selection |
Definition at line 910 of file class.ilTable2GUI.php.
Referenced by ilRepositoryUserResultTableGUI\initMultiCommands().
Here is the caller graph for this function:| ilTable2GUI::clearCommandButtons | ( | ) |
Definition at line 881 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\parse().
Here is the caller graph for this function:
|
final |
Definition at line 476 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilInstallationHeadingTableGUI\prepareOutput(), and ilMultilingualismTableGUI\prepareOutput().
Here is the caller graph for this function:| ilTable2GUI::determineLimit | ( | ) |
Definition at line 207 of file class.ilTable2GUI.php.
References $DIC, ilTableGUI\$limit, ILIAS\Repository\int(), loadProperty(), resetOffset(), setLimit(), and storeProperty().
Referenced by __construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineOffsetAndOrder | ( | bool | $a_omit_offset = false | ) |
Definition at line 1163 of file class.ilTable2GUI.php.
References $DIC, ANONYMOUS_USER_ID, ILIAS\Survey\Mode\getId(), and ILIAS\Repository\int().
Referenced by ILIAS\LegalDocuments\Legacy\Table\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilLPTableBaseGUI\executeCommand(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilAssignedUsersTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilUserTableGUI\getItems(), ilUserExportFileTableGUI\init(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilCourseParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilTrashTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and resetOffset().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineSelectedColumns | ( | ) |
Definition at line 249 of file class.ilTable2GUI.php.
References $c, getId(), getSelectableColumns(), loadProperty(), and storeProperty().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::determineSelectedFilters | ( | ) |
Definition at line 681 of file class.ilTable2GUI.php.
Referenced by ilLPTableBaseGUI\executeCommand(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:| ilTable2GUI::exportData | ( | int | $format, |
| bool | $send = false |
||
| ) |
Export and optionally send current table data.
Reimplemented in ilDclRecordListTableGUI.
Definition at line 2443 of file class.ilTable2GUI.php.
References $filename, exit, ILIAS\UI\examples\Symbol\Glyph\Header\header(), ILIAS\Repository\lng(), and ilArrayUtil\sortArray().
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillActionRow | ( | ) |
Definition at line 2027 of file class.ilTable2GUI.php.
References $lng, ilLegacyFormElementsUtil\formSelect(), and ilUtil\getImagePath().
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillFooter | ( | ) |
Definition at line 1724 of file class.ilTable2GUI.php.
References $c, $DIC, $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, $url, ILIAS\Survey\Mode\getId(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::fillHeader | ( | ) |
Reimplemented in ilQuestionBrowserTableGUI.
Definition at line 1017 of file class.ilTable2GUI.php.
References $lng, ILIAS\Survey\Mode\getId(), ilUtil\getImagePath(), ilUtil\img(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
CSV Version of Fill Header.
Likely to be overwritten by derived class.
| ilCSVWriter | $a_csv | current file |
Reimplemented in ilBookingReservationsTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilSumScoreTableGUI, ilLPProgressTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, and ilTrUserObjectsPropsTableGUI.
Definition at line 2581 of file class.ilTable2GUI.php.
References ilCSVWriter\addColumn(), and ilCSVWriter\addRow().
Here is the call graph for this function:
|
protected |
Excel Version of Fill Header.
Likely to be overwritten by derived class.
| ilExcel | $a_excel | excel wrapper |
| int | $a_row | row counter |
Reimplemented in ilBookingReservationsTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilSumScoreTableGUI, ilLPProgressTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, and ilTrUserObjectsPropsTableGUI.
Definition at line 2537 of file class.ilTable2GUI.php.
References ilExcel\getColumnCoord(), ilExcel\setBold(), and ilExcel\setCell().
Here is the call graph for this function:| ilTable2GUI::fillHiddenRow | ( | ) |
Definition at line 2011 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:
|
protected |
Add meta information to csv export.
Likely to be overwritten by derived class.
| ilCSVWriter | $a_csv | current file |
Reimplemented in ilLPTableBaseGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTableGUI, and ilLPObjectStatisticsTypesTableGUI.
Definition at line 2572 of file class.ilTable2GUI.php.
|
protected |
Add meta information to excel export.
Likely to be overwritten by derived class.
| ilExcel | $a_excel | excel wrapper |
| int | $a_row | row counter |
Reimplemented in ilLPTableBaseGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTableGUI, and ilLPObjectStatisticsTypesTableGUI.
Definition at line 2527 of file class.ilTable2GUI.php.
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
| array<string,mixed> | $a_set data array |
Reimplemented in ilAccessPermissionsStatusTableGUI, ilAvailableRolesStatusTableGUI, ilObjectRolePermissionTableGUI, ilObjectRoleTemplateOptionsTableGUI, ilObjectRoleTemplatePermissionTableGUI, ilRoleAdoptPermissionTableGUI, ilRoleSelectionTableGUI, ilRoleTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilAdvancedMDRecordTableGUI, ilAdvancedMDRecordLanguageTableGUI, ilAdvancedMDFieldDefinitionGroupTableGUI, ilShibbolethRoleAssignmentTableGUI, ilBenchmarkTableGUI, ilBiblTranslationTableGUI, ilBookingAssignParticipantsTableGUI, ilBookingBulkCreationTableGUI, ilBookingObjectsTableGUI, ilBookingAssignObjectsTableGUI, ilBookingParticipantsTableGUI, ilBookingReservationsTableGUI, ilBookingSchedulesTableGUI, ilCalendarAppointmentsTableGUI, ilCalendarChangedAppointmentsTableGUI, ilCalendarInboxSharedTableGUI, ilCalendarManageTableGUI, ilCalendarRecurrenceTableGUI, ilCalendarSharedListTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilConsultationHourBookingTableGUI, ilConsultationHoursTableGUI, ilCmiXapiLrsTypesTableGUI, ilCmiXapiScoringTableGUI, ilCmiXapiStatementsTableGUI, ilCmiXapiVerificationTableGUI, ilMailSearchObjectMembershipsTableGUI, ilMailSearchObjectsTableGUI, ilCopySelfAssQuestionTableGUI, ilPageHistoryTableGUI, ilPageMultiLangTableGUI, ilPageLayoutTableGUI, ilPCFileListTableGUI, ilPCGridCellTableGUI, ilPCImageMapTableGUI, ilPCTabsTableGUI, ilCourseEditParticipantsTableGUI, ilCourseParticipantsTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilCourseObjectiveQuestionAssignmentTableGUI, ilCourseObjectiveQuestionsTableGUI, ilCourseObjectivesTableGUI, ilLOMemberTestResultTableGUI, ilTimingsManageTableGUI, ilTimingsPersonalTableGUI, ilCourseVerificationTableGUI, ilCourseReferenceDeleteConfirmationTableGUI, ilDashObjectsTableGUI, ilMultilingualismTableGUI, ilAssignmentsTableGUI, ilExAssignmentListTextTableGUI, ilExAssignmentPeerReviewOverviewTableGUI, ilAssignmentsPerParticipantTableGUI, ilExerciseVerificationTableGUI, ilExGradesTableGUI, ilFeedbackConfirmationTable2GUI, ilParticipantsPerAssignmentTableGUI, ilExcCriteriaCatalogueTableGUI, ilExcCriteriaTableGUI, ilPublicSubmissionsTableGUI, ilExAssignmentTeamLogTableGUI, ilExAssignmentTeamTableGUI, ilExportSelectionTableGUI, ilSubItemSelectionTableGUI, ilFileVersionsTableGUI, ilFileSystemTableGUI, ilObjForumSearchResultTableGUI, ilGroupEditParticipantsTableGUI, ilGroupParticipantsTableGUI, ilHelpModuleTableGUI, ilItemGroupItemsTableGUI, ilLanguageExtTableGUI, ilExportIDTableGUI, ilHelpMappingTableGUI, ilHelpTooltipTableGUI, ilLinksTableGUI, ilLMEditShortTitlesTableGUI, ilLMGlossaryTableGUI, ilLMMenuItemsTableGUI, ilLMPagesTableGUI, ilLMBlockedUsersTableGUI, ilLMQuestionListTableGUI, ilLearningSequenceEditParticipantsTableGUI, ilLearningSequenceParticipantsTableGUI, ILIAS\LegalDocuments\Legacy\Table, ilLogComponentTableGUI, ilLTIConsumerScoringTableGUI, ilLTIConsumerVerificationTableGUI, ilMediaCastTableGUI, ilMediaObjectUsagesTableGUI, ilImageMapTableGUI, ilMobMultiSrtConfirmationTable2GUI, ilMobSubtitleTableGUI, ilMultiSrtConfirmationTable2GUI, ilMediaPoolPageUsagesTableGUI, ilMediaPoolTableGUI, ilUploadDirFilesTableGUI, ilClipboardTableGUI, ilObjectCustomUserFieldsTableGUI, ilSubscriberTableGUI, ilWaitingListTableGUI, ilMemberExportFileTableGUI, ILIAS\MetaData\Editor\Full\Services\Tables\Table, ilMDCopyrightTableGUI, ilMDCopyrightUsageTableGUI, ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI, ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI, ilMStListCoursesTableGUI, ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI, ilMStShowUserCoursesTableGUI, ilNewsForContextTableGUI, ilPDNewsTableGUI, ilOrgUnitPermissionTableGUI, ilWorkspaceAccessTableGUI, ilWorkspaceShareTableGUI, ilPollAnswerTableGUI, ilPollUserTableGUI, ilPortfolioRoleAssignmentTableGUI, ilPortfolioPageTableGUI, ilAdminSubItemsTableGUI, ilModulesTableGUI, ilNewItemGroupTableGUI, ilRecommendedContentRoleTableGUI, ilRepDependenciesTableGUI, ilTrashTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORM2004TrackingTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilSCORMTrackingItemsPerScoTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilSCORMTrackingItemsScoTableGUI, ilSCORMTrackingItemsTableGUI, ilSCORMTrackingUsersTableGUI, ilSCORMVerificationTableGUI, ilRepositoryObjectResultTableGUI, ilRepositoryUserResultTableGUI, ilSessionMaterialsTableGUI, ilSessionOverviewTableGUI, ilSessionParticipantsTableGUI, ilSkillLevelTableGUI, ilSkillCatTableGUI, ilSkillProfileLevelsTableGUI, ilStudyProgrammeAutoCategoriesTableGUI, ilStudyProgrammeIndividualPlanTableGUI, ilStudyProgrammeMailMemberSearchTableGUI, ILIAS\Style\Content\CharacteristicTableGUI, ilContentStylesTableGUI, ilPasteStyleCharacteristicTableGUI, ilStyleMediaQueryTableGUI, ilTableTemplatesTableGUI, ilStyleColorTableGUI, ilSysStyleCatAssignmentTableGUI, ilSystemStylesTableGUI, ilSumScoreTableGUI, SurveyConstraintsTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilSurveyQuestionbrowserTableGUI, ilSurveyQuestionTableGUI, ilSurveyResultsCumulatedTableGUI, ilSurveyResultsUserTableGUI, ilFoundUsersTableGUI, ilSurveyAppraiseesTableGUI, ilSurveyCodesEditTableGUI, ilSurveyCodesTableGUI, ilSurveyMaintenanceTableGUI, ilSurveyParticipantsTableGUI, ilSurveySkillAssignmentTableGUI, ilSurveySkillChangesTableGUI, ilSurveySkillTableGUI, ilSurveySkillThresholdsTableGUI, ilSurveySyncTableGUI, ilSurveyQuestionPoolExportTableGUI, ilSurveyQuestionsTableGUI, ilSCGroupTableGUI, ilSCTaskTableGUI, ilUserForTagTableGUI, ilTaxAssignedItemsTableGUI, ilTaxonomyAdministrationRepositoryTableGUI, ilTaxonomyListTableGUI, ilTaxonomyTableGUI, ilResultsByQuestionTableGUI, ilTestPassDetailsOverviewTableGUI, ilTestPassOverviewTableGUI, ilTestSkillLevelThresholdsTableGUI, ilTestVerificationTableGUI, assFileUploadFileTableGUI, ilAnswerFrequencyStatisticTableGUI, ilKprimChoiceAnswerFreqStatTableGUI, ilMatchingQuestionAnswerFreqStatTableGUI, ilQuestionBrowserTableGUI, ilQuestionCumulatedStatisticsTableGUI, ilQuestionPoolPrintViewTableGUI, ilLPObjectStatisticsAdminTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsLPTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPCollectionSettingsTableGUI, ilLPProgressTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, ilTrUserObjectsPropsTableGUI, ilSCTreeDuplicatesTableGUI, ilConfirmationTableGUI, ilRoleAssignmentTableGUI, ilUserClipboardTableGUI, ilUserExportFileTableGUI, ilUserLPTableGUI, ilUserTableGUI, ilWebResourceEditableLinkTableGUI, ilWebResourceLinkTableGUI, ilECSCategoryMappingTableGUI, ilECSCommunityTableGUI, ilECSExportedContentTableGUI, ilECSImportedContentTableGUI, ilECSServerTableGUI, ilECSNodeMappingTreeTableGUI, ilImportantPagesTableGUI, ilObjWikiSearchResultTableGUI, ilWikiContributorsTableGUI, ilWikiExportOrderTableGUI, ilWikiPagesTableGUI, ilWikiPageTemplatesTableGUI, ilWikiRecentChangesTableGUI, ilWikiSearchResultsTableGUI, ilObjWorkspaceFolderTableGUI, ilAccessibilityTableGUI, ilUnitCategoryTableGUI, ilWebDAVMountInstructionsDocumentTableGUI, ilUserRoleStartingPointTableGUI, ilInstallationHeadingTableGUI, ilObjClipboardTableGUI, ilObjectCopyProgressTableGUI, ilObjectCopySearchResultTableGUI, ilObjectCopySelectionTableGUI, ilObjectTableGUI, and ilAssignedUsersTableGUI.
Definition at line 1717 of file class.ilTable2GUI.php.
|
protected |
CSV Version of Fill Row.
Most likely to be overwritten by derived class.
| ilCSVWriter | $a_csv | current file |
| array | $a_set | data array |
Reimplemented in ilBookingReservationsTableGUI, ilMStListCoursesTableGUI, ilMStShowUserCoursesTableGUI, ilPollAnswerTableGUI, ilPollUserTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilSumScoreTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPProgressTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, and ilTrUserObjectsPropsTableGUI.
Definition at line 2598 of file class.ilTable2GUI.php.
References ilCSVWriter\addColumn(), and ilCSVWriter\addRow().
Here is the call graph for this function:
|
protected |
Excel Version of Fill Row.
Most likely to be overwritten by derived class.
| ilExcel | $a_excel | excel wrapper |
| int | $a_row | row counter |
| array | $a_set | data array |
Reimplemented in ilBookingReservationsTableGUI, ilMStListCoursesTableGUI, ilMStShowUserCoursesTableGUI, ilPollAnswerTableGUI, ilPollUserTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilSumScoreTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPProgressTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, ilTrUserObjectsPropsTableGUI, and ilUserLPTableGUI.
Definition at line 2556 of file class.ilTable2GUI.php.
References ilExcel\setCell().
Here is the call graph for this function:
|
static |
Definition at line 2614 of file class.ilTable2GUI.php.
References $DIC.
| ilTable2GUI::getCloseFormTag | ( | ) |
Definition at line 202 of file class.ilTable2GUI.php.
References $close_form_tag.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::getContext | ( | ) |
Definition at line 2373 of file class.ilTable2GUI.php.
References $context.
| ilTable2GUI::getCurrentState | ( | ) |
get current settings for order, limit, columns and filter
Definition at line 2297 of file class.ilTable2GUI.php.
|
final |
Reimplemented from ilTableGUI.
Definition at line 471 of file class.ilTable2GUI.php.
Referenced by ilSkillLevelTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilTestSkillLevelThresholdsTableGUI\getInputElements(), ilImageMapTableGUI\initActions(), ilAnswerFrequencyStatisticTableGUI\initColumns(), ilKprimChoiceAnswerFreqStatTableGUI\initColumns(), assFileUploadFileTableGUI\initCommand(), ILIAS\LegalDocuments\Legacy\Table\renderModals(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
Here is the caller graph for this function:| ilTable2GUI::getDefaultFilterVisibility | ( | ) |
Definition at line 876 of file class.ilTable2GUI.php.
| ilTable2GUI::getDefaultOrderDirection | ( | ) |
Definition at line 866 of file class.ilTable2GUI.php.
Referenced by ilStudyProgrammeMembersTableGUI\getOrdering().
Here is the caller graph for this function:| ilTable2GUI::getDefaultOrderField | ( | ) |
Definition at line 855 of file class.ilTable2GUI.php.
Referenced by ilStudyProgrammeMembersTableGUI\getOrdering().
Here is the caller graph for this function:| ilTable2GUI::getDescription | ( | ) |
Definition at line 451 of file class.ilTable2GUI.php.
| ilTable2GUI::getDisableFilterHiding | ( | ) |
Definition at line 657 of file class.ilTable2GUI.php.
| ilTable2GUI::getDisplayAsBlock | ( | ) |
Definition at line 780 of file class.ilTable2GUI.php.
| ilTable2GUI::getEnableHeader | ( | ) |
Definition at line 423 of file class.ilTable2GUI.php.
| ilTable2GUI::getEnableNumInfo | ( | ) |
| ilTable2GUI::getEnableTitle | ( | ) |
Definition at line 413 of file class.ilTable2GUI.php.
| ilTable2GUI::getExportMode | ( | ) |
Definition at line 2435 of file class.ilTable2GUI.php.
Referenced by ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\addColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), and ilMStShowUserCoursesTableGUI\getSpaceOrValue().
Here is the caller graph for this function:| ilTable2GUI::getExternalSegmentation | ( | ) |
Definition at line 834 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), and ilWaitingListTableGUI\readUserData().
Here is the caller graph for this function:| ilTable2GUI::getExternalSorting | ( | ) |
Definition at line 798 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilAccessibilityTableGUI\populate(), and ilWebDAVMountInstructionsDocumentTableGUI\populate().
Here is the caller graph for this function:| ilTable2GUI::getFilterCols | ( | ) |
Definition at line 647 of file class.ilTable2GUI.php.
| ilTable2GUI::getFilterCommand | ( | ) |
Definition at line 811 of file class.ilTable2GUI.php.
|
final |
Definition at line 627 of file class.ilTable2GUI.php.
Referenced by ilLanguageExtTableGUI\__construct(), ilLPTableBaseGUI\executeCommand(), ilEmployeeTalkTableGUI\getFilterValueByPostVar(), ilCmiXapiStatementsGUI\initActorFilter(), ilLTIConsumerXapiStatementsGUI\initActorFilter(), ilObjectRolePermissionTableGUI\initColumns(), ilDclRecordListTableGUI\initFilter(), ilCmiXapiStatementsGUI\initPeriodFilter(), ilLTIConsumerXapiStatementsGUI\initPeriodFilter(), ilCmiXapiStatementsGUI\initVerbFilter(), and ilLTIConsumerXapiStatementsGUI\initVerbFilter().
Here is the caller graph for this function:
|
final |
Definition at line 619 of file class.ilTable2GUI.php.
Referenced by ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
Get current filter value.
Definition at line 2338 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by ilEmployeeTalkTableGUI\getFilterValueByPostVar().
Here is the caller graph for this function:
|
final |
Definition at line 744 of file class.ilTable2GUI.php.
Referenced by ilBiblTranslationTableGUI\__construct(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::getFormName | ( | ) |
get the name of the parent form
Reimplemented from ilTableGUI.
Definition at line 754 of file class.ilTable2GUI.php.
Referenced by ilObjectRolePermissionTableGUI\fillRow(), ilOrgUnitPermissionTableGUI\fillSelectAll(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilAccessibilityDocumentTableGUI, ilDclCreateViewTableGUI, ilDclEditViewTableGUI, ilDclFieldListTableGUI, ilDclTableViewEditFieldsTableGUI, ilEmployeeTalkTableGUI, ilFileVersionsTableGUI, ilMediaPoolTableGUI, ilRepositoryUserResultTableGUI, and ilWebDAVMountInstructionsDocumentTableGUI.
Definition at line 1244 of file class.ilTable2GUI.php.
References $data, $DIC, $lng, ILIAS\Survey\Mode\getId(), ILIAS\Repository\lng(), ilDatePresentation\setUseRelativeDates(), and ilArrayUtil\sortArray().
Here is the call graph for this function:| ilTable2GUI::getId | ( | ) |
Definition at line 770 of file class.ilTable2GUI.php.
References $id.
Referenced by ilGroupParticipantsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), __construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\completeCompetenceTitles(), ilLOMemberTestResultTableGUI\createTestResultLink(), determineSelectedColumns(), ilCourseParticipantsTableGUI\fillRow(), ilAssignmentsPerParticipantTableGUI\fillRow(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilLearningSequenceParticipantsTableGUI\getSelectableColumns(), ilParticipantTableGUI\getSelectableColumns(), ilSubscriberTableGUI\getSelectableColumns(), ilWaitingListTableGUI\getSelectableColumns(), ilWorkspaceShareTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilParticipantTableGUI\initSettings(), ilDclRecordListTableGUI\loadProperty(), ilCourseParticipantsTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
Here is the caller graph for this function:| ilTable2GUI::getIsDataTable | ( | ) |
| ilTable2GUI::getLimit | ( | ) |
Reimplemented from ilTableGUI.
Definition at line 2391 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\buildUserQuery(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilAssignedUsersTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilTrashTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and ilCalendarChangedAppointmentsTableGUI\setAppointments().
Here is the caller graph for this function:| ilTable2GUI::getLinkbar | ( | string | $a_num | ) |
Definition at line 1913 of file class.ilTable2GUI.php.
References $DIC, $lng, and ilLegacyFormElementsUtil\formSelect().
Here is the call graph for this function:
|
final |
Definition at line 981 of file class.ilTable2GUI.php.
Referenced by ilBiblTranslationTableGUI\__construct(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), and getRequestedValues().
Here is the caller graph for this function:| ilTable2GUI::getNoEntriesText | ( | ) |
Definition at line 393 of file class.ilTable2GUI.php.
References $noentriestext.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::getOffset | ( | ) |
Reimplemented from ilTableGUI.
Definition at line 2399 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\buildUserQuery(), ilLPTableBaseGUI\executeCommand(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilAssignedUsersTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilTrashTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
Here is the caller graph for this function:| ilTable2GUI::getOpenFormTag | ( | ) |
Definition at line 192 of file class.ilTable2GUI.php.
References $open_form_tag.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::getOrderField | ( | ) |
Reimplemented in ilBookingReservationsTableGUI.
Definition at line 461 of file class.ilTable2GUI.php.
Referenced by ilSessionMaterialsTableGUI\getDataFromDb(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilAssignedUsersTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilStudyProgrammeMembersTableGUI\getOrdering(), ilUserTableGUI\getUserIdsForFilter(), ilCmiXapiStatementsGUI\initLimitingAndOrdering(), ilLTIConsumerXapiStatementsGUI\initLimitingAndOrdering(), ilLearningSequenceParticipantsTableGUI\parse(), ilTrashTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and resetOffset().
Here is the caller graph for this function:| ilTable2GUI::getParentCmd | ( | ) |
Definition at line 373 of file class.ilTable2GUI.php.
References $parent_cmd.
Referenced by ilWikiExportOrderTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilAssignedUsersTableGUI\getContactLink(), ilAssignmentsPerParticipantTableGUI\parseData(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:| ilTable2GUI::getParentObject | ( | ) |
Definition at line 368 of file class.ilTable2GUI.php.
References $parent_obj.
Referenced by ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\applyParamters(), ilEmployeeTalkTableGUI\fillRow(), ilRoleTableGUI\fillRow(), ilAdvancedMDFieldDefinitionGroupTableGUI\fillRow(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilConsultationHourBookingTableGUI\fillRow(), ilConsultationHoursTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilObjectCustomUserFieldsTableGUI\fillRow(), ilMemberExportFileTableGUI\fillRow(), ilSCORMTrackingItemsPerScoTableGUI\fillRow(), ilSCORMTrackingItemsPerUserTableGUI\fillRow(), ilSCORMTrackingItemsScoTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilSurveyAppraiseesTableGUI\fillRow(), ilSCGroupTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilECSCommunityTableGUI\fillRow(), ilECSServerTableGUI\fillRow(), ilECSNodeMappingTreeTableGUI\fillRow(), ilImportantPagesTableGUI\fillRow(), ilUnitCategoryTableGUI\fillRow(), ilUserRoleStartingPointTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilWebDAVMountInstructionsDocumentTableGUI\formatActions(), ilAccessibilityDocumentTableGUI\formatActionsDropDown(), ilUserRoleStartingPointTableGUI\getActions(), ilAssignedUsersTableGUI\getContactLink(), ilStudyProgrammeIndividualPlanTableGUI\getDeadlineInput(), ilUserRoleStartingPointTableGUI\getEditLink(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilPollUserTableGUI\getItems(), ilAssignedUsersTableGUI\getLeaveLink(), ilStudyProgrammeIndividualPlanTableGUI\getManualStatusSelect(), ilStudyProgrammeIndividualPlanTableGUI\getRequiredPointsInput(), ilRoleTableGUI\init(), ilObjectRolePermissionTableGUI\initColumns(), ilParticipantTableGUI\initFilter(), ilCourseParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilAssignmentsPerParticipantTableGUI\parseData(), ilLocalUnitCategoryTableGUI\populateTitle(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilSubscriberTableGUI\showActionLinks(), and ilWaitingListTableGUI\showActionLinks().
Here is the caller graph for this function:
|
final |
Definition at line 487 of file class.ilTable2GUI.php.
| ilTable2GUI::getPreventDoubleSubmission | ( | ) |
Definition at line 2643 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::getPrintMode | ( | ) |
Definition at line 2430 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:
|
protected |
Definition at line 177 of file class.ilTable2GUI.php.
References getNavParameter().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::getResetCommand | ( | ) |
Definition at line 824 of file class.ilTable2GUI.php.
| ilTable2GUI::getRowSelectorLabel | ( | ) |
Definition at line 2633 of file class.ilTable2GUI.php.
| ilTable2GUI::getSelectableColumns | ( | ) |
Get selectable columns.
Reimplemented in ilAccessibilityTableGUI, ilBookingObjectsTableGUI, ilBookingReservationsTableGUI, ilExerciseSubmissionTableGUI, ilLearningSequenceParticipantsTableGUI, ILIAS\LegalDocuments\Legacy\Table, ilParticipantTableGUI, ilSubscriberTableGUI, ilWaitingListTableGUI, ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI, ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI, ilMStListCoursesTableGUI, ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI, ilMStShowUserCoursesTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilRepositoryUserResultTableGUI, ilSessionParticipantsTableGUI, ilStudyProgrammeIndividualPlanTableGUI, ilStudyProgrammeMembersTableGUI, ilSurveyResultsCumulatedTableGUI, ilSurveyQuestionsTableGUI, ilQuestionBrowserTableGUI, ilQuestionPoolPrintViewTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsLPTableGUI, ilLPObjectStatisticsTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, ilTrUserObjectsPropsTableGUI, ilUserTableGUI, and ilWebDAVMountInstructionsDocumentTableGUI.
Definition at line 244 of file class.ilTable2GUI.php.
Referenced by determineSelectedColumns().
Here is the caller graph for this function:| ilTable2GUI::getSelectedColumns | ( | ) |
Definition at line 323 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilAccessibilityTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\fillHeaderCSV(), ilSCORMTrackingItemsTableGUI\fillHeaderCSV(), ilSCORM2004TrackingItemsTableGUI\fillHeaderExcel(), ilSCORMTrackingItemsTableGUI\fillHeaderExcel(), ilTrObjectUsersPropsTableGUI\fillHeaderExcel(), ilTrUserObjectsPropsTableGUI\fillHeaderExcel(), ilStudyProgrammeMembersTableGUI\fillRow(), ilBookingObjectsTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), ilGroupParticipantsTableGUI\fillRow(), ilLearningSequenceParticipantsTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\fillRow(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\fillRow(), ilMStListCoursesTableGUI\fillRow(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ilSCORM2004TrackingItemsTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRow(), ilRepositoryUserResultTableGUI\fillRow(), ilSessionParticipantsTableGUI\fillRow(), ilStudyProgrammeIndividualPlanTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilSCORM2004TrackingItemsTableGUI\fillRowCSV(), ilSCORMTrackingItemsTableGUI\fillRowCSV(), ilSCORM2004TrackingItemsTableGUI\fillRowExcel(), ilSCORMTrackingItemsTableGUI\fillRowExcel(), ilMStListCoursesTableGUI\getFieldValuesForExport(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\getFieldValuesForExport(), ilMStShowUserCoursesTableGUI\getFieldValuesForExport(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\getFieldValuesForExport(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\getFieldValuesForExport(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilParticipantsPerAssignmentTableGUI\getModeColumns(), ilRepositoryUserResultTableGUI\getPossibleSortations(), ilBookingReservationsTableGUI\getSelectedUserColumns(), ilSessionParticipantsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilQuestionBrowserTableGUI\isCommentsColumnSelected(), ilCourseParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilRepositoryUserResultTableGUI\parseUserIds(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and ILIAS\LegalDocuments\Legacy\Table\visibleColumns().
Here is the caller graph for this function:| ilTable2GUI::getSelectedFilters | ( | ) |
Definition at line 670 of file class.ilTable2GUI.php.
| ilTable2GUI::getShowRowsSelector | ( | ) |
Definition at line 2386 of file class.ilTable2GUI.php.
| ilTable2GUI::getTopAnchor | ( | ) |
Definition at line 383 of file class.ilTable2GUI.php.
References $top_anchor.
| ilTable2GUI::getTopCommands | ( | ) |
Definition at line 951 of file class.ilTable2GUI.php.
| ilTable2GUI::initFilter | ( | ) |
Reimplemented in ilObjectRolePermissionTableGUI, ilRoleTableGUI, ilBookingObjectsTableGUI, ilBookingParticipantsTableGUI, ilCmiXapiStatementsTableGUI, ilDclRecordListTableGUI, ilExerciseSubmissionTableGUI, ilLanguageExtTableGUI, ilMediaPoolTableGUI, ilParticipantTableGUI, ilMDCopyrightUsageTableGUI, ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI, ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI, ilMStListCoursesTableGUI, ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI, ilMStShowUserCoursesTableGUI, ilPDNewsTableGUI, ilWorkspaceShareTableGUI, ilTrashTableGUI, ilSCORMTrackingUsersTableGUI, ilSessionMaterialsTableGUI, ilSessionParticipantsTableGUI, ilStudyProgrammeMembersTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilSurveyQuestionbrowserTableGUI, ilSurveyQuestionsTableGUI, ilQuestionBrowserTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsLPTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilTrMatrixTableGUI, ilTrObjectUsersPropsTableGUI, ilTrSummaryTableGUI, ilTrUserObjectsPropsTableGUI, ilRoleAssignmentTableGUI, and ilUserTableGUI.
Definition at line 364 of file class.ilTable2GUI.php.
Referenced by ilEmployeeTalkTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
Check if filter element is based on adv md.
Definition at line 1644 of file class.ilTable2GUI.php.
| ilTable2GUI::isColumnSelected | ( | string | $col | ) |
Definition at line 318 of file class.ilTable2GUI.php.
Referenced by ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\addColumns(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ilLPObjectStatisticsDailyTableGUI\fillRow(), ilLPObjectStatisticsLPTableGUI\fillRow(), ilLPObjectStatisticsTableGUI\fillRow(), ilParticipantTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilCourseParticipantsTableGUI\parse(), and ilGroupParticipantsTableGUI\parse().
Here is the caller graph for this function:| ilTable2GUI::isFilterSelected | ( | string | $a_col | ) |
Is given filter selected?
Definition at line 665 of file class.ilTable2GUI.php.
Referenced by ilAccessibilityTableGUI\populate(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
Check if filter is visible: manually shown (session, db) or default value set.
Definition at line 1632 of file class.ilTable2GUI.php.
| ilTable2GUI::loadProperty | ( | string | $type | ) |
Reimplemented in ilDclRecordListTableGUI.
Definition at line 2277 of file class.ilTable2GUI.php.
References $DIC, and ILIAS\Survey\Mode\getId().
Referenced by determineLimit(), and determineSelectedColumns().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::numericOrdering | ( | string | $a_field | ) |
Should this field be sorted numeric?
Reimplemented in ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordTableGUI, ilBookingObjectsTableGUI, ilBookingReservationsTableGUI, ilMailSearchObjectsTableGUI, ilPageHistoryTableGUI, ilDclRecordListTableGUI, ilAssignmentsTableGUI, ilExAssignmentListTextTableGUI, ilAssignmentsPerParticipantTableGUI, ilExGradesTableGUI, ilExcCriteriaCatalogueTableGUI, ilExcCriteriaTableGUI, ilFileSystemTableGUI, ilWaitingListTableGUI, ilMemberExportFileTableGUI, ilMDCopyrightUsageTableGUI, ilPollAnswerTableGUI, ilRepositoryObjectResultTableGUI, ilSkillLevelTableGUI, ilSurveyResultsCumulatedTableGUI, ilSurveyMaintenanceTableGUI, ilTaxAssignedItemsTableGUI, ilTaxonomyTableGUI, ilResultsByQuestionTableGUI, ilTestPassOverviewTableGUI, ilQuestionBrowserTableGUI, ilQuestionCumulatedStatisticsTableGUI, ilQuestionPoolPrintViewTableGUI, ilLPObjectStatisticsAdminTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsLPTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPProgressTableGUI, ilTrSummaryTableGUI, ilUserExportFileTableGUI, and ilWikiPagesTableGUI.
Definition at line 1379 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:
|
protected |
Anything that must be done before HTML is generated.
Reimplemented in ilInstallationHeadingTableGUI, ilMultilingualismTableGUI, ilFileSystemTableGUI, and ilMediaPoolTableGUI.
Definition at line 1159 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::render | ( | ) |
Reimplemented from ilTableGUI.
Reimplemented in ilExerciseSubmissionTableGUI, ILIAS\LegalDocuments\Legacy\Table, and ilMediaPoolTableGUI.
Definition at line 1384 of file class.ilTable2GUI.php.
References $lng, ILIAS\Survey\Mode\getId(), and ilUtil\getImagePath().
Referenced by ilTestSkillLevelThresholdsTableGUI\fillRow(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Render Filter section.
Definition at line 1483 of file class.ilTable2GUI.php.
References $DIC, $id, $lng, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilTable2GUI::resetFilter | ( | ) |
Definition at line 1691 of file class.ilTable2GUI.php.
Referenced by ilLPTableBaseGUI\executeCommand(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:| ilTable2GUI::resetOffset | ( | bool | $a_in_determination = false | ) |
Definition at line 354 of file class.ilTable2GUI.php.
References $nav_value, determineOffsetAndOrder(), ilTableGUI\getOrderDirection(), getOrderField(), and ilTableGUI\setOffset().
Referenced by ilCmiXapiScoringTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), determineLimit(), ilLPTableBaseGUI\executeCommand(), ilLMQuestionListTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilUserTableGUI\getItems(), ilCmiXapiStatementsGUI\initTableData(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilWaitingListTableGUI\readUserData(), and ilCalendarManageTableGUI\resetToDefaults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::setCloseCommand | ( | string | $a_link | ) |
Definition at line 921 of file class.ilTable2GUI.php.
| ilTable2GUI::setCloseFormTag | ( | bool | $a_val | ) |
Definition at line 197 of file class.ilTable2GUI.php.
| ilTable2GUI::setContext | ( | string | $id | ) |
Definition at line 2366 of file class.ilTable2GUI.php.
References $id.
Referenced by __construct().
Here is the caller graph for this function:| ilTable2GUI::setCustomPreviousNext | ( | string | $a_prev_link, |
| string | $a_next_link | ||
| ) |
Definition at line 727 of file class.ilTable2GUI.php.
|
final |
Set table data.
Reimplemented from ilTableGUI.
Definition at line 466 of file class.ilTable2GUI.php.
Referenced by ilTaxAssignedItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilImportantPagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilDclRecordListTableGUI\buildData(), ilOrgUnitPermissionTableGUI\collectData(), ilHelpMappingTableGUI\getChapters(), ilModulesTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilMemberExportFileTableGUI\getFiles(), ilNewItemGroupTableGUI\getGroups(), ilAssignedUsersTableGUI\getItems(), ilBookingAssignParticipantsTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilBookingAssignObjectsTableGUI\getItems(), ilCmiXapiVerificationTableGUI\getItems(), ilPCImageMapTableGUI\getItems(), ilCourseVerificationTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilExcCriteriaCatalogueTableGUI\getItems(), ilExcCriteriaTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilLTIConsumerVerificationTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilRecommendedContentRoleTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilSCORMVerificationTableGUI\getItems(), ILIAS\Style\Content\CharacteristicTableGUI\getItems(), ilStyleMediaQueryTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilUserRoleStartingPointTableGUI\getItems(), ilUserTableGUI\getItems(), ilObjWorkspaceFolderTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilSessionOverviewTableGUI\getItems(), ilBookingParticipantsTableGUI\getItems(), ilSurveyParticipantsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilItemGroupItemsTableGUI\getMaterials(), ilPageLayoutTableGUI\getPageLayouts(), ilWikiPagesTableGUI\getPages(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilSurveySkillChangesTableGUI\getSkillLevelsForAppraisee(), ilSurveySkillTableGUI\getSkills(), ilSysStyleCatAssignmentTableGUI\getStyleCatAssignments(), ilSystemStylesTableGUI\getStyles(), ilWorkspaceAccessTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilSurveySyncTableGUI\importData(), ilFileVersionsTableGUI\initData(), ilQuestionCumulatedStatisticsTableGUI\initData(), ilDashboardSortationTableGUI\initData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), ilTaxonomyAdministrationRepositoryTableGUI\initItems(), ilAdvancedMDFieldDefinitionGroupTableGUI\initItems(), SurveyConstraintsTableGUI\initItems(), ilCmiXapiStatementsGUI\initTableData(), ilLTIConsumerXapiStatementsGUI\initTableData(), ilECSExportedContentTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilObjectRolePermissionTableGUI\parse(), ilObjectRoleTemplateOptionsTableGUI\parse(), ilObjectRoleTemplatePermissionTableGUI\parse(), ilAdvancedMDRecordLanguageTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilCalendarRecurrenceTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilCourseReferenceDeleteConfirmationTableGUI\parse(), ilExAssignmentListTextTableGUI\parse(), ilObjForumSearchResultTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilObjectCopyProgressTableGUI\parse(), ilObjectTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilLogComponentTableGUI\parse(), ilMDCopyrightUsageTableGUI\parse(), ilTrashTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilSCGroupTableGUI\parse(), ilSCTaskTableGUI\parse(), ilUserClipboardTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilObjWikiSearchResultTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilObjectCustomUserFieldsTableGUI\parse(), ilTimingsManageTableGUI\parse(), ilTimingsPersonalTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilConsultationHourBookingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilUserExportFileTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilECSServerTableGUI\parse(), ilLPCollectionSettingsTableGUI\parse(), ilSCTreeDuplicatesTableGUI\parse(), ilRoleTableGUI\parse(), ilRoleAssignmentTableGUI\parse(), ilExportSelectionTableGUI\parseContainer(), ilDclEditViewTableGUI\parseData(), ilBiblTranslationTableGUI\parseData(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilDclCreateViewTableGUI\parseData(), ilDclTableViewEditFieldsTableGUI\parseData(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilWebResourceEditableLinkTableGUI\parseSelectedLinks(), ilMDCopyrightTableGUI\parseSelections(), ilObjectCopySelectionTableGUI\parseSource(), ilRepositoryUserResultTableGUI\parseUserIds(), ilAccessibilityTableGUI\populate(), ilWebDAVMountInstructionsDocumentTableGUI\populate(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarAppointmentsTableGUI\setAppointments(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), ilSessionMaterialsTableGUI\setMaterials(), ilQuestionBrowserTableGUI\setQuestionData(), ilSumScoreTableGUI\setSumScores(), ilEmployeeTalkTableGUI\setTalkData(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
Here is the caller graph for this function:| ilTable2GUI::setDefaultFilterVisiblity | ( | bool | $a_status | ) |
Definition at line 871 of file class.ilTable2GUI.php.
Referenced by ilEmployeeTalkTableGUI\addColumns(), ilParticipantTableGUI\initFilter(), and ilTrashTableGUI\initFilter().
Here is the caller graph for this function:| ilTable2GUI::setDefaultOrderDirection | ( | string | $a_defaultorderdirection | ) |
Definition at line 861 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), and ilUserExportFileTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::setDefaultOrderField | ( | string | $a_defaultorderfield | ) |
Definition at line 850 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilMatchingQuestionAnswerFreqStatTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilEmployeeTalkTableGUI\addColumns(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilLogComponentTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilUserExportFileTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilConsultationHourBookingTableGUI\initTable(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setDescription | ( | string | $a_val | ) |
Definition at line 446 of file class.ilTable2GUI.php.
Referenced by ilTaxonomyListTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilLPCollectionSettingsTableGUI\initTable(), and ilAssignmentsPerParticipantTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setDisableFilterHiding | ( | bool | $a_val = true | ) |
Definition at line 652 of file class.ilTable2GUI.php.
Referenced by ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilMDCopyrightUsageTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilRoleTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), and ilSCORMTrackingUsersTableGUI\initTable().
Here is the caller graph for this function:| ilTable2GUI::setDisplayAsBlock | ( | bool | $a_val | ) |
Definition at line 775 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setEnableAllCommand | ( | bool | $a_value | ) |
Definition at line 2609 of file class.ilTable2GUI.php.
Referenced by ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), and ilObjLearningSequenceContentTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setEnableHeader | ( | bool | $a_enableheader | ) |
Definition at line 418 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsTypesTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilLinksTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilTrashTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), and ilLPObjectStatisticsTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::setEnableNumInfo | ( | bool | $a_val | ) |
Definition at line 428 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsTypesTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), __construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilTrashTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilCmiXapiScoringTableGUI\initColumns(), and ilLTIConsumerScoringTableGUI\initColumns().
Here is the caller graph for this function:| ilTable2GUI::setEnableTitle | ( | bool | $a_enabletitle | ) |
Definition at line 408 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsTypesTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilTrashTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), and ilLPObjectStatisticsTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::setExportFormats | ( | array | $formats | ) |
Set available export formats.
Definition at line 2410 of file class.ilTable2GUI.php.
References $valid.
Referenced by ilLPObjectStatisticsTypesTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\init(), and ilLPObjectStatisticsTableGUI\init().
Here is the caller graph for this function:| ilTable2GUI::setExternalSegmentation | ( | bool | $a_val | ) |
Definition at line 829 of file class.ilTable2GUI.php.
Referenced by ilBiblTranslationTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilTrashTableGUI\init(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setExternalSorting | ( | bool | $a_val | ) |
Definition at line 793 of file class.ilTable2GUI.php.
Referenced by ilRepositoryUserResultTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilObjectCopyProgressTableGUI\init(), ilTrashTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilSCORMTrackingUsersTableGUI\parse(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\parseData(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\parseData(), and ilMStShowUserCoursesTableGUI\parseData().
Here is the caller graph for this function:| ilTable2GUI::setFilterCols | ( | int | $a_val | ) |
Definition at line 642 of file class.ilTable2GUI.php.
Referenced by ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), and ilMStShowUserCoursesTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setFilterCommand | ( | string | $a_val, |
| string | $a_caption = "" |
||
| ) |
Definition at line 803 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilCmiXapiStatementsGUI\buildTableGUI(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilSCORMTrackingUsersTableGUI\initTable(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
| string | array | null | $a_value |
| ilDateTimeException |
Definition at line 2354 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by ilTrMatrixTableGUI\getItems(), and ilTrMatrixTableGUI\initFilter().
Here is the caller graph for this function:
|
final |
Definition at line 736 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilLinksTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilObjStudyProgrammeIndividualPlanGUI\appendIndividualPlanActions(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilObjectCopyCourseGroupSelectionTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilLogComponentTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilTrashTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilSCGroupTableGUI\init(), ilSCTaskTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilUserExportFileTableGUI\init(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:| ilTable2GUI::setFormName | ( | string | $a_name = "" | ) |
Reimplemented from ilTableGUI.
Definition at line 749 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilObjectCopySelectionTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilCalendarRecurrenceTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilUserExportFileTableGUI\init(), and ilLearningSequenceParticipantsTableGUI\initForm().
Here is the caller graph for this function:| ilTable2GUI::setHeaderHTML | ( | string | $html | ) |
Definition at line 2256 of file class.ilTable2GUI.php.
| ilTable2GUI::setId | ( | string | $a_val | ) |
Definition at line 759 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilCourseReferenceDeleteConfirmationTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilAdvancedMDRecordLanguageTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilCalendarRecurrenceTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilMailSearchResultsTableGUI\__construct(), ilMDCopyrightUsageTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCTaskTableGUI\__construct(), ilSCORMTrackingItemPerUserTableGUI\__construct(), ilSCORMTrackingItemsPerScoTableGUI\__construct(), ilSCORMTrackingItemsPerUserTableGUI\__construct(), ilSCORMTrackingItemsScoTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTimingsManageTableGUI\__construct(), ilTimingsPersonalTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilRoleTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilPollUserTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilUserClipboardTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilRepositoryObjectSearchResultTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilConsultationHourBookingTableGUI\__construct(), ilTrashTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilLogComponentTableGUI\__construct(), ilECSServerTableGUI\__construct(), ilUserExportFileTableGUI\__construct(), ilSCGroupTableGUI\__construct(), ilSCTreeDuplicatesTableGUI\__construct(), ilLOMemberTestResultTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilObjectCopyProgressTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilAssignmentsPerParticipantTableGUI\initMode(), and ilParticipantsPerAssignmentTableGUI\initMode().
Here is the caller graph for this function:| ilTable2GUI::setIsDataTable | ( | bool | $a_val | ) |
Definition at line 398 of file class.ilTable2GUI.php.
Referenced by __construct(), and ilPDNewsTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setLimit | ( | int | $a_limit = 0, |
| int | $a_default_limit = 0 |
||
| ) |
set max.
datasets displayed per page
Reimplemented from ilTableGUI.
Definition at line 2648 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), determineLimit(), ilAdvancedMDRecordLanguageTableGUI\init(), ilLogComponentTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilCmiXapiScoringTableGUI\initColumns(), and ilLTIConsumerScoringTableGUI\initColumns().
Here is the caller graph for this function:| ilTable2GUI::setNoEntriesText | ( | string | $a_text | ) |
Definition at line 388 of file class.ilTable2GUI.php.
Referenced by ilQuestionCumulatedStatisticsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), and ilObjectRoleTemplatePermissionTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setOpenFormTag | ( | bool | $a_val | ) |
Definition at line 187 of file class.ilTable2GUI.php.
Referenced by ilUploadDirFilesTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setOrderField | ( | string | $a_order_field | ) |
Definition at line 456 of file class.ilTable2GUI.php.
Referenced by ilCalendarManageTableGUI\resetToDefaults().
Here is the caller graph for this function:| ilTable2GUI::setOrderLink | ( | string | $key, |
| string | $order_dir | ||
| ) |
Reimplemented from ilTableGUI.
Definition at line 986 of file class.ilTable2GUI.php.
References $DIC.
|
final |
set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately)
Reimplemented from ilTableGUI.
Definition at line 481 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), and assFileUploadFileTableGUI\initCommand().
Here is the caller graph for this function:| ilTable2GUI::setPreventDoubleSubmission | ( | bool | $a_val | ) |
Definition at line 2638 of file class.ilTable2GUI.php.
| ilTable2GUI::setPrintMode | ( | bool | $a_value = false | ) |
Definition at line 2425 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), and ilTrUserObjectsPropsTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::setResetCommand | ( | string | $a_val, |
| string | $a_caption = "" |
||
| ) |
Definition at line 816 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilCmiXapiStatementsGUI\buildTableGUI(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilSCORMTrackingUsersTableGUI\initTable(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:| ilTable2GUI::setRowSelectorLabel | ( | string | $row_selector_label | ) |
Definition at line 2628 of file class.ilTable2GUI.php.
Referenced by ilForumTopicTableGUI\initMergeThreadsTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:
|
final |
Set row template.
| string | $a_template | Template file name. |
| string | $a_template_dir | Service/Module directory. |
Definition at line 844 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilDashboardSortationTableGUI\__construct(), ilAdvancedMDFieldDefinitionGroupTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilECSExportedContentTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCmiXapiStatementsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilLinksTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilObjectTableGUI\init(), ilLogComponentTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilSCGroupTableGUI\init(), ilSCTaskTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilUserClipboardTableGUI\init(), ilUserExportFileTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilRepositoryObjectSearchResultTableGUI\initRowTemplate(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilECSServerTableGUI\initTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:| ilTable2GUI::setSelectAllCheckbox | ( | string | $a_select_all_checkbox, |
| bool | $a_select_all_on_top = false |
||
| ) |
Definition at line 785 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\addColumns(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilTrashTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilUserClipboardTableGUI\init(), ilUserExportFileTableGUI\init(), assFileUploadFileTableGUI\initCommand(), ilLearningSequenceParticipantsTableGUI\initForm(), ilAssignmentsPerParticipantTableGUI\initMode(), ilParticipantsPerAssignmentTableGUI\initMode(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
Here is the caller graph for this function:| ilTable2GUI::setShowRowsSelector | ( | bool | $a_value | ) |
Toggle rows-per-page selector.
Definition at line 2381 of file class.ilTable2GUI.php.
Referenced by ilQuestionBrowserTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ILIAS\LegalDocuments\Legacy\Table\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilEmployeeTalkTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSumScoreTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilCalendarRecurrenceTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilCourseReferenceDeleteConfirmationTableGUI\init(), ilLogComponentTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourBookingTableGUI\initTable(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ILIAS\LegalDocuments\Legacy\Table\setMaxCount().
Here is the caller graph for this function:
|
final |
| string | $a_title | table title |
| string | $a_icon | file name of title icon |
| string | $a_icon_alt | alternative text for title icon |
Reimplemented from ilTableGUI.
Definition at line 438 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsTypesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMailSearchObjectMembershipsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilLTIConsumerVerificationTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilAccessibilityDocumentTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilCmiXapiScoringTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilLTIConsumerScoringTableGUI\__construct(), ilCmiXapiLrsTypesTableGUI\__construct(), ilCmiXapiVerificationTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilModulesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilRecommendedContentRoleTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilClipboardTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilLinksTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilDashObjectsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPortfolioRoleAssignmentTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilRoleTableGUI\init(), ilAdvancedMDRecordLanguageTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilTrashTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilSCGroupTableGUI\init(), ilSCTaskTableGUI\init(), ilLPObjectStatisticsDailyTableGUI\init(), ilLPObjectStatisticsLPTableGUI\init(), ilLPObjectStatisticsTableGUI\init(), ilUserClipboardTableGUI\init(), ilForumTopicTableGUI\initMergeThreadsTable(), ilAssignmentsPerParticipantTableGUI\initMode(), ilParticipantsPerAssignmentTableGUI\initMode(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilECSServerTableGUI\initTable(), ilGlobalUnitCategoryTableGUI\populateTitle(), and ilLocalUnitCategoryTableGUI\populateTitle().
Here is the caller graph for this function:| ilTable2GUI::setTopAnchor | ( | string | $a_val | ) |
Definition at line 378 of file class.ilTable2GUI.php.
| ilTable2GUI::setTopCommands | ( | bool | $a_val | ) |
Definition at line 946 of file class.ilTable2GUI.php.
Referenced by ilDclCreateViewTableGUI\__construct(), ilDclEditViewTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilDclTableViewEditFieldsTableGUI\__construct(), ilStudyProgrammeAutoCategoriesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilExGradesTableGUI\__construct(), and ilObjLearningSequenceContentTableGUI\__construct().
Here is the caller graph for this function:| ilTable2GUI::storeNavParameter | ( | ) |
Definition at line 1227 of file class.ilTable2GUI.php.
Referenced by ilLPTableBaseGUI\executeCommand(), ilDclCreateViewTableGUI\getHTML(), ilDclEditViewTableGUI\getHTML(), ilDclFieldListTableGUI\getHTML(), and ilDclTableViewEditFieldsTableGUI\getHTML().
Here is the caller graph for this function:| ilTable2GUI::storeProperty | ( | string | $type, |
| string | $value | ||
| ) |
Definition at line 2261 of file class.ilTable2GUI.php.
References $DIC, and ILIAS\Survey\Mode\getId().
Referenced by determineLimit(), determineSelectedColumns(), and ilLPTableBaseGUI\executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTable2GUI::writeFilterToSession | ( | ) |
Definition at line 1656 of file class.ilTable2GUI.php.
Referenced by ilLPTableBaseGUI\executeCommand(), and ILIAS\LegalDocuments\Legacy\Table\setupFilter().
Here is the caller graph for this function:
|
protected |
Definition at line 108 of file class.ilTable2GUI.php.
Referenced by ilEmployeeTalkTableGUI\fillRow(), ilMailSearchObjectMembershipsTableGUI\fillRow(), ilFileVersionsTableGUI\fillRow(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\fillRow(), and ilMDCopyrightTableGUI\getActionsForEntry().
|
protected |
Definition at line 49 of file class.ilTable2GUI.php.
|
protected |
Definition at line 75 of file class.ilTable2GUI.php.
Referenced by getCloseFormTag().
|
protected |
Definition at line 98 of file class.ilTable2GUI.php.
Referenced by ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilWebDAVMountInstructionsDocumentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilAccessibilityTableGUI\__construct(), ilQuestionBrowserTableGUI\fillHeader(), ilStudyProgrammeMembersTableGUI\fillRow(), ilStudyProgrammeIndividualPlanTableGUI\fillRow(), ilAccessibilityTableGUI\fillRow(), ilWebDAVMountInstructionsDocumentTableGUI\fillRow(), ilAccessibilityTableGUI\formatCellValue(), ilAccessibilityDocumentTableGUI\formatCellValue(), ilWebDAVMountInstructionsDocumentTableGUI\formatCellValue(), ilAccessibilityDocumentTableGUI\formatTitle(), ilWebDAVMountInstructionsDocumentTableGUI\formatTitle(), ilAccessibilityTableGUI\getSelectableColumns(), ilTrSummaryTableGUI\getSelectableColumns(), ilWebDAVMountInstructionsDocumentTableGUI\getSelectableColumns(), ilTrObjectUsersPropsTableGUI\initFilter(), ilAccessibilityTableGUI\isColumnVisible(), and ilWebDAVMountInstructionsDocumentTableGUI\isColumnVisible().
|
protected |
Definition at line 73 of file class.ilTable2GUI.php.
|
protected |
Definition at line 60 of file class.ilTable2GUI.php.
Referenced by ilMailSearchObjectMembershipsTableGUI\__construct(), ilMailSearchObjectsTableGUI\__construct(), ilRoleAssignmentTableGUI\fillRow(), and ilRoleAssignmentTableGUI\parse().
|
protected |
Definition at line 90 of file class.ilTable2GUI.php.
|
protected |
Definition at line 46 of file class.ilTable2GUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct(), ilBookingBulkCreationTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilDclCreateViewTableGUI\__construct(), ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilParticipantsPerAssignmentTableGUI\__construct(), ilBookingObjectsTableGUI\fillRow(), ilBookingParticipantsTableGUI\fillRow(), ilBookingSchedulesTableGUI\fillRow(), ilCopySelfAssQuestionTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilAssignmentsTableGUI\fillRow(), ilAssignmentsPerParticipantTableGUI\fillRow(), ilExerciseVerificationTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), ilParticipantsPerAssignmentTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilPublicSubmissionsTableGUI\fillRow(), ilHelpModuleTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilLMGlossaryTableGUI\fillRow(), ilLMMenuItemsTableGUI\fillRow(), ilLMPagesTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilMediaPoolTableGUI\fillRow(), ilClipboardTableGUI\fillRow(), ilNewsForContextTableGUI\fillRow(), ilPDNewsTableGUI\fillRow(), ilWorkspaceAccessTableGUI\fillRow(), ilWorkspaceShareTableGUI\fillRow(), ilPortfolioPageTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilNewItemGroupTableGUI\fillRow(), ilSkillLevelTableGUI\fillRow(), ilSkillCatTableGUI\fillRow(), ilContentStylesTableGUI\fillRow(), ilStyleMediaQueryTableGUI\fillRow(), ilTableTemplatesTableGUI\fillRow(), ilStyleColorTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilSurveyQuestionTableGUI\fillRow(), ilFoundUsersTableGUI\fillRow(), ilSurveySkillAssignmentTableGUI\fillRow(), ilSurveySkillTableGUI\fillRow(), ilSurveySkillThresholdsTableGUI\fillRow(), ilTaxonomyListTableGUI\fillRow(), ilTaxonomyTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilWikiSearchResultsTableGUI\fillRow(), ilObjWorkspaceFolderTableGUI\fillRow(), ilDclCreateViewTableGUI\getHTML(), ilDclTableViewEditFieldsTableGUI\getHTML(), ilSurveyQuestionTableGUI\importData(), ilObjWikiSearchResultTableGUI\parse(), ilAssignmentsPerParticipantTableGUI\parseData(), and ilMediaPoolTableGUI\render().
|
protected |
Definition at line 116 of file class.ilTable2GUI.php.
|
protected |
Definition at line 115 of file class.ilTable2GUI.php.
|
protected |
Definition at line 94 of file class.ilTable2GUI.php.
|
protected |
Definition at line 99 of file class.ilTable2GUI.php.
Referenced by getIsDataTable().
|
protected |
Definition at line 82 of file class.ilTable2GUI.php.
|
protected |
Definition at line 97 of file class.ilTable2GUI.php.
|
protected |
Definition at line 96 of file class.ilTable2GUI.php.
|
protected |
Definition at line 92 of file class.ilTable2GUI.php.
|
protected |
Definition at line 63 of file class.ilTable2GUI.php.
|
protected |
Definition at line 91 of file class.ilTable2GUI.php.
|
protected |
Definition at line 79 of file class.ilTable2GUI.php.
|
protected |
Definition at line 76 of file class.ilTable2GUI.php.
|
protected |
Definition at line 77 of file class.ilTable2GUI.php.
|
protected |
Definition at line 59 of file class.ilTable2GUI.php.
|
protected |
Definition at line 58 of file class.ilTable2GUI.php.
|
protected |
Definition at line 55 of file class.ilTable2GUI.php.
|
protected |
Definition at line 114 of file class.ilTable2GUI.php.
|
protected |
Definition at line 57 of file class.ilTable2GUI.php.
|
protected |
Definition at line 53 of file class.ilTable2GUI.php.
Referenced by ilMDCopyrightUsageTableGUI\collectData().
|
protected |
Definition at line 72 of file class.ilTable2GUI.php.
|
protected |
Definition at line 105 of file class.ilTable2GUI.php.
|
protected |
Definition at line 101 of file class.ilTable2GUI.php.
|
protected |
Definition at line 106 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct().
|
protected |
Definition at line 111 of file class.ilTable2GUI.php.
|
private |
Definition at line 51 of file class.ilTable2GUI.php.
|
protected |
Definition at line 110 of file class.ilTable2GUI.php.
|
protected |
Definition at line 93 of file class.ilTable2GUI.php.
Referenced by ILIAS\LegalDocuments\Legacy\Table\__construct(), ilForumTopicTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilDclRecordListTableGUI\buildData(), ilSCGroupTableGUI\fillRow(), ilSCTaskTableGUI\fillRow(), ilSCTreeDuplicatesTableGUI\fillRow(), ilUserRoleStartingPointTableGUI\fillRow(), ilOrgUnitPermissionTableGUI\fillSelectAll(), ilWebDAVMountInstructionsDocumentTableGUI\formatTitle(), ilUserRoleStartingPointTableGUI\getActions(), ilMDCopyrightTableGUI\getActionsForEntry(), ilQuestionBrowserTableGUI\getCommentsHtml(), ilModulesTableGUI\getComponents(), ilUserRoleStartingPointTableGUI\getEditLink(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilTestSkillLevelThresholdsTableGUI\getInputElements(), ilExAssignmentTeamTableGUI\getItems(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilExerciseSubmissionTableGUI\getSelectableColumns(), ilTrMatrixTableGUI\getSelectableColumns(), ilSurveyQuestionTableGUI\importData(), SurveyConstraintsTableGUI\initItems(), ilUserRoleStartingPointTableGUI\isSortingHidden(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilSCORM2004TrackingItemsTableGUI\parseValue(), and ilSCORMTrackingItemsTableGUI\parseValue().
|
protected |
Definition at line 71 of file class.ilTable2GUI.php.
|
protected |
Definition at line 118 of file class.ilTable2GUI.php.
Referenced by ilSurveySkillThresholdsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), and ilBookingAssignParticipantsTableGUI\__construct().
|
protected |
Definition at line 62 of file class.ilTable2GUI.php.
|
protected |
Definition at line 109 of file class.ilTable2GUI.php.
|
protected |
Definition at line 70 of file class.ilTable2GUI.php.
|
protected |
Definition at line 88 of file class.ilTable2GUI.php.
Referenced by resetOffset().
|
protected |
Definition at line 89 of file class.ilTable2GUI.php.
Referenced by getNoEntriesText().
|
protected |
Definition at line 100 of file class.ilTable2GUI.php.
Referenced by getEnableNumInfo().
|
protected |
Definition at line 74 of file class.ilTable2GUI.php.
Referenced by getOpenFormTag().
|
protected |
Definition at line 54 of file class.ilTable2GUI.php.
|
protected |
Definition at line 103 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\getItems().
|
protected |
Definition at line 48 of file class.ilTable2GUI.php.
Referenced by ilObjectCopySearchResultTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ilObjectTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilMailSearchResultsTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilStudyProgrammeAutoMembershipsTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilObjectCopyProgressTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), and getParentCmd().
|
protected |
Definition at line 47 of file class.ilTable2GUI.php.
Referenced by ilObjClipboardTableGUI\__construct(), ilInstallationHeadingTableGUI\__construct(), ilObjectTableGUI\__construct(), ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\__construct(), ILIAS\MyStaff\ListCompetences\Skills\ilMStListCompetencesSkillsTableGUI\__construct(), ILIAS\MyStaff\ListUsers\ilMStListUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilStudyProgrammeMailMemberSearchTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilObjectCopyProgressTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), and getParentObject().
|
protected |
Definition at line 84 of file class.ilTable2GUI.php.
|
protected |
Definition at line 78 of file class.ilTable2GUI.php.
|
protected |
Definition at line 117 of file class.ilTable2GUI.php.
|
protected |
Definition at line 41 of file class.ilTable2GUI.php.
|
protected |
Definition at line 42 of file class.ilTable2GUI.php.
|
protected |
Definition at line 40 of file class.ilTable2GUI.php.
|
protected |
Definition at line 56 of file class.ilTable2GUI.php.
|
protected |
Definition at line 95 of file class.ilTable2GUI.php.
|
protected |
Definition at line 80 of file class.ilTable2GUI.php.
|
protected |
Definition at line 81 of file class.ilTable2GUI.php.
|
protected |
Definition at line 102 of file class.ilTable2GUI.php.
Referenced by ilUserRoleStartingPointTableGUI\fillRow().
|
protected |
Definition at line 85 of file class.ilTable2GUI.php.
|
protected |
Definition at line 112 of file class.ilTable2GUI.php.
|
protected |
Definition at line 113 of file class.ilTable2GUI.php.
|
protected |
Definition at line 68 of file class.ilTable2GUI.php.
|
protected |
Definition at line 87 of file class.ilTable2GUI.php.
|
protected |
Definition at line 86 of file class.ilTable2GUI.php.
|
protected |
Definition at line 65 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\getSelectableColumns(), and ilUserTableGUI\getSelectableColumns().
|
protected |
Definition at line 66 of file class.ilTable2GUI.php.
|
protected |
Definition at line 44 of file class.ilTable2GUI.php.
|
protected |
Definition at line 104 of file class.ilTable2GUI.php.
|
protected |
Definition at line 67 of file class.ilTable2GUI.php.
|
protected |
Definition at line 107 of file class.ilTable2GUI.php.
|
protected |
Definition at line 83 of file class.ilTable2GUI.php.
|
protected |
Definition at line 43 of file class.ilTable2GUI.php.
|
protected |
Definition at line 52 of file class.ilTable2GUI.php.
Referenced by getTopAnchor().
|
protected |
Definition at line 64 of file class.ilTable2GUI.php.
|
private |
Definition at line 39 of file class.ilTable2GUI.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), ILIAS\LegalDocuments\test\Table\HistoryTableTest\testColumns(), and ILIAS\LegalDocuments\test\Table\HistoryTableTest\testConfig().
|
private |
Definition at line 50 of file class.ilTable2GUI.php.
Referenced by __construct().
| const ilTable2GUI::ACTION_ALL_LIMIT = 1000 |
Definition at line 38 of file class.ilTable2GUI.php.
| const ilTable2GUI::EXPORT_CSV = 2 |
Definition at line 37 of file class.ilTable2GUI.php.
| const ilTable2GUI::EXPORT_EXCEL = 1 |
Definition at line 36 of file class.ilTable2GUI.php.
| const ilTable2GUI::FILTER_CHECKBOX = 9 |
Definition at line 35 of file class.ilTable2GUI.php.
Referenced by ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), and ilSessionParticipantsTableGUI\initFilter().
| const ilTable2GUI::FILTER_DATE = 3 |
Definition at line 29 of file class.ilTable2GUI.php.
| const ilTable2GUI::FILTER_DATE_RANGE = 6 |
Definition at line 32 of file class.ilTable2GUI.php.
Referenced by ilDclDateFieldRepresentation\addFilterInputFieldToTable(), ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), ilBookingObjectsTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_DATETIME_RANGE = 8 |
Definition at line 34 of file class.ilTable2GUI.php.
Referenced by ilDclDatetimeFieldRepresentation\addFilterInputFieldToTable(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_DURATION_RANGE = 7 |
Definition at line 33 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_LANGUAGE = 4 |
Definition at line 30 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_NUMBER_RANGE = 5 |
Definition at line 31 of file class.ilTable2GUI.php.
Referenced by ilDclNumberFieldRepresentation\addFilterInputFieldToTable(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_SELECT = 2 |
Definition at line 28 of file class.ilTable2GUI.php.
Referenced by ilDclBooleanFieldRepresentation\addFilterInputFieldToTable(), ilDclRatingFieldRepresentation\addFilterInputFieldToTable(), ilDclReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclSelectionFieldRepresentation\addFilterInputFieldToTable(), ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), ilObjectRolePermissionTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilParticipantTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().
| const ilTable2GUI::FILTER_TEXT = 1 |
Definition at line 27 of file class.ilTable2GUI.php.
Referenced by ilDclCopyFieldRepresentation\addFilterInputFieldToTable(), ilDclIliasReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclMobFieldRepresentation\addFilterInputFieldToTable(), ilDclTextFieldRepresentation\addFilterInputFieldToTable(), ilPRGAssignmentFilter\getCleanedValues(), ilPRGAssignmentFilter\getItemConfig(), ilBookingObjectsTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilParticipantTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilTrashTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilTrSummaryTableGUI\initFilter().