| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilTable2GUI. More...
 Inheritance diagram for ilTable2GUI:
 Inheritance diagram for ilTable2GUI: Collaboration diagram for ilTable2GUI:
 Collaboration diagram for ilTable2GUI:| Public Member Functions | |
| __construct ($a_parent_obj, $a_parent_cmd="", $a_template_context="") | |
| Constructor. | |
| setOpenFormTag ($a_val) | |
| Set open form tag. | |
| getOpenFormTag () | |
| Get open form tag. | |
| setCloseFormTag ($a_val) | |
| Set close form tag. | |
| getCloseFormTag () | |
| Get close form tag. | |
| determineLimit () | |
| Determine the limit. | |
| getSelectableColumns () | |
| Get selectable columns. | |
| determineSelectedColumns () | |
| Determine selected columns. | |
| isColumnSelected ($a_col) | |
| Is given column selected? | |
| getSelectedColumns () | |
| Get selected columns. | |
| & | executeCommand () | 
| Execute command. | |
| resetOffset ($a_in_determination=false) | |
| Reset offset. | |
| initFilter () | |
| Init filter. | |
| getParentObject () | |
| Get parent object. | |
| getParentCmd () | |
| Get parent command. | |
| setTopAnchor ($a_val) | |
| Set top anchor. | |
| getTopAnchor () | |
| Get top anchor. | |
| setNoEntriesText ($a_text) | |
| Set text for an empty table. | |
| getNoEntriesText () | |
| Get text for an empty table. | |
| setIsDataTable ($a_val) | |
| Set is data table. | |
| getIsDataTable () | |
| Get is data table. | |
| setEnableTitle ($a_enabletitle) | |
| Set Enable Title. | |
| getEnableTitle () | |
| Get Enable Title. | |
| setEnableHeader ($a_enableheader) | |
| Set Enable Header. | |
| getEnableHeader () | |
| Get Enable Header. | |
| setEnableNumInfo ($a_val) | |
| Set enable num info. | |
| getEnableNumInfo () | |
| Get enable num info. | |
| setTitle ($a_title, $a_icon=0, $a_icon_alt=0) | |
| Set title and title icon. | |
| setDescription ($a_val) | |
| Set description. | |
| getDescription () | |
| Get description. | |
| setOrderField ($a_order_field) | |
| set order column | |
| getOrderField () | |
| setData ($a_data) | |
| set table data  public | |
| getData () | |
| dataExists () | |
| setPrefix ($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)  public | |
| getPrefix () | |
| addFilterItem ($a_input_item, $a_optional=false) | |
| Add filter item. | |
| addFilterItemByMetaType ($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=NULL) | |
| Add filter by standard type. | |
| getFilterItems ($a_optionals=false) | |
| Get filter items. | |
| getFilterItemByPostVar ($a_post_var) | |
| setFilterCols ($a_val) | |
| Set filter columns. | |
| getFilterCols () | |
| Get filter columns. | |
| setDisableFilterHiding ($a_val=true) | |
| Set disable filter hiding. | |
| getDisableFilterHiding () | |
| Get disable filter hiding. | |
| isFilterSelected ($a_col) | |
| Is given filter selected? | |
| getSelectedFilters () | |
| Get selected filters. | |
| determineSelectedFilters () | |
| Determine selected filters. | |
| setCustomPreviousNext ($a_prev_link, $a_next_link) | |
| Set custom previous/next links. | |
| setFormAction ($a_form_action) | |
| Set Form action parameter. | |
| getFormAction () | |
| Get Form action parameter. | |
| setFormName ($a_formname) | |
| Set Form name. | |
| getFormName () | |
| Get Form name. | |
| setId ($a_val) | |
| Set id. | |
| getId () | |
| Get element id. | |
| setDisplayAsBlock ($a_val) | |
| Set display as block. | |
| getDisplayAsBlock () | |
| Get display as block. | |
| getSelectAllCheckbox () | |
| Get the name of the checkbox that should be toggled with a select all button. | |
| setSelectAllCheckbox ($a_select_all_checkbox) | |
| Set the name of the checkbox that should be toggled with a select all button. | |
| setExternalSorting ($a_val) | |
| Set external sorting. | |
| getExternalSorting () | |
| Get external sorting. | |
| setFilterCommand ($a_val) | |
| Set filter command. | |
| getFilterCommand () | |
| Get filter command. | |
| setResetCommand ($a_val) | |
| Set reset filter command. | |
| getResetCommand () | |
| Get reset filter command. | |
| setExternalSegmentation ($a_val) | |
| Set external segmentation. | |
| getExternalSegmentation () | |
| Get external segmentation. | |
| setRowTemplate ($a_template, $a_template_dir="") | |
| Set row template. | |
| setDefaultOrderField ($a_defaultorderfield) | |
| Set Default order field. | |
| getDefaultOrderField () | |
| Get Default order field. | |
| setDefaultOrderDirection ($a_defaultorderdirection) | |
| Set Default order direction. | |
| getDefaultOrderDirection () | |
| Get Default order direction. | |
| clearCommandButtons () | |
| addCommandButton ($a_cmd, $a_text, $a_onclick= '', $a_id="") | |
| Add Command button. | |
| addSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '') | |
| Add Selection List + Command button. | |
| addMultiItemSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '') | |
| Add Selection List + Command button for selected items. | |
| setCloseCommand ($a_link) | |
| Add command for closing table. | |
| addMultiCommand ($a_cmd, $a_text) | |
| Add Command button. | |
| addHiddenInput ($a_name, $a_value) | |
| Add Hidden Input field. | |
| addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="") | |
| Add Header Command (Link) (Image needed for now) | |
| setTopCommands ($a_val) | |
| Set top commands (display command buttons on top of table, too) | |
| getTopCommands () | |
| Get top commands (display command buttons on top of table, too) | |
| addColumn ($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="") | |
| Add a column to the header. | |
| getNavParameter () | |
| setOrderLink ($sort_field, $order_dir) | |
| fillHeader () | |
| determineOffsetAndOrder ($a_omit_offset=false) | |
| Determine offset and order. | |
| storeNavParameter () | |
| getHTML () | |
| Get HTML. | |
| numericOrdering ($a_field) | |
| Should this field be sorted numeric? | |
| render () | |
| render table  public | |
| writeFilterToSession () | |
| Write filter values to session. | |
| resetFilter () | |
| Reset filter. | |
| fillFooter () | |
| Fill footer row. | |
| getLinkbar ($a_num) | |
| Get previous/next linkbar. | |
| fillHiddenRow () | |
| fillActionRow () | |
| Fill Action Row. | |
| setHeaderHTML ($html) | |
| set header html | |
| storeProperty ($type, $value) | |
| Store table property. | |
| loadProperty ($type) | |
| Load table property. | |
| getCurrentState () | |
| get current settings for order, limit, columns and filter | |
| setContext ($id) | |
| Set context. | |
| getContext () | |
| Get context. | |
| setShowRowsSelector ($a_value) | |
| Toggle rows-per-page selector. | |
| getShowRowsSelector () | |
| Get rows-per-page selector state. | |
| setShowTemplates ($a_value) | |
| Toggle templates. | |
| getShowTemplates () | |
| Get template state. | |
| restoreTemplate ($a_name) | |
| Restore state from template. | |
| saveTemplate ($a_name) | |
| Save current state as template. | |
| deleteTemplate ($a_name) | |
| Delete template. | |
| getLimit () | |
| Get limit. | |
| getOffset () | |
| Get offset. | |
| setExportFormats (array $formats) | |
| Set available export formats. | |
| setPrintMode ($a_value=false) | |
| Toogle print mode. | |
| getPrintMode () | |
| Get print mode. | |
| getExportMode () | |
| Was export activated? | |
| exportData ($format, $send=false) | |
| Export and optionally send current table data. | |
| setEnableAllCommand ($a_value) | |
| Enable actions for all entries in current result. | |
| setRowSelectorLabel ($row_selector_label) | |
| getRowSelectorLabel () | |
|  Public Member Functions inherited from ilTableGUI | |
| ilTableGUI ($a_data=0, $a_global_tpl=true) | |
| Constructor. | |
| setTemplate (&$a_tpl) | |
| set template  public | |
| & | getTemplateObject () | 
| setHelp ($a_help_page, $a_help_icon, $a_help_icon_alt=0) | |
| set table help page  public | |
| setHeaderNames ($a_header_names) | |
| set table header names  public | |
| getColumnCount () | |
| Returns the column count based on the number of the header row columns  public. | |
| setHeaderVars ($a_header_vars, $a_header_params=0) | |
| set table header vars  public | |
| setColumnWidth ($a_column_width) | |
| set table column widths  public | |
| setOneColumnWidth ($a_column_width, $a_column_number) | |
| set one table column width  public | |
| setMaxCount ($a_max_count) | |
| set max. | |
| setLimit ($a_limit=0, $a_default_limit=0) | |
| set max. | |
| setOffset ($a_offset) | |
| set dataset offset  public | |
| setOrderColumn ($a_order_column=0, $a_default_column=0) | |
| set order column  public | |
| getOrderColumn () | |
| Get order column. | |
| setOrderDirection ($a_order_direction) | |
| set order direction  public | |
| getOrderDirection () | |
| Get order direction. | |
| setFooter ($a_style, $a_previous=0, $a_next=0) | |
| set order direction  public | |
| enable ($a_module_name) | |
| enables particular modules of table | |
| disable ($a_module_name) | |
| diesables particular modules of table | |
| sortData () | |
| renderHeader () | |
| setStyle ($a_element, $a_style) | |
| getStyle ($a_element) | |
| setBase ($a_base) | |
| Set Base script name (deprecated, only use this for workarounds). | |
| getBase () | |
| Get Base script name (deprecated, only use this for workarounds). | |
| clearActionButtons () | |
| addActionButton ($btn_name, $btn_value) | |
| Static Public Member Functions | |
| static | getAllCommandLimit () | 
| Get maximum number of entries to enable actions for all. | |
| 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 | EXPORT_EXCEL = 1 | 
| const | EXPORT_CSV = 2 | 
| const | ACTION_ALL_LIMIT = 1000 | 
|  Data Fields inherited from ilTableGUI | |
| $title | |
| $icon | |
| $icon_alt | |
| $help_page | |
| $help_icon | |
| $help_icon_alt | |
| $header_names | |
| $header_vars | |
| $linkbar_vars | |
| $data | |
| $column_count | |
| $column_width | |
| $max_count | |
| $limit | |
| $max_limit = false | |
| $offset | |
| $order_column | |
| $order_direction | |
| $footer_style | |
| $footer_previous | |
| $footer_next | |
| $lang_support = true | |
| $global_tpl | |
| $form_name | |
| $select_all_checkbox | |
| $action_buttons | |
| $prefix | |
| $base = "" | |
| $enabled | |
| $styles | |
| Protected Member Functions | |
| prepareOutput () | |
| Anything that must be done before HTML is generated. | |
| fillRow ($a_set) | |
| Standard Version of Fill Row. | |
| getFilterValue (ilFormPropertyGUI $a_item) | |
| Get current filter value. | |
| SetFilterValue (ilFormPropertyGUI $a_item, $a_value) | |
| Set current filter value. | |
| fillMetaExcel ($worksheet, &$a_row) | |
| Add meta information to excel export. | |
| fillHeaderExcel ($worksheet, &$a_row) | |
| Excel Version of Fill Row. | |
| fillRowExcel ($a_worksheet, &$a_row, $a_set) | |
| Excel Version of Fill Row. | |
| fillMetaCSV ($a_csv) | |
| Add meta information to csv export. | |
| fillHeaderCSV ($a_csv) | |
| CSV Version of Fill Header. | |
| fillRowCSV ($a_csv, $a_set) | |
| CSV Version of Fill Row. | |
| Protected Attributes | |
| $close_command = "" | |
| $top_anchor = "il_table_top" | |
| $filters = array() | |
| $optional_filters = array() | |
| $filter_cmd = 'applyFilter' | |
| $reset_cmd = 'resetFilter' | |
| $filter_cols = 4 | |
| $ext_sort = false | |
| $ext_seg = false | |
| $context = "" | |
| $mi_sel_buttons = null | |
| $disable_filter_hiding = false | |
| $selected_filter = false | |
| $top_commands = true | |
| $selectable_columns = array() | |
| $selected_column = array() | |
| $show_templates = false | |
| $show_rows_selector = false | |
| $nav_determined = false | |
| $limit_determined = false | |
| $filters_determined = false | |
| $columns_determined = false | |
| $open_form_tag = true | |
| $close_form_tag = true | |
| $export_formats | |
| $export_mode | |
| $print_mode | |
| $enable_command_for_all | |
| $row_selector_label | |
| Private Member Functions | |
| renderFilter () | |
| Render Filter section. | |
| Private Attributes | |
| $unique_id | |
| $headerHTML | |
Class ilTable2GUI.
Definition at line 15 of file class.ilTable2GUI.php.
| ilTable2GUI::__construct | ( | $a_parent_obj, | |
| $a_parent_cmd = "", | |||
| $a_template_context = "" | |||
| ) | 
Constructor.
Reimplemented in ilSessionParticipantsTableGUI, ilWaitingListTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilSurveyQuestionbrowserTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilObjectCopySearchResultTableGUI, ilSCORM2004ExportTableGUI, ilSurveyCodesMailTableGUI, ilSurveyCodesTableGUI, ilSurveyExportTableGUI, ilSurveyMaintenanceTableGUI, ilSurveyQuestionPoolExportTableGUI, ilSurveyQuestionsTableGUI, ilTestExportTableGUI, ilSurveyResultsUserTableGUI, ilSurveyPhrasesTableGUI, ilTestQuestionBrowserTableGUI, ilQuestionPoolPrintViewTableGUI, ilCalendarAppointmentsTableGUI, ilSurveyResultsCumulatedTableGUI, ilAssessmentFolderLogAdministrationTableGUI, ilSurveyMaterialsTableGUI, ilStyleColorTableGUI, ilObjectRolePermissionTableGUI, ilWebResourceLinkTableGUI, ilMailSearchCoursesTableGUI, ilMailSearchCoursesMembersTableGUI, ilBannedUsersTableGUI, ilConsultationHoursTableGUI, ilLPCollectionSettingsTableGUI, ilCopySelfAssQuestionTableGUI, ilCourseParticipantsGroupsTableGUI, ilHelpMappingTableGUI, ilRbacLogTableGUI, ilExAssignmentTeamLogTableGUI, ilLMQuestionListTableGUI, ilConditionHandlerTableGUI, ilTrMatrixTableGUI, ilBookingSchedulesTableGUI, ilHelpTooltipTableGUI, ilRatingCategoryTableGUI, ilRepositoryObjectResultTableGUI, ilRepositoryUserResultTableGUI, ilAssignmentsTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilSCORMTrackingItemsScoTableGUI, ilPCIIMPopupTableGUI, ilExportTableGUI, ilImageMapTableGUI, ilSkillLevelTableGUI, ilUserForTagTableGUI, ilTermUsagesTableGUI, ilLMMenuItemsTableGUI, ilLMPagesTableGUI, ilUploadDirFilesTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilSettingsTemplateTableGUI, ilPCIIMOverlaysTableGUI, ilLanguageTableGUI, ilAdminSubItemsTableGUI, ilSearchResultTableGUI, ilStyleImageTableGUI, ilScormSpecialPagesTableGUI, ilSCORMTrackingItemsPerScoTableGUI, ilSCORMTrackingUsersTableGUI, ilLPTableBaseGUI, ilOrgUnitAssignmentTableGUI, ilUserLPTableGUI, ilCourseGroupingTableGUI, and ilCourseStartObjectsTableGUI.
Definition at line 75 of file class.ilTable2GUI.php.
References $_GET, $lng, $unique_id, determineLimit(), determineSelectedColumns(), getId(), restoreTemplate(), setContext(), setEnableNumInfo(), and setIsDataTable().
Referenced by ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), and ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Add a column to the header.
| string | Text | 
| string | Sort field name (corresponds to data array field) | 
| string | Width string | 
Definition at line 1272 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilExportTableGUI\addCustomColumn(), ilSurveyCodesMailTableGUI\completeColumns(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassOverwiewTableGUI\initColumns(), ilImageMapTableGUI\initColumns(), ilTestManScoringParticipantsTableGUI\initColumns(), ilPCIIMTriggerTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilECSServerTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ilMailFolderTableGUI\prepareHTML(), and ilLinkCheckerTableGUI\prepareHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addCommandButton | ( | $a_cmd, | |
| $a_text, | |||
| $a_onclick = '', | |||
| $a_id = "" | |||
| ) | 
Add Command button.
| string | Command | 
| string | Text | 
Definition at line 1162 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilStyleTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilMailFolderTableGUI\initCommandButtons(), ilConditionHandlerTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilLPCollectionSettingsTableGUI\parseCollection(), ilLinkCheckerTableGUI\prepareHTML(), ilObjectTranslationTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Add filter item.
Filter items are property form inputs that implement the ilTableFilterItem interface
Definition at line 598 of file class.ilTable2GUI.php.
Referenced by addFilterItemByMetaType(), ilRoleAssignmentTableGUI\initFilter(), ilTermListTableGUI\initFilter(), ilPDNewsTableGUI\initFilter(), ilPresentationListTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilAccountCodesTableGUI\initFilter(), ilRegistrationCodesTableGUI\initFilter(), ilTestParticipantsTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilTrUserObjectsPropsTableGUI\initFilter(), and ilUserTableGUI\initFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addFilterItemByMetaType | ( | $id, | |
| $type = self::FILTER_TEXT, | |||
| $a_optional = false, | |||
| $caption = NULL | |||
| ) | 
Add filter by standard type.
| string | $id | |
| int | $type | |
| bool | $a_optional | |
| string | $caption | 
Definition at line 627 of file class.ilTable2GUI.php.
References $lng, addFilterItem(), ilCombinationInputGUI\COMPARISON_ASCENDING, and ilDateTimeInputGUI\MODE_INPUT.
Referenced by ilDataCollectionDatatype\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addHeaderCommand | ( | $a_href, | |
| $a_text, | |||
| $a_target = "", | |||
| $a_img = "" | |||
| ) | 
Add Header Command (Link) (Image needed for now)
| string | href | 
| string | text | 
Definition at line 1239 of file class.ilTable2GUI.php.
Referenced by ilObjGroupGUI\membersObject(), and ilObjCourseGUI\membersObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addHiddenInput | ( | $a_name, | |
| $a_value | |||
| ) | 
Add Hidden Input field.
| string | Name | 
| string | Value | 
Definition at line 1228 of file class.ilTable2GUI.php.
Referenced by ilPasteStyleCharacteristicTableGUI\__construct(), and addMultiItemSelectionButton().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addMultiCommand | ( | $a_cmd, | |
| $a_text | |||
| ) | 
Add Command button.
| string | Command | 
| string | Text | 
Definition at line 1217 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilContributorTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilExportTableGUI\addCustomMultiCommand(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilMailFolderTableGUI\initMultiCommands(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilShopTopicsTableGUI\parseRecords(), ilObjRoleGUI\permObject(), ilObjectTranslationTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addMultiItemSelectionButton | ( | $a_sel_var, | |
| $a_options, | |||
| $a_cmd, | |||
| $a_text, | |||
| $a_default_selection = '' | |||
| ) | 
Add Selection List + Command button for selected items.
| string | selection input variable name | 
| array | selection options ("value" => text") | 
| string | command | 
| string | button text | 
Definition at line 1193 of file class.ilTable2GUI.php.
References addHiddenInput().
Referenced by ilCourseParticipantsGroupsTableGUI\__construct(), and ilRepositoryUserResultTableGUI\initMultiCommands().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::addSelectionButton | ( | $a_sel_var, | |
| $a_options, | |||
| $a_cmd, | |||
| $a_text, | |||
| $a_default_selection = '' | |||
| ) | 
Add Selection List + Command button.
| string | selection input variable name | 
| array | selection options ("value" => text") | 
| string | command | 
| string | button text | 
Definition at line 1178 of file class.ilTable2GUI.php.
| ilTable2GUI::clearCommandButtons | ( | ) | 
Definition at line 1151 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\parse().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Definition at line 572 of file class.ilTable2GUI.php.
Referenced by exportData(), fillActionRow(), fillFooter(), getHTML(), and ilObjectTranslationTableGUI\prepareOutput().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::deleteTemplate | ( | $a_name | ) | 
Delete template.
| string | $a_name | 
Definition at line 2931 of file class.ilTable2GUI.php.
References $ilUser, getContext(), and ilUtil\prepareFormOutput().
Referenced by fillFooter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::determineLimit | ( | ) | 
Determine the limit.
Definition at line 159 of file class.ilTable2GUI.php.
References $_GET, $ilUser, ilTableGUI\$limit, loadProperty(), resetOffset(), ilTableGUI\setLimit(), and storeProperty().
Referenced by __construct(), and getCurrentState().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::determineOffsetAndOrder | ( | $a_omit_offset = false | ) | 
Determine offset and order.
Definition at line 1435 of file class.ilTable2GUI.php.
References $_GET, $_POST, $_SESSION, $ilUser, getDefaultOrderDirection(), getDefaultOrderField(), getExternalSegmentation(), getId(), getNavParameter(), loadProperty(), resetOffset(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), and setOrderField().
Referenced by ilLPTableBaseGUI\executeCommand(), exportData(), ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilCourseParticipantsTableGUI\parse(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and resetOffset().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::determineSelectedColumns | ( | ) | 
Determine selected columns.
Definition at line 213 of file class.ilTable2GUI.php.
References $_POST, getId(), getSelectableColumns(), loadProperty(), and storeProperty().
Referenced by __construct(), and getCurrentState().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::determineSelectedFilters | ( | ) | 
Determine selected filters.
| @return | 
Definition at line 844 of file class.ilTable2GUI.php.
References $_POST, getFilterItems(), getId(), loadProperty(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), getCurrentState(), and renderFilter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilTable2GUI::executeCommand | ( | ) | 
Execute command.
Reimplemented in ilLPTableBaseGUI.
Definition at line 309 of file class.ilTable2GUI.php.
References $_GET, $cmd, $ilCtrl, getFilterItemByPostVar(), and initFilter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTable2GUI::exportData | ( | $format, | |
| $send = false | |||
| ) | 
Export and optionally send current table data.
| int | $format | 
Definition at line 3026 of file class.ilTable2GUI.php.
References $filename, $row, dataExists(), determineOffsetAndOrder(), exit, fillHeaderCSV(), fillHeaderExcel(), fillMetaCSV(), fillMetaExcel(), fillRowCSV(), fillRowExcel(), getExternalSorting(), ilTableGUI\getOrderDirection(), getOrderField(), numericOrdering(), and ilUtil\sortArray().
Referenced by getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::fillActionRow | ( | ) | 
Fill Action Row.
Definition at line 2450 of file class.ilTable2GUI.php.
References $cmd, $lng, dataExists(), ilUtil\formSelect(), ilUtil\getImagePath(), and getTopCommands().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::fillFooter | ( | ) | 
Fill footer row.
Definition at line 2005 of file class.ilTable2GUI.php.
References $_REQUEST, $ilCtrl, $ilUser, ilTableGUI\$limit, $lng, ilTableGUI\$max_count, dataExists(), deleteTemplate(), ilTableGUI\getColumnCount(), getContext(), getDisableFilterHiding(), getDisplayAsBlock(), getEnableNumInfo(), getFormName(), getId(), getLinkbar(), getParentCmd(), getRowSelectorLabel(), getSelectableColumns(), getSelectAllCheckbox(), getShowRowsSelector(), getShowTemplates(), isColumnSelected(), saveTemplate(), and ilUtil\sendSuccess().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::fillHeader | ( | ) | 
Reimplemented in ilQuestionBrowserTableGUI, and ilTestQuestionsTableGUI.
Definition at line 1316 of file class.ilTable2GUI.php.
References $lng, ilTooltipGUI\addTooltip(), getId(), ilUtil\getImagePath(), ilUtil\img(), and setOrderLink().
Referenced by render().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
CSV Version of Fill Header.
Likely to be overwritten by derived class.
| object | $a_csv | current file | 
Reimplemented in ilTrSummaryTableGUI, ilTrObjectUsersPropsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrMatrixTableGUI, ilLPProgressTableGUI, and ilBookingReservationsTableGUI.
Definition at line 3176 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Excel Version of Fill Row.
Likely to be overwritten by derived class.
| object | $a_worksheet | current sheet | 
| int | $a_row | row counter | 
Reimplemented in ilTrSummaryTableGUI, ilTrObjectUsersPropsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrMatrixTableGUI, ilLPProgressTableGUI, ilBookingReservationsTableGUI, and ilDataCollectionRecordListTableGUI.
Definition at line 3122 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::fillHiddenRow | ( | ) | 
Definition at line 2429 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Add meta information to csv export.
Likely to be overwritten by derived class.
| object | $a_csv | current file | 
Reimplemented in ilLPTableBaseGUI.
Definition at line 3165 of file class.ilTable2GUI.php.
Referenced by exportData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Add meta information to excel export.
Likely to be overwritten by derived class.
| object | $a_worksheet | current sheet | 
| int | $a_row | row counter | 
Reimplemented in ilLPTableBaseGUI.
Definition at line 3110 of file class.ilTable2GUI.php.
Referenced by exportData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
| array | $a_set | data array | 
Reimplemented in ilTrSummaryTableGUI, ilUserTableGUI, ilTrObjectUsersPropsTableGUI, ilMailFolderTableGUI, ilLPObjectStatisticsLPTableGUI, ilMediaPoolTableGUI, ilTrUserObjectsPropsTableGUI, ilAssQuestionHintsTableGUI, ilEvaluationAllTableGUI, ilQuestionBrowserTableGUI, ilCourseParticipantsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilDataCollectionRecordListTableGUI, ilRoleTableGUI, ilSurveyQuestionTableGUI, ilSurveyQuestionsTableGUI, ilObjectRolePermissionTableGUI, ilRegistrationCodesTableGUI, ilLPObjectStatisticsTableGUI, ilSurveyQuestionbrowserTableGUI, ilLPObjectStatisticsDailyTableGUI, ilSessionParticipantsTableGUI, ilCourseParticipantsGroupsTableGUI, ilBookingReservationsTableGUI, ilWebResourceEditableLinkTableGUI, ilObjectRoleTemplatePermissionTableGUI, ilLPProgressTableGUI, ilAccountCodesTableGUI, ilTestQuestionBrowserTableGUI, ilGroupParticipantsTableGUI, ilBenchmarkTableGUI, ilWaitingListTableGUI, ilWikiPagesTableGUI, ilFileSystemTableGUI, ilTestQuestionsTableGUI, ilWebResourceLinkTableGUI, ilObjectCopySearchResultTableGUI, ilClientListTableGUI, ilExerciseMemberTableGUI, ilSubscriberTableGUI, ilSurveyResultsCumulatedTableGUI, ilSurveyCodesMailTableGUI, ilTestExportTableGUI, ilAssignedUsersTableGUI, ilCourseStartObjectsTableGUI, ilSurveySyncTableGUI, ilAdminSubItemsTableGUI, ilTestParticipantsTableGUI, ilMailSearchCoursesTableGUI, ilPDNewsTableGUI, ilObjectCopySelectionTableGUI, ilTestFixedParticipantsTableGUI, ilCopySelfAssQuestionTableGUI, ilQuestionPoolPrintViewTableGUI, ilCourseGroupingAssignmentTableGUI, ilTestManScoringParticipantsTableGUI, ilWorkspaceAccessTableGUI, ilListOfQuestionsTableGUI, ilCourseEditParticipantsTableGUI, ilMailSearchCoursesMembersTableGUI, ilSurveyCodesTableGUI, ilSurveyExportTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilExAssignmentTeamTableGUI, ilExGradesTableGUI, ilSurveyMaintenanceTableGUI, ilSCORM2004ExportTableGUI, ilSurveyQuestionPoolExportTableGUI, ilImageMapTableGUI, ilPresentationListTableGUI, ilExportTableGUI, ilCalendarManageTableGUI, ilPluginsOverviewTableGUI, ilPortfolioTableGUI, ilExParticipantTableGUI, ilLMQuestionListTableGUI, ilSurveyResultsUserTableGUI, ilSurveyPhrasesTableGUI, ilMilestoneResponsiblesTableGUI, ilCourseObjectiveQuestionAssignmentTableGUI, ilPCIIMTriggerTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilExAssignmentTeamLogTableGUI, ilCalendarAppointmentsTableGUI, ilUserLPTableGUI, ilAssignmentsTableGUI, ilTestAverageReachedPointsTableGUI, ilWorkspaceShareTableGUI, ilRepositoryUserResultTableGUI, ilSystemStylesTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilRbacLogTableGUI, ilCalendarCategoryTableGUI, ilContributorTableGUI, ilStyleTableGUI, ilLPCollectionSettingsTableGUI, ilECSCommunityTableGUI, ilObjectOwnershipManagementTableGUI, ilGroupEditParticipantsTableGUI, ilLanguageTableGUI, ilSelfEvaluationSimpleTableGUI, ilSkillAssignMaterialsTableGUI, ilTermListTableGUI, ilCalendarChangedAppointmentsTableGUI, ilTableTemplatesTableGUI, ilBookingObjectsTableGUI, ilAssessmentFolderLogAdministrationTableGUI, ilCourseObjectivesTableGUI, ilPollAnswerTableGUI, ilTestInviteUsersTableGUI, ilSCORMTrackingItemsScoTableGUI, ilSurveyInvitedUsersTableGUI, ilSkillLevelTableGUI, ilTestInviteGroupsTableGUI, ilTestInviteRolesTableGUI, ilDidacticTemplateSettingsTableGUI, ilSkillSelfEvalSkillTableGUI, ilTaxonomyTableGUI, ilObjectRoleTemplateOptionsTableGUI, ilExcDeliveredFilesTableGUI, ilExportIDTableGUI, ilComponentsTableGUI, ilComponentsTableGUI, ilTestHistoryTableGUI, ilCalendarSharedListTableGUI, ilMediaObjectUsagesTableGUI, ilPortfolioPageTableGUI, ilStyleColorTableGUI, ilMediaPoolPageUsagesTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilCourseGroupingTableGUI, ilHelpMappingTableGUI, ilUploadDirFilesTableGUI, ilAssessmentFolderLogTableGUI, assFileUploadFileTableGUI, ilCalendarInboxSharedTableGUI, ilCourseObjectiveQuestionsTableGUI, ilExerciseVerificationTableGUI, ilSurveySavePhraseTableGUI, ilWikiContributorsTableGUI, ilObjectivesAlignmentTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilSCORMTrackingUsersTableGUI, ilSkillCatTableGUI, ilMDCopyrightTableGUI, ilPageLayoutTableGUI, ilItemGroupItemsTableGUI, ilTestAggregatedResultsTableGUI, ilAdvancedMDRecordTableGUI, ilLDAPRoleAssignmentTableGUI, ilECSImportedContentTableGUI, ilCourseInfoFileTableGUI, ilSessionFileTableGUI, ilSurveyMaterialsTableGUI, ilWikiRecentChangesTableGUI, ilECSReleasedContentTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilConsultationHoursTableGUI, ilLMPagesTableGUI, ilClipboardTableGUI, ilLinksTableGUI, ilTestPassOverwiewTableGUI, ilTestVerificationTableGUI, ilRoleSelectionTableGUI, ilRoleAssignmentTableGUI, ilECSNodeMappingTreeTableGUI, ilShibbolethRoleAssignmentTableGUI, ilAddressbookTableGUI, ilLPObjectStatisticsAdminTableGUI, ilObjectTranslationTableGUI, ilLuceneAdvancedSearchActivationTableGUI, ilECSCategoryMappingTableGUI, ilTermUsagesTableGUI, ilResultsByQuestionTableGUI, ilPCFileListTableGUI, ilChatroomSmiliesTableGUI, ilStyleImageTableGUI, ilSCORMTrackingItemsPerScoTableGUI, ilPluginsTableGUI, ilOrgUnitAssignmentTableGUI, ilRatingCategoryTableGUI, ilWikiSearchResultsTableGUI, ilBookingSchedulesTableGUI, ilMediaCastTableGUI, ilSysStyleCatAssignmentTableGUI, ilAccessKeyTableGUI, ilAuthLoginPageEditorTableGUI, ilBookmarkAdministrationTableGUI, ilPCIIMOverlaysTableGUI, ilFoundUsersTableGUI, ilSpecialUsersTableGUI, ilExportSelectionTableGUI, ilRepDependenciesTableGUI, ilUserFieldSettingsTableGUI, ilSCORM2004TrackingTableGUI, ilObjectCustomUserFieldsTableGUI, ilShopTopicsTableGUI, ilSearchResultTableGUI, ilCustomUserFieldSettingsTableGUI, ilObjWorkspaceFolderTableGUI, ilPublicSubmissionsTableGUI, ilContentStylesTableGUI, ilPageHistoryTableGUI, ilPCImageMapTableGUI, ilShopPersonalSettingsTopicsTableGUI, ilRepositoryObjectResultTableGUI, ilSetupLanguageTableGUI, ilHelpModuleTableGUI, ilOpenIdProviderTableGUI, ilHelpTooltipTableGUI, ilTrashTableGUI, ilPasteStyleCharacteristicTableGUI, ilImportantPagesTableGUI, ilSettingsTemplateTableGUI, ilSubItemSelectionTableGUI, ilSelfEvaluationTableGUI, ilLMMenuItemsTableGUI, ilPCTabsTableGUI, ilShoppingCartTableGUI, ilExtendedProfileTableGUI, ilScormSpecialPagesTableGUI, ilPCIIMPopupTableGUI, ilNotificationSettingsTable, ilShopTableGUI, ilConfirmationTableGUI, ilTermQuickListTableGUI, ilPersonalSkillTableGUI, ilUserForTagTableGUI, ilNewsForContextTableGUI, ilECSServerTableGUI, ilConditionHandlerTableGUI, and ilShopCouponsTableGUI.
Definition at line 1994 of file class.ilTable2GUI.php.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
CSV Version of Fill Row.
Most likely to be overwritten by derived class.
| object | $a_csv | current file | 
| array | $a_set | data array | 
Reimplemented in ilTrSummaryTableGUI, ilTrObjectUsersPropsTableGUI, ilTrMatrixTableGUI, ilTrUserObjectsPropsTableGUI, ilLPObjectStatisticsTableGUI, ilLPProgressTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTypesTableGUI, and ilBookingReservationsTableGUI.
Definition at line 3196 of file class.ilTable2GUI.php.
Referenced by exportData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Excel Version of Fill Row.
Most likely to be overwritten by derived class.
| object | $a_worksheet | current sheet | 
| int | $a_row | row counter | 
| array | $a_set | data array | 
Reimplemented in ilTrSummaryTableGUI, ilTrObjectUsersPropsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrMatrixTableGUI, ilLPObjectStatisticsTableGUI, ilLPProgressTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectStatisticsDailyTableGUI, ilBookingReservationsTableGUI, ilDataCollectionRecordListTableGUI, and ilUserLPTableGUI.
Definition at line 3145 of file class.ilTable2GUI.php.
Referenced by exportData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Get maximum number of entries to enable actions for all.
Definition at line 3224 of file class.ilTable2GUI.php.
References ilTableGUI\$limit, and ACTION_ALL_LIMIT.
| ilTable2GUI::getCloseFormTag | ( | ) | 
Get close form tag.
Definition at line 151 of file class.ilTable2GUI.php.
References $close_form_tag.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getContext | ( | ) | 
Get context.
Definition at line 2815 of file class.ilTable2GUI.php.
References $context.
Referenced by deleteTemplate(), fillFooter(), restoreTemplate(), and saveTemplate().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getCurrentState | ( | ) | 
get current settings for order, limit, columns and filter
Definition at line 2710 of file class.ilTable2GUI.php.
References $result, $selected_column, determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), getFilterValue(), getLimit(), getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and getSelectedFilters().
Referenced by saveTemplate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Reimplemented from ilTableGUI.
Definition at line 567 of file class.ilTable2GUI.php.
Referenced by ilSkillLevelTableGUI\__construct(), ilTestQuestionsTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilLPObjectStatisticsTypesTableGUI\getGraph(), getHTML(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getDefaultOrderDirection | ( | ) | 
Get Default order direction.
Definition at line 1141 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getDefaultOrderField | ( | ) | 
Get Default order field.
Definition at line 1121 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getDescription | ( | ) | 
Get description.
Definition at line 519 of file class.ilTable2GUI.php.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getDisableFilterHiding | ( | ) | 
Get disable filter hiding.
Definition at line 803 of file class.ilTable2GUI.php.
References $disable_filter_hiding.
Referenced by fillFooter(), and renderFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getDisplayAsBlock | ( | ) | 
Get display as block.
Definition at line 989 of file class.ilTable2GUI.php.
Referenced by fillFooter(), getLinkbar(), and render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getEnableHeader | ( | ) | 
Get Enable Header.
Definition at line 471 of file class.ilTable2GUI.php.
| ilTable2GUI::getEnableNumInfo | ( | ) | 
Get enable num info.
Definition at line 491 of file class.ilTable2GUI.php.
Referenced by fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getEnableTitle | ( | ) | 
Get Enable Title.
Definition at line 451 of file class.ilTable2GUI.php.
| ilTable2GUI::getExportMode | ( | ) | 
Was export activated?
Definition at line 3016 of file class.ilTable2GUI.php.
References $export_mode.
Referenced by getHTML(), getLimit(), and getOffset().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getExternalSegmentation | ( | ) | 
Get external segmentation.
Definition at line 1089 of file class.ilTable2GUI.php.
References $ext_seg.
Referenced by determineOffsetAndOrder(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getExternalSorting | ( | ) | 
Get external sorting.
Definition at line 1029 of file class.ilTable2GUI.php.
References $ext_sort.
Referenced by exportData(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getFilterCols | ( | ) | 
Get filter columns.
Definition at line 783 of file class.ilTable2GUI.php.
References $filter_cols.
Referenced by renderFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getFilterCommand | ( | ) | 
Get filter command.
Definition at line 1049 of file class.ilTable2GUI.php.
References $filter_cmd.
| 
 | final | 
Definition at line 749 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), executeCommand(), ilLPTableBaseGUI\getCurrentFilter(), ilObjectRolePermissionTableGUI\initColumns(), and ilRoleTableGUI\parse().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Get filter items.
Definition at line 740 of file class.ilTable2GUI.php.
References $filters, and $optional_filters.
Referenced by determineSelectedFilters(), getFilterItemByPostVar(), renderFilter(), resetFilter(), and writeFilterToSession().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Get current filter value.
| ilFormPropertyGUI | $a_item | 
Definition at line 2758 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by getCurrentState().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Get Form action parameter.
Definition at line 925 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getFormName | ( | ) | 
Get Form name.
Reimplemented from ilTableGUI.
Definition at line 945 of file class.ilTable2GUI.php.
Referenced by fillFooter(), ilObjectRolePermissionTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Get HTML.
Definition at line 1522 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $ilCtrl, $ilUser, $lng, dataExists(), determineOffsetAndOrder(), exportData(), fillActionRow(), fillFooter(), fillHiddenRow(), fillRow(), getCloseFormTag(), getData(), getExportMode(), getExternalSegmentation(), getExternalSorting(), getFormAction(), getFormName(), getId(), getLimit(), getNavParameter(), getNoEntriesText(), getOffset(), getOpenFormTag(), ilTableGUI\getOrderDirection(), getOrderField(), getParentObject(), getPrintMode(), numericOrdering(), prepareOutput(), render(), ilTableGUI\setFooter(), ilTableGUI\setMaxCount(), ilDatePresentation\setUseRelativeDates(), ilUtil\sortArray(), and storeNavParameter().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilTable2GUI::getId | ( | ) | 
Get element id.
Definition at line 969 of file class.ilTable2GUI.php.
Referenced by __construct(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), fillFooter(), fillHeader(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), loadProperty(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), render(), renderFilter(), and storeProperty().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getIsDataTable | ( | ) | 
Get is data table.
Definition at line 431 of file class.ilTable2GUI.php.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getLimit | ( | ) | 
Get limit.
Reimplemented from ilTableGUI.
Definition at line 2950 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCourseParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and ilCalendarChangedAppointmentsTableGUI\setAppointments().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getLinkbar | ( | $a_num | ) | 
Get previous/next linkbar.
Definition at line 2311 of file class.ilTable2GUI.php.
References $ilCtrl, $ilUser, $lng, ilUtil\formSelect(), getDisplayAsBlock(), getLimit(), getNavParameter(), getOffset(), ilTableGUI\getOrderDirection(), and getOrderField().
Referenced by fillFooter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Definition at line 1287 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), getLinkbar(), resetOffset(), and setOrderLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getNoEntriesText | ( | ) | 
Get text for an empty table.
Definition at line 411 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getOffset | ( | ) | 
Get offset.
Reimplemented from ilTableGUI.
Definition at line 2962 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCourseParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and storeNavParameter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getOpenFormTag | ( | ) | 
Get open form tag.
Definition at line 131 of file class.ilTable2GUI.php.
References $open_form_tag.
Referenced by getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getOrderField | ( | ) | 
Definition at line 534 of file class.ilTable2GUI.php.
Referenced by exportData(), ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilUserTableGUI\getUserIdsForFilter(), ilCourseParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), resetOffset(), and storeNavParameter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getParentCmd | ( | ) | 
Get parent command.
Definition at line 371 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), fillFooter(), ilPageHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilConditionHandlerTableGUI\initTable(), ilLinkCheckerTableGUI\prepareHTML(), and renderFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getParentObject | ( | ) | 
Get parent object.
Definition at line 361 of file class.ilTable2GUI.php.
Referenced by ilBookmarkAdministrationTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilConditionHandlerTableGUI\fillRow(), ilECSServerTableGUI\fillRow(), ilOpenIdProviderTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilObjectCustomUserFieldsTableGUI\fillRow(), ilAuthLoginPageEditorTableGUI\fillRow(), ilSCORMTrackingItemsPerScoTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilECSNodeMappingTreeTableGUI\fillRow(), ilConsultationHoursTableGUI\fillRow(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilMDCopyrightTableGUI\fillRow(), ilSCORMTrackingUsersTableGUI\fillRow(), ilSCORMTrackingItemsPerUserTableGUI\fillRow(), ilDidacticTemplateSettingsTableGUI\fillRow(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilECSCommunityTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), ilRoleTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), ilSubscriberTableGUI\getSelectableColumns(), ilWaitingListTableGUI\getSelectableColumns(), ilGroupParticipantsTableGUI\getSelectableColumns(), ilCourseParticipantsTableGUI\getSelectableColumns(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilGroupParticipantsTableGUI\initAcceptedAgreements(), ilCourseParticipantsTableGUI\initAcceptedAgreements(), ilObjectRolePermissionTableGUI\initColumns(), ilWebResourceLinkTableGUI\initSorting(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilLinkCheckerTableGUI\prepareHTML(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Definition at line 589 of file class.ilTable2GUI.php.
References ilTableGUI\$prefix.
Referenced by setId().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getPrintMode | ( | ) | 
Get print mode.
Definition at line 3006 of file class.ilTable2GUI.php.
References $print_mode.
Referenced by ilTrUserObjectsPropsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), getHTML(), getLimit(), getOffset(), and render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getResetCommand | ( | ) | 
Get reset filter command.
Definition at line 1069 of file class.ilTable2GUI.php.
References $reset_cmd.
| ilTable2GUI::getRowSelectorLabel | ( | ) | 
Definition at line 3249 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getSelectableColumns | ( | ) | 
Get selectable columns.
Reimplemented in ilCourseParticipantsTableGUI, ilSurveyQuestionsTableGUI, ilEvaluationAllTableGUI, ilGroupParticipantsTableGUI, ilWaitingListTableGUI, ilQuestionBrowserTableGUI, ilUserTableGUI, ilSubscriberTableGUI, ilTrObjectUsersPropsTableGUI, ilSurveyResultsCumulatedTableGUI, ilQuestionPoolPrintViewTableGUI, ilTrUserObjectsPropsTableGUI, ilTrMatrixTableGUI, ilTrSummaryTableGUI, and ilRepositoryUserResultTableGUI.
Definition at line 205 of file class.ilTable2GUI.php.
Referenced by determineSelectedColumns(), and fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getSelectAllCheckbox | ( | ) | 
Get the name of the checkbox that should be toggled with a select all button.
Reimplemented from ilTableGUI.
Definition at line 999 of file class.ilTable2GUI.php.
References ilTableGUI\$select_all_checkbox.
Referenced by fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getSelectedColumns | ( | ) | 
Get selected columns.
| @return | 
Reimplemented in ilEvaluationAllTableGUI, and ilRegistrationCodesTableGUI.
Definition at line 293 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilUserTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTrMatrixTableGUI\fillHeaderCSV(), ilTrUserObjectsPropsTableGUI\fillHeaderCSV(), ilTrObjectUsersPropsTableGUI\fillHeaderCSV(), ilTrSummaryTableGUI\fillHeaderCSV(), ilTrMatrixTableGUI\fillHeaderExcel(), ilTrUserObjectsPropsTableGUI\fillHeaderExcel(), ilTrObjectUsersPropsTableGUI\fillHeaderExcel(), ilTrSummaryTableGUI\fillHeaderExcel(), ilRepositoryUserResultTableGUI\fillRow(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilSurveyResultsCumulatedTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilGroupParticipantsTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilTrMatrixTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilTrSummaryTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRowCSV(), ilTrMatrixTableGUI\fillRowCSV(), ilTrObjectUsersPropsTableGUI\fillRowCSV(), ilTrSummaryTableGUI\fillRowCSV(), ilTrMatrixTableGUI\fillRowExcel(), ilTrUserObjectsPropsTableGUI\fillRowExcel(), ilTrObjectUsersPropsTableGUI\fillRowExcel(), ilTrSummaryTableGUI\fillRowExcel(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilRepositoryUserResultTableGUI\parseUserIds(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getSelectedFilters | ( | ) | 
Get selected filters.
| @return | 
Definition at line 825 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getShowRowsSelector | ( | ) | 
Get rows-per-page selector state.
Definition at line 2835 of file class.ilTable2GUI.php.
References $show_rows_selector.
Referenced by fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getShowTemplates | ( | ) | 
Get template state.
Definition at line 2855 of file class.ilTable2GUI.php.
References $show_templates.
Referenced by fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getTopAnchor | ( | ) | 
Get top anchor.
Definition at line 391 of file class.ilTable2GUI.php.
References $top_anchor.
Referenced by render().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::getTopCommands | ( | ) | 
Get top commands (display command buttons on top of table, too)
Definition at line 1260 of file class.ilTable2GUI.php.
References $top_commands.
Referenced by fillActionRow().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::initFilter | ( | ) | 
Init filter.
Overwrite this to initialize all filter input property objects.
Reimplemented in ilUserTableGUI, ilTrObjectUsersPropsTableGUI, ilDataCollectionRecordListTableGUI, ilTrUserObjectsPropsTableGUI, ilEvaluationAllTableGUI, ilTrSummaryTableGUI, ilQuestionBrowserTableGUI, ilObjectRolePermissionTableGUI, ilMediaPoolTableGUI, ilLPObjectStatisticsLPTableGUI, ilRoleTableGUI, ilTestParticipantsTableGUI, ilRegistrationCodesTableGUI, ilAccountCodesTableGUI, ilSurveyQuestionsTableGUI, ilCopySelfAssQuestionTableGUI, ilSurveyQuestionbrowserTableGUI, ilCourseParticipantsGroupsTableGUI, ilTestQuestionBrowserTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectStatisticsTableGUI, ilTestManScoringParticipantsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilPresentationListTableGUI, ilBookingReservationsTableGUI, ilTrMatrixTableGUI, ilSCORMTrackingUsersTableGUI, ilPDNewsTableGUI, ilRbacLogTableGUI, ilTermListTableGUI, and ilRoleAssignmentTableGUI.
Definition at line 352 of file class.ilTable2GUI.php.
Referenced by ilLPProgressTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), and executeCommand().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::isColumnSelected | ( | $a_col | ) | 
Is given column selected?
| string | column name | 
Definition at line 282 of file class.ilTable2GUI.php.
Referenced by fillFooter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::isFilterSelected | ( | $a_col | ) | 
Is given filter selected?
| string | column name | 
Definition at line 814 of file class.ilTable2GUI.php.
Referenced by renderFilter().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::loadProperty | ( | $type | ) | 
Load table property.
| string | $type | 
Definition at line 2692 of file class.ilTable2GUI.php.
References $ilUser, and getId().
Referenced by determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), and renderFilter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::numericOrdering | ( | $a_field | ) | 
Should this field be sorted numeric?
Reimplemented in ilTrSummaryTableGUI, ilQuestionBrowserTableGUI, ilForumTopicTableGUI, ilAssQuestionHintsTableGUI, ilQuestionPoolPrintViewTableGUI, ilTestParticipantsTableGUI, ilTestFixedParticipantsTableGUI, ilLPObjectStatisticsLPTableGUI, ilMailSearchCoursesTableGUI, ilWikiPagesTableGUI, ilRepositoryObjectResultTableGUI, ilDataCollectionRecordListTableGUI, ilEvaluationAllTableGUI, ilTestExportTableGUI, ilExGradesTableGUI, ilExParticipantTableGUI, ilAssignmentsTableGUI, ilFileSystemTableGUI, ilMailAttachmentTableGUI, ilTestAverageReachedPointsTableGUI, ilTaxonomyTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilSkillLevelTableGUI, ilPollAnswerTableGUI, ilForumStatisticsTableGUI, and ilPageHistoryTableGUI.
Definition at line 1654 of file class.ilTable2GUI.php.
Referenced by ilAssessmentFolderLogAdministrationTableGUI\__construct(), exportData(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Anything that must be done before HTML is generated.
Reimplemented in ilMediaPoolTableGUI, ilFileSystemTableGUI, and ilObjectTranslationTableGUI.
Definition at line 1427 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::render | ( | ) | 
render table public
Reimplemented from ilTableGUI.
Reimplemented in ilMediaPoolTableGUI.
Definition at line 1663 of file class.ilTable2GUI.php.
References $ilCtrl, $lng, fillHeader(), getDescription(), getDisplayAsBlock(), getId(), ilUtil\getImagePath(), getIsDataTable(), getPrintMode(), ilTableGUI\getStyle(), getTopAnchor(), and renderFilter().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Render Filter section.
Definition at line 1779 of file class.ilTable2GUI.php.
References $lng, $tpl, determineSelectedFilters(), getDisableFilterHiding(), getFilterCols(), getFilterItems(), getId(), getParentCmd(), ilYuiUtil\initConnection(), isFilterSelected(), and loadProperty().
Referenced by render().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::resetFilter | ( | ) | 
Reset filter.
Definition at line 1959 of file class.ilTable2GUI.php.
References $_POST, $_REQUEST, $lng, and getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), ilObjTestGUI\fpResetFilterObject(), ilObjTestGUI\npResetFilterObject(), and ilObjSCORMLearningModuleGUI\resetUserTableFilter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::resetOffset | ( | $a_in_determination = false | ) | 
Reset offset.
Definition at line 334 of file class.ilTable2GUI.php.
References $_GET, $_POST, determineOffsetAndOrder(), getNavParameter(), ilTableGUI\getOrderDirection(), getOrderField(), and ilTableGUI\setOffset().
Referenced by ilPermission2GUI\applyLogFilter(), determineLimit(), determineOffsetAndOrder(), ilLPTableBaseGUI\executeCommand(), ilMailFolderTableGUI\fetchTableData(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilPermission2GUI\resetLogFilter(), and ilCalendarManageTableGUI\resetToDefaults().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::restoreTemplate | ( | $a_name | ) | 
Restore state from template.
| string | $a_name | 
Definition at line 2866 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $ilUser, getContext(), storeProperty(), and ilUtil\stripSlashes().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::saveTemplate | ( | $a_name | ) | 
Save current state as template.
| string | $a_name | 
Definition at line 2903 of file class.ilTable2GUI.php.
References $ilUser, getContext(), getCurrentState(), and ilUtil\prepareFormOutput().
Referenced by fillFooter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setCloseCommand | ( | $a_link | ) | 
Add command for closing table.
| string | $a_link | closing link | 
Definition at line 1206 of file class.ilTable2GUI.php.
| ilTable2GUI::setCloseFormTag | ( | $a_val | ) | 
Set close form tag.
| boolean | close form tag | 
Definition at line 141 of file class.ilTable2GUI.php.
| ilTable2GUI::setContext | ( | $id | ) | 
Set context.
| string | $id | 
Definition at line 2802 of file class.ilTable2GUI.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setCustomPreviousNext | ( | $a_prev_link, | |
| $a_next_link | |||
| ) | 
Set custom previous/next links.
Definition at line 903 of file class.ilTable2GUI.php.
| 
 | final | 
set table data public
| array | table data | 
Reimplemented from ilTableGUI.
Definition at line 539 of file class.ilTable2GUI.php.
Referenced by ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilDataCollectionRecordListTableGUI\buildData(), ilSurveyEvaluationGUI\evaluationuser(), ilMailFolderTableGUI\fetchTableData(), ilHelpMappingTableGUI\getChapters(), ilClientListTableGUI\getClients(), ilPluginsOverviewTableGUI\getComponents(), ilComponentsTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilFileSystemTableGUI\getEntries(), ilHelpModuleTableGUI\getHelpModules(), ilPCImageMapTableGUI\getItems(), ilTermUsagesTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilObjWorkspaceFolderTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilStyleImageTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilContributorTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilOrgUnitAssignmentTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilPCIIMTriggerTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilUserTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilItemGroupItemsTableGUI\getMaterials(), ilPageLayoutTableGUI\getPageLayouts(), ilWikiPagesTableGUI\getPages(), ilMilestoneResponsiblesTableGUI\getParticipantsAndResponsibles(), ilPluginsTableGUI\getPlugins(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilSysStyleCatAssignmentTableGUI\getStyleCatAssignments(), ilSystemStylesTableGUI\getStyles(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilSurveySyncTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilObjectOwnershipManagementTableGUI\initItems(), ilTestEvaluationGUI\outEvaluation(), ilTestOutputGUI\outQuestionSummary(), ilAuthLoginPageEditorTableGUI\parse(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilDidacticTemplateSettingsTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilOpenIdProviderTableGUI\parse(), ilObjectCustomUserFieldsTableGUI\parse(), ilLuceneAdvancedSearchActivationTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilECSServerTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilObjectRoleTemplateOptionsTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilCalendarCategoryTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilObjectRoleTemplatePermissionTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilRoleTableGUI\parse(), ilObjectRolePermissionTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilLPCollectionSettingsTableGUI\parseCollection(), ilExportSelectionTableGUI\parseContainer(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), ilShopTopicsTableGUI\parseRecords(), ilAdvancedMDRecordTableGUI\parseRecords(), ilLPCollectionSettingsTableGUI\parseScormCollection(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilWebResourceEditableLinkTableGUI\parseSelectedLinks(), ilMDCopyrightTableGUI\parseSelections(), ilObjectCopySelectionTableGUI\parseSource(), ilRepositoryUserResultTableGUI\parseUserIds(), ilLinkCheckerTableGUI\prepareHTML(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarAppointmentsTableGUI\setAppointments(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), ilConditionHandlerTableGUI\setConditions(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setDefaultOrderDirection | ( | $a_defaultorderdirection | ) | 
Set Default order direction.
| string | $a_defaultorderdirection | Default order direction | 
Definition at line 1131 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilClientListTableGUI\__construct(), ilExportTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilUserTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassOverwiewTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilConditionHandlerTableGUI\initTable(), and ilAssQuestionHintsTableGUI\initTestoutputColumns().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setDefaultOrderField | ( | $a_defaultorderfield | ) | 
Set Default order field.
| string | $a_defaultorderfield | Default order field | 
Definition at line 1111 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilClientListTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExportTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilContributorTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassOverwiewTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilAuthLoginPageEditorTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), and ilAssQuestionHintsTableGUI\initTestoutputColumns().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setDescription | ( | $a_val | ) | 
Set description.
| string | description | 
Definition at line 509 of file class.ilTable2GUI.php.
Referenced by ilPollAnswerTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilLPCollectionSettingsTableGUI\initTable(), and ilLPTableBaseGUI\parseTitle().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setDisableFilterHiding | ( | $a_val = true | ) | 
Set disable filter hiding.
| boolean | disable filter hiding | 
Definition at line 793 of file class.ilTable2GUI.php.
Referenced by ilObjectOwnershipManagementTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), and ilSCORMTrackingUsersTableGUI\initTable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setDisplayAsBlock | ( | $a_val | ) | 
Set display as block.
| boolean | display as block | 
Definition at line 979 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct(), and ilCalendarCategoryTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setEnableAllCommand | ( | $a_value | ) | 
Enable actions for all entries in current result.
| bool | $a_value | 
Definition at line 3214 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setEnableHeader | ( | $a_enableheader | ) | 
Set Enable Header.
| boolean | $a_enableheader | Enable Header | 
Definition at line 461 of file class.ilTable2GUI.php.
Referenced by ilPageLayoutTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExportTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilUserTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), and ilLinkCheckerTableGUI\prepareHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setEnableNumInfo | ( | $a_val | ) | 
Set enable num info.
| boolean | enable number of records info | 
Definition at line 481 of file class.ilTable2GUI.php.
Referenced by ilObjWorkspaceFolderTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), __construct(), and ilLinkCheckerTableGUI\prepareHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setEnableTitle | ( | $a_enabletitle | ) | 
Set Enable Title.
| boolean | $a_enabletitle | Enable Title | 
Definition at line 441 of file class.ilTable2GUI.php.
Referenced by ilOrgUnitAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilClientListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilStyleTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilPDNewsTableGUI\ilPDNewsTableGUI(), and ilLinkCheckerTableGUI\prepareHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setExportFormats | ( | array | $formats | ) | 
Set available export formats.
| array | $formats | 
Definition at line 2976 of file class.ilTable2GUI.php.
References $valid.
Referenced by ilUserLPTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setExternalSegmentation | ( | $a_val | ) | 
Set external segmentation.
| boolean | data is segmented externally | 
Definition at line 1079 of file class.ilTable2GUI.php.
Referenced by ilUserLPTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), and ilAssQuestionHintsTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setExternalSorting | ( | $a_val | ) | 
Set external sorting.
| boolean | data is sorted externally | 
Definition at line 1019 of file class.ilTable2GUI.php.
Referenced by ilUserLPTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setFilterCols | ( | $a_val | ) | 
Set filter columns.
| int | number of filter columns | 
Definition at line 773 of file class.ilTable2GUI.php.
| ilTable2GUI::setFilterCommand | ( | $a_val | ) | 
Set filter command.
| string | filter command | 
Definition at line 1039 of file class.ilTable2GUI.php.
Referenced by ilPresentationListTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilUserTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\initTable(), and ilObjTestGUI\participantsObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Set current filter value.
| ilFormPropertyGUI | $a_item | |
| mixed | $a_value | 
Definition at line 2780 of file class.ilTable2GUI.php.
References IL_CAL_DATE, and ilFormPropertyGUI\writeToSession().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | final | 
Set Form action parameter.
| string | $a_form_action | Form action | 
Definition at line 915 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTestPassOverwiewTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilShopTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilShoppingCartTableGUI\__construct(), ilUserTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), and ilLinkCheckerTableGUI\prepareHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setFormName | ( | $a_formname | ) | 
Set Form name.
| string | $a_formname | Form name | 
Reimplemented from ilTableGUI.
Definition at line 935 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilTestPassOverwiewTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSessionParticipantsTableGUI\init(), and ilAuthLoginPageEditorTableGUI\initTable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setHeaderHTML | ( | $html | ) | 
set header html
| string | $html | 
Definition at line 2662 of file class.ilTable2GUI.php.
| ilTable2GUI::setId | ( | $a_val | ) | 
Set id.
| string | element id | 
Definition at line 955 of file class.ilTable2GUI.php.
References getPrefix(), and setPrefix().
Referenced by ilNotificationSettingsTable\__construct(), ilUserLPTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilECSServerTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\__construct(), ilSCORMTrackingItemsPerScoTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSCORMTrackingItemsPerUserTableGUI\__construct(), ilDidacticTemplateSettingsTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilSCORMTrackingItemPerUserTableGUI\__construct(), ilSCORMTrackingItemsScoTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilRoleTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), and ilAuthLoginPageEditorTableGUI\initTable().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setIsDataTable | ( | $a_val | ) | 
Set is data table.
| boolean | is data table | 
Definition at line 421 of file class.ilTable2GUI.php.
Referenced by __construct(), and ilPDNewsTableGUI\ilPDNewsTableGUI().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setNoEntriesText | ( | $a_text | ) | 
Set text for an empty table.
| string | $a_text | Text | 
Definition at line 401 of file class.ilTable2GUI.php.
Referenced by ilObjectivesAlignmentTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), and ilShopTopicsTableGUI\parseRecords().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setOpenFormTag | ( | $a_val | ) | 
Set open form tag.
| boolean | open form tag | 
Definition at line 121 of file class.ilTable2GUI.php.
Referenced by ilUploadDirFilesTableGUI\__construct(), and ilObjTaxonomyGUI\listItems().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setOrderField | ( | $a_order_field | ) | 
set order column
| string | (array) field name for ordering | 
Definition at line 529 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), and ilCalendarManageTableGUI\resetToDefaults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setOrderLink | ( | $sort_field, | |
| $order_dir | |||
| ) | 
Reimplemented from ilTableGUI.
Definition at line 1292 of file class.ilTable2GUI.php.
References $_GET, $ilCtrl, $ilUser, and getNavParameter().
Referenced by fillHeader().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) public
| string | prefix | 
Reimplemented from ilTableGUI.
Definition at line 584 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilTestPassOverwiewTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), and setId().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setPrintMode | ( | $a_value = false | ) | 
Toogle print mode.
| bool | $a_value | 
Definition at line 2997 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setResetCommand | ( | $a_val | ) | 
Set reset filter command.
| string | reset command | 
Definition at line 1059 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), and ilSCORMTrackingUsersTableGUI\initTable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setRowSelectorLabel | ( | $row_selector_label | ) | 
| string | $row_selector_label | 
Definition at line 3240 of file class.ilTable2GUI.php.
References $row_selector_label.
| 
 | final | 
Set row template.
| string | $a_template | Template file name. | 
| string | $a_template_dir | Service/Module directory. | 
Definition at line 1100 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTestPassOverwiewTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilECSServerTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilLinkCheckerTableGUI\prepareHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setSelectAllCheckbox | ( | $a_select_all_checkbox | ) | 
Set the name of the checkbox that should be toggled with a select all button.
| string | $a_select_all_checkbox | name of the checkbox | 
Reimplemented from ilTableGUI.
Definition at line 1009 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilShopTopicsTableGUI\parseRecords().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setShowRowsSelector | ( | $a_value | ) | 
Toggle rows-per-page selector.
| bool | $a_value | 
Definition at line 2825 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilUserTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), and ilRoleTableGUI\init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setShowTemplates | ( | $a_value | ) | 
Toggle templates.
| bool | $a_value | 
Definition at line 2845 of file class.ilTable2GUI.php.
Referenced by ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), and ilDataCollectionRecordListTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | final | 
Set title and title icon.
Reimplemented from ilTableGUI.
Definition at line 499 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilTermListTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExportTableGUI\__construct(), ilStyleTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilECSSettingsGUI\communities(), ilComponentsTableGUI\ilComponentsTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilECSServerTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilLPTableBaseGUI\parseTitle(), ilLinkCheckerTableGUI\prepareHTML(), ilMailFolderTableGUI\setTitleData(), and ilTestEvaluationGUI\singleResults().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setTopAnchor | ( | $a_val | ) | 
Set top anchor.
| string | top anchor | 
Definition at line 381 of file class.ilTable2GUI.php.
Referenced by ilBookmarkAdministrationTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::setTopCommands | ( | $a_val | ) | 
Set top commands (display command buttons on top of table, too)
| boolean | top commands true/false | 
Definition at line 1250 of file class.ilTable2GUI.php.
Referenced by ilOrgUnitAssignmentTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilUserTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), and ilCourseParticipantsTableGUI\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::storeNavParameter | ( | ) | 
Definition at line 1501 of file class.ilTable2GUI.php.
References getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::storeProperty | ( | $type, | |
| $value | |||
| ) | 
Store table property.
| string | $type | |
| mixed | $value | 
Definition at line 2673 of file class.ilTable2GUI.php.
References $ilUser, and getId().
Referenced by determineLimit(), determineSelectedColumns(), determineSelectedFilters(), restoreTemplate(), and storeNavParameter().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilTable2GUI::writeFilterToSession | ( | ) | 
Write filter values to session.
Definition at line 1926 of file class.ilTable2GUI.php.
References $_POST, $_REQUEST, $lng, and getFilterItems().
Referenced by ilObjSCORMLearningModuleGUI\applyUserTableFilter(), ilLPTableBaseGUI\executeCommand(), ilDataCollectionRecordListTableGUI\fillHeaderExcel(), ilObjTestGUI\fpSetFilterObject(), and ilObjTestGUI\npSetFilterObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 17 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 44 of file class.ilTable2GUI.php.
Referenced by getCloseFormTag().
| 
 | protected | 
Definition at line 42 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 28 of file class.ilTable2GUI.php.
Referenced by ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), and getContext().
| 
 | protected | 
Definition at line 31 of file class.ilTable2GUI.php.
Referenced by getDisableFilterHiding().
| 
 | protected | 
Definition at line 50 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 46 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 47 of file class.ilTable2GUI.php.
Referenced by getExportMode().
| 
 | protected | 
Definition at line 27 of file class.ilTable2GUI.php.
Referenced by getExternalSegmentation().
| 
 | protected | 
Definition at line 26 of file class.ilTable2GUI.php.
Referenced by getExternalSorting().
| 
 | protected | 
Definition at line 23 of file class.ilTable2GUI.php.
Referenced by getFilterCommand().
| 
 | protected | 
Definition at line 25 of file class.ilTable2GUI.php.
Referenced by getFilterCols().
| 
 | protected | 
Definition at line 21 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
| 
 | protected | 
Definition at line 41 of file class.ilTable2GUI.php.
| 
 | private | 
Definition at line 19 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 40 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 30 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 39 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 43 of file class.ilTable2GUI.php.
Referenced by getOpenFormTag().
| 
 | protected | 
Definition at line 22 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
| 
 | protected | 
Definition at line 48 of file class.ilTable2GUI.php.
Referenced by getPrintMode().
| 
 | protected | 
Definition at line 24 of file class.ilTable2GUI.php.
Referenced by getResetCommand().
| 
 | protected | 
Definition at line 55 of file class.ilTable2GUI.php.
Referenced by getRowSelectorLabel(), and setRowSelectorLabel().
| 
 | protected | 
Definition at line 34 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\getSelectableColumns().
| 
 | protected | 
Definition at line 35 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
| 
 | protected | 
Definition at line 32 of file class.ilTable2GUI.php.
| 
 | protected | 
Definition at line 37 of file class.ilTable2GUI.php.
Referenced by getShowRowsSelector().
| 
 | protected | 
Definition at line 36 of file class.ilTable2GUI.php.
Referenced by getShowTemplates().
| 
 | protected | 
Definition at line 20 of file class.ilTable2GUI.php.
Referenced by getTopAnchor().
| 
 | protected | 
Definition at line 33 of file class.ilTable2GUI.php.
Referenced by getTopCommands().
| 
 | private | 
Definition at line 18 of file class.ilTable2GUI.php.
Referenced by __construct().
| const ilTable2GUI::ACTION_ALL_LIMIT = 1000 | 
Definition at line 69 of file class.ilTable2GUI.php.
Referenced by getAllCommandLimit().
| const ilTable2GUI::EXPORT_CSV = 2 | 
Definition at line 67 of file class.ilTable2GUI.php.
| const ilTable2GUI::EXPORT_EXCEL = 1 | 
Definition at line 66 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionRecordListGUI\exportExcel().
| const ilTable2GUI::FILTER_DATE = 3 | 
Definition at line 59 of file class.ilTable2GUI.php.
| const ilTable2GUI::FILTER_DATE_RANGE = 6 | 
Definition at line 62 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionDatatype\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
| const ilTable2GUI::FILTER_DATETIME_RANGE = 8 | 
Definition at line 64 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
| const ilTable2GUI::FILTER_DURATION_RANGE = 7 | 
Definition at line 63 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
| const ilTable2GUI::FILTER_LANGUAGE = 4 | 
Definition at line 60 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
| const ilTable2GUI::FILTER_NUMBER_RANGE = 5 | 
Definition at line 61 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionDatatype\addFilterInputFieldToTable(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
| const ilTable2GUI::FILTER_SELECT = 2 | 
Definition at line 58 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionDatatype\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
| const ilTable2GUI::FILTER_TEXT = 1 | 
Definition at line 57 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionDatatype\addFilterInputFieldToTable(), ilSCORMTrackingUsersTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().