|
ILIAS
release_4-3 Revision
|
Class ilTableGUI. More...
Inheritance diagram for ilTableGUI:
Collaboration diagram for ilTableGUI:Public Member Functions | |
| ilTableGUI ($a_data=0, $a_global_tpl=true) | |
| Constructor. | |
| setTemplate (&$a_tpl) | |
| set template public | |
| & | getTemplateObject () |
| setData ($a_data) | |
| set table data public | |
| getData () | |
| setTitle ($a_title, $a_icon=0, $a_icon_alt=0) | |
| set table title public | |
| 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. | |
| getLimit () | |
| Get limit. | |
| 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 | |
| setOffset ($a_offset) | |
| set dataset offset public | |
| getOffset () | |
| Get offset. | |
| 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 () | |
| render () | |
| render table public | |
| renderHeader () | |
| setOrderLink ($key, $order_dir) | |
| 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). | |
| getFormName () | |
| setFormName ($a_name="cmd") | |
| getSelectAllCheckbox () | |
| setSelectAllCheckbox ($a_select_all_checkbox) | |
| clearActionButtons () | |
| addActionButton ($btn_name, $btn_value) | |
Class ilTableGUI.
HTML table component
Definition at line 18 of file class.ilTableGUI.php.
| ilTableGUI::addActionButton | ( | $btn_name, | |
| $btn_value | |||
| ) |
Definition at line 850 of file class.ilTableGUI.php.
| ilTableGUI::clearActionButtons | ( | ) |
Definition at line 838 of file class.ilTableGUI.php.
| ilTableGUI::disable | ( | $a_module_name | ) |
diesables particular modules of table
DEPRECATED for Table2GUI: Use setEnable<Section>() of Table2GUI instead
public
| string | module name |
Definition at line 442 of file class.ilTableGUI.php.
Referenced by ilExcDeliveredFilesTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassOverwiewTableGUI\initOrdering(), ilAuthLoginPageEditorTableGUI\initTable(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), and ilShopTopicsTableGUI\parseRecords().
Here is the caller graph for this function:| ilTableGUI::enable | ( | $a_module_name | ) |
enables particular modules of table
DEPRECATED for Table2GUI: Use setEnable...<Section>() of Table2GUI instead
public
| string | module name |
Definition at line 424 of file class.ilTableGUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTestPassOverwiewTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), and ilLPCollectionSettingsTableGUI\initTable().
Here is the caller graph for this function:| ilTableGUI::getBase | ( | ) |
Get Base script name (deprecated, only use this for workarounds).
Definition at line 788 of file class.ilTableGUI.php.
References $base.
Referenced by render().
Here is the caller graph for this function:| ilTableGUI::getColumnCount | ( | ) |
Returns the column count based on the number of the header row columns public.
Definition at line 212 of file class.ilTableGUI.php.
References $column_count.
Referenced by ilTable2GUI\fillFooter(), and render().
Here is the caller graph for this function:| ilTableGUI::getData | ( | ) |
Reimplemented in ilTable2GUI.
Definition at line 145 of file class.ilTableGUI.php.
References $data.
| ilTableGUI::getFormName | ( | ) |
Reimplemented in ilTable2GUI.
Definition at line 798 of file class.ilTableGUI.php.
References $form_name.
Referenced by render().
Here is the caller graph for this function:| ilTableGUI::getLimit | ( | ) |
Get limit.
Reimplemented in ilTable2GUI.
Definition at line 299 of file class.ilTableGUI.php.
References $limit.
| ilTableGUI::getOffset | ( | ) |
Get offset.
Reimplemented in ilTable2GUI.
Definition at line 328 of file class.ilTableGUI.php.
References $offset.
| ilTableGUI::getOrderColumn | ( | ) |
| ilTableGUI::getOrderDirection | ( | ) |
Get order direction.
Definition at line 396 of file class.ilTableGUI.php.
References $order_direction.
Referenced by ilTable2GUI\exportData(), ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), ilTable2GUI\getCurrentState(), ilFileSystemTableGUI\getEntries(), ilTable2GUI\getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilTable2GUI\getLinkbar(), ilUserTableGUI\getUserIdsForFilter(), ilCourseParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilTable2GUI\resetOffset(), and ilTable2GUI\storeNavParameter().
Here is the caller graph for this function:| ilTableGUI::getSelectAllCheckbox | ( | ) |
Reimplemented in ilTable2GUI.
Definition at line 818 of file class.ilTableGUI.php.
References $select_all_checkbox.
Referenced by render().
Here is the caller graph for this function:| ilTableGUI::getStyle | ( | $a_element | ) |
Definition at line 768 of file class.ilTableGUI.php.
Referenced by render(), and ilTable2GUI\render().
Here is the caller graph for this function:| & ilTableGUI::getTemplateObject | ( | ) |
| ilTableGUI::ilTableGUI | ( | $a_data = 0, |
|
$a_global_tpl = true |
|||
| ) |
Constructor.
| array | content data (optional) |
| boolean | use global template (default) public |
Definition at line 87 of file class.ilTableGUI.php.
References $lng, $tpl, and setData().
Here is the call graph for this function:| ilTableGUI::render | ( | ) |
render table public
Reimplemented in ilTable2GUI, and ilMediaPoolTableGUI.
Definition at line 466 of file class.ilTableGUI.php.
References $_SESSION, $base, $limit, $max_count, getBase(), getColumnCount(), getFormName(), ilUtil\getImagePath(), getSelectAllCheckbox(), getStyle(), ilUtil\Linkbar(), renderHeader(), setMaxCount(), sortData(), and ilUtil\switchColor().
Here is the call graph for this function:| ilTableGUI::renderHeader | ( | ) |
Definition at line 692 of file class.ilTableGUI.php.
References $lang_support, ilUtil\getImagePath(), and setOrderLink().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTableGUI::setBase | ( | $a_base | ) |
Set Base script name (deprecated, only use this for workarounds).
| string | $a_base | Base script name (deprecated, only use this for workarounds) |
Definition at line 778 of file class.ilTableGUI.php.
| ilTableGUI::setColumnWidth | ( | $a_column_width | ) |
set table column widths public
| array | column widths |
Definition at line 247 of file class.ilTableGUI.php.
| ilTableGUI::setData | ( | $a_data | ) |
set table data public
| array | table data |
Reimplemented in ilTable2GUI.
Definition at line 137 of file class.ilTableGUI.php.
Referenced by ilTableGUI().
Here is the caller graph for this function:| ilTableGUI::setFooter | ( | $a_style, | |
$a_previous = 0, |
|||
$a_next = 0 |
|||
| ) |
set order direction public
| string | css format for links |
| string | value of previous link |
| string | value of next link |
Definition at line 408 of file class.ilTableGUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and ilTable2GUI\getHTML().
Here is the caller graph for this function:| ilTableGUI::setFormName | ( | $a_name = "cmd" | ) |
Reimplemented in ilTable2GUI.
Definition at line 808 of file class.ilTableGUI.php.
| ilTableGUI::setHeaderNames | ( | $a_header_names | ) |
set table header names public
| array | table header names |
Definition at line 201 of file class.ilTableGUI.php.
| ilTableGUI::setHeaderVars | ( | $a_header_vars, | |
$a_header_params = 0 |
|||
| ) |
set table header vars public
| array | table header vars |
| array | additional link params |
Definition at line 223 of file class.ilTableGUI.php.
| ilTableGUI::setHelp | ( | $a_help_page, | |
| $a_help_icon, | |||
$a_help_icon_alt = 0 |
|||
| ) |
set table help page public
| string | help page file name |
| string | file name of help icon |
| string | alternative text for help icon |
Definition at line 184 of file class.ilTableGUI.php.
References $help_icon.
| ilTableGUI::setLimit | ( | $a_limit = 0, |
|
$a_default_limit = 0 |
|||
| ) |
set max.
datasets displayed per page public
| integer | limit |
| integer | default limit |
Definition at line 286 of file class.ilTableGUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilClientListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilTable2GUI\determineLimit(), ilComponentsTableGUI\ilComponentsTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), and ilLinkCheckerTableGUI\prepareHTML().
Here is the caller graph for this function:| ilTableGUI::setMaxCount | ( | $a_max_count | ) |
set max.
count of database query you don't need to set max count if using integrated content rendering feature if max_limit is true, no limit is given -> set limit to max_count public
| integer | max_count |
Definition at line 270 of file class.ilTableGUI.php.
References $max_count.
Referenced by ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), ilTable2GUI\getHTML(), ilUserLPTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilRoleTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), and render().
Here is the caller graph for this function:| ilTableGUI::setOffset | ( | $a_offset | ) |
set dataset offset public
| integer | offset |
Definition at line 320 of file class.ilTableGUI.php.
Referenced by ilTable2GUI\determineOffsetAndOrder(), and ilTable2GUI\resetOffset().
Here is the caller graph for this function:| ilTableGUI::setOneColumnWidth | ( | $a_column_width, | |
| $a_column_number | |||
| ) |
set one table column width public
| string | column width |
| integer | column number |
Definition at line 258 of file class.ilTableGUI.php.
| ilTableGUI::setOrderColumn | ( | $a_order_column = 0, |
|
$a_default_column = 0 |
|||
| ) |
set order column public
| string | order column |
| string | default column |
Definition at line 339 of file class.ilTableGUI.php.
| ilTableGUI::setOrderDirection | ( | $a_order_direction | ) |
set order direction public
| string | order direction |
Definition at line 379 of file class.ilTableGUI.php.
Referenced by ilTable2GUI\determineOffsetAndOrder(), and ilCalendarManageTableGUI\resetToDefaults().
Here is the caller graph for this function:| ilTableGUI::setOrderLink | ( | $key, | |
| $order_dir | |||
| ) |
Reimplemented in ilTable2GUI.
Definition at line 747 of file class.ilTableGUI.php.
Referenced by renderHeader().
Here is the caller graph for this function:| ilTableGUI::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
| string | prefix |
Reimplemented in ilTable2GUI.
Definition at line 310 of file class.ilTableGUI.php.
| ilTableGUI::setSelectAllCheckbox | ( | $a_select_all_checkbox | ) |
Reimplemented in ilTable2GUI.
Definition at line 828 of file class.ilTableGUI.php.
| ilTableGUI::setStyle | ( | $a_element, | |
| $a_style | |||
| ) |
Definition at line 758 of file class.ilTableGUI.php.
Referenced by ilTestPassOverwiewTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), and ilTestQuestionsTableGUI\__construct().
Here is the caller graph for this function:| ilTableGUI::setTemplate | ( | & | $a_tpl | ) |
set template public
| object | template object |
Definition at line 122 of file class.ilTableGUI.php.
| ilTableGUI::setTitle | ( | $a_title, | |
$a_icon = 0, |
|||
$a_icon_alt = 0 |
|||
| ) |
set table title public
| string | table title |
| string | file name of title icon |
| string | alternative text for title icon |
Reimplemented in ilTable2GUI.
Definition at line 157 of file class.ilTableGUI.php.
References $icon.
| ilTableGUI::sortData | ( | ) |
Definition at line 453 of file class.ilTableGUI.php.
References ilUtil\sortArray().
Referenced by render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTableGUI::$action_buttons |
Definition at line 52 of file class.ilTableGUI.php.
| ilTableGUI::$base = "" |
Definition at line 55 of file class.ilTableGUI.php.
Referenced by ilLPTableBaseGUI\buildValueScale(), getBase(), and render().
| ilTableGUI::$column_count |
Definition at line 34 of file class.ilTableGUI.php.
Referenced by getColumnCount().
| ilTableGUI::$column_width |
Definition at line 35 of file class.ilTableGUI.php.
Referenced by ilObjectRolePermissionTableGUI\initColumns().
| ilTableGUI::$data |
Definition at line 32 of file class.ilTableGUI.php.
Referenced by ilCourseStartObjectsTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__formatPath(), ilDataCollectionRecordListTableGUI\buildData(), ilSurveySyncTableGUI\buildPath(), ilObjectOwnershipManagementTableGUI\buildPath(), ilCalendarCategoryTableGUI\buildPath(), ilLPTableBaseGUI\buildPath(), ilMailFolderTableGUI\fetchTableData(), ilSurveyMaterialsTableGUI\fillRow(), ilTestAggregatedResultsTableGUI\fillRow(), ilObjectivesAlignmentTableGUI\fillRow(), ilSurveySavePhraseTableGUI\fillRow(), ilAssessmentFolderLogTableGUI\fillRow(), ilTestHistoryTableGUI\fillRow(), ilTestInviteGroupsTableGUI\fillRow(), ilTestInviteRolesTableGUI\fillRow(), ilSurveyInvitedUsersTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilTestInviteUsersTableGUI\fillRow(), ilAssessmentFolderLogAdministrationTableGUI\fillRow(), ilTestAverageReachedPointsTableGUI\fillRow(), ilSurveyResultsUserTableGUI\fillRow(), ilSurveyPhrasesTableGUI\fillRow(), ilSurveyQuestionPoolExportTableGUI\fillRow(), ilSCORM2004ExportTableGUI\fillRow(), ilSurveyMaintenanceTableGUI\fillRow(), ilSurveyCodesTableGUI\fillRow(), ilSurveyExportTableGUI\fillRow(), ilSurveyQuestionblockbrowserTableGUI\fillRow(), ilListOfQuestionsTableGUI\fillRow(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilTestFixedParticipantsTableGUI\fillRow(), ilTestParticipantsTableGUI\fillRow(), ilSurveyCodesMailTableGUI\fillRow(), ilTestExportTableGUI\fillRow(), ilSurveyResultsCumulatedTableGUI\fillRow(), ilTestQuestionsTableGUI\fillRow(), ilTestQuestionBrowserTableGUI\fillRow(), ilSurveyQuestionbrowserTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilEvaluationAllTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilTrMatrixTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), getData(), ilBenchmarkTableGUI\getDataByFirstTable(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilLPTableBaseGUI\getExportMeta(), ilTable2GUI\getHTML(), ilExerciseVerificationTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilContributorTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilOrgUnitAssignmentTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilTrSummaryTableGUI\getItemsPercentages(), ilTrSummaryTableGUI\getItemsPercentagesStatus(), ilCourseStartObjectsTableGUI\getPossibleObjects(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilCourseStartObjectsTableGUI\getStartObjects(), ilWorkspaceAccessTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilObjectOwnershipManagementTableGUI\initItems(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilDidacticTemplateSettingsTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilOpenIdProviderTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilLPCollectionSettingsTableGUI\parseCollection(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilLPCollectionSettingsTableGUI\parseScormCollection(), ilRepositoryUserResultTableGUI\parseUserIds(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilTrSummaryTableGUI\renderPercentages(), ilTable2GUI\restoreTemplate(), and ilDataCollectionRecordListTableGUI\setRecordData().
| ilTableGUI::$enabled |
Definition at line 58 of file class.ilTableGUI.php.
| ilTableGUI::$footer_next |
Definition at line 46 of file class.ilTableGUI.php.
| ilTableGUI::$footer_previous |
Definition at line 45 of file class.ilTableGUI.php.
| ilTableGUI::$footer_style |
Definition at line 44 of file class.ilTableGUI.php.
| ilTableGUI::$form_name |
Definition at line 50 of file class.ilTableGUI.php.
Referenced by getFormName().
| ilTableGUI::$global_tpl |
Definition at line 49 of file class.ilTableGUI.php.
| ilTableGUI::$header_names |
Definition at line 28 of file class.ilTableGUI.php.
| ilTableGUI::$header_vars |
Definition at line 29 of file class.ilTableGUI.php.
| ilTableGUI::$help_icon |
Definition at line 25 of file class.ilTableGUI.php.
Referenced by setHelp().
| ilTableGUI::$help_icon_alt |
Definition at line 26 of file class.ilTableGUI.php.
| ilTableGUI::$help_page |
Definition at line 24 of file class.ilTableGUI.php.
| ilTableGUI::$icon |
Definition at line 21 of file class.ilTableGUI.php.
Referenced by ilTrMatrixTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSearchResultTableGUI\fillRow(), ilSkillCatTableGUI\fillRow(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilTrMatrixTableGUI\getSelectableColumns(), ilWorkspaceAccessTableGUI\importData(), and setTitle().
| ilTableGUI::$icon_alt |
Definition at line 22 of file class.ilTableGUI.php.
Referenced by ilWorkspaceAccessTableGUI\importData().
| ilTableGUI::$lang_support = true |
Definition at line 48 of file class.ilTableGUI.php.
Referenced by renderHeader().
| ilTableGUI::$limit |
Definition at line 38 of file class.ilTableGUI.php.
Referenced by ilTable2GUI\determineLimit(), ilTable2GUI\fillFooter(), ilTable2GUI\getAllCommandLimit(), ilTrSummaryTableGUI\getItemsPercentages(), getLimit(), and render().
| ilTableGUI::$linkbar_vars |
Definition at line 30 of file class.ilTableGUI.php.
| ilTableGUI::$max_count |
Definition at line 37 of file class.ilTableGUI.php.
Referenced by ilTable2GUI\fillFooter(), render(), and setMaxCount().
| ilTableGUI::$max_limit = false |
Definition at line 39 of file class.ilTableGUI.php.
| ilTableGUI::$offset |
Definition at line 40 of file class.ilTableGUI.php.
Referenced by getOffset().
| ilTableGUI::$order_column |
Definition at line 41 of file class.ilTableGUI.php.
Referenced by getOrderColumn().
| ilTableGUI::$order_direction |
Definition at line 42 of file class.ilTableGUI.php.
Referenced by getOrderDirection().
| ilTableGUI::$prefix |
Definition at line 54 of file class.ilTableGUI.php.
Referenced by ilSubscriberTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilTable2GUI\getPrefix(), and ilTrSummaryTableGUI\getSelectableColumns().
| ilTableGUI::$select_all_checkbox |
Definition at line 51 of file class.ilTableGUI.php.
Referenced by getSelectAllCheckbox(), and ilTable2GUI\getSelectAllCheckbox().
| ilTableGUI::$styles |
Definition at line 76 of file class.ilTableGUI.php.
| ilTableGUI::$title |
Definition at line 20 of file class.ilTableGUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilDataCollectionRecordListTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilDataCollectionRecordListTableGUI\buildData(), ilTable2GUI\fillHeaderCSV(), ilTable2GUI\fillHeaderExcel(), ilSearchResultTableGUI\fillRow(), ilWikiSearchResultsTableGUI\fillRow(), ilAdvancedMDRecordExportFilesTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilWikiContributorsTableGUI\fillRow(), ilAssessmentFolderLogTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilAdminSubItemsTableGUI\fillRow(), ilCourseParticipantsGroupsTableGUI\fillRow(), ilDataCollectionRecordListTableGUI\fillRow(), ilTrMatrixTableGUI\getSelectableColumns(), ilSurveySyncTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilRoleTableGUI\parse(), ilLinkCheckerTableGUI\prepareHTML(), ilMediaPoolTableGUI\render(), and ilCalendarAppointmentsTableGUI\setAppointments().