ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilTable2GUI. More...
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. | |
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) |
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 | EXPORT_EXCEL = 1 |
const | EXPORT_CSV = 2 |
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 |
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, ilCourseObjectiveMaterialAssignmentTableGUI, ilSurveyQuestionbrowserTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilWaitingListTableGUI, ilObjectCopySearchResultTableGUI, ilSCORM2004ExportTableGUI, ilSurveyCodesMailTableGUI, ilSurveyCodesTableGUI, ilSurveyExportTableGUI, ilSurveyMaintenanceTableGUI, ilSurveyQuestionPoolExportTableGUI, ilSurveyQuestionsTableGUI, ilTestExportTableGUI, ilSurveyResultsUserTableGUI, ilSurveyPhrasesTableGUI, ilTestQuestionBrowserTableGUI, ilQuestionPoolPrintViewTableGUI, ilCalendarAppointmentsTableGUI, ilSurveyResultsCumulatedTableGUI, ilAssessmentFolderLogAdministrationTableGUI, ilRepositoryObjectResultTableGUI, ilSurveyMaterialsTableGUI, ilEvaluationAllTableGUI, ilMailFolderTableGUI, ilStyleColorTableGUI, ilObjectRolePermissionTableGUI, ilWebResourceLinkTableGUI, ilMailSearchCoursesTableGUI, ilMailSearchCoursesMembersTableGUI, ilBannedUsersTableGUI, ilBookingReservationsTableGUI, ilConsultationHoursTableGUI, ilLPCollectionSettingsTableGUI, ilUserTableGUI, ilCopySelfAssQuestionTableGUI, ilCourseParticipantsGroupsTableGUI, ilRbacLogTableGUI, ilLMQuestionListTableGUI, ilConditionHandlerTableGUI, ilTrMatrixTableGUI, ilBookingSchedulesTableGUI, ilBookingTypesTableGUI, ilAssignedUsersTableGUI, ilAssignmentsTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilSCORMTrackingItemsScoTableGUI, ilPCIIMPopupTableGUI, ilExportTableGUI, ilImageMapTableGUI, ilSkillLevelTableGUI, ilUserForTagTableGUI, ilTermUsagesTableGUI, ilExportIDTableGUI, ilLMPagesTableGUI, ilUploadDirFilesTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilSettingsTemplateTableGUI, ilPCIIMOverlaysTableGUI, ilLanguageTableGUI, ilAdminSubItemsTableGUI, ilSearchResultTableGUI, ilStyleImageTableGUI, ilLPObjectsTableGUI, ilScormSpecialPagesTableGUI, ilSCORMTrackingItemsPerScoTableGUI, ilSCORMTrackingUsersTableGUI, ilLPTableBaseGUI, ilOrgUnitAssignmentTableGUI, ilUserLPTableGUI, ilCourseGroupingTableGUI, and ilCourseStartObjectsTableGUI.
Definition at line 65 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().
|
final |
Add a column to the header.
string | Text |
string | Sort field name (corresponds to data array field) |
string | Width string |
Definition at line 1237 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilBookingTypesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilUserTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilExportTableGUI\addCustomColumn(), ilSurveyCodesMailTableGUI\completeColumns(), ilCalendarChangedAppointmentsTableGUI\fillRow(), ilCalendarAppointmentsTableGUI\fillRow(), 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(), ilImageMapTableGUI\initColumns(), ilPCIIMTriggerTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilECSServerTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilMailFolderTableGUI\prepareHTML(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::addCommandButton | ( | $a_cmd, | |
$a_text, | |||
$a_onclick = '' , |
|||
$a_id = "" |
|||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 1129 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilStyleTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseObjectivesTableGUI\__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(), ilMailFolderTableGUI\initCommandButtons(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\parseCollection(), ilLinkCheckerTableGUI\prepareHTML(), ilObjectTranslationTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
|
final |
Add filter item.
Filter items are property form inputs that implement the ilTableFilterItem interface
Definition at line 582 of file class.ilTable2GUI.php.
Referenced by addFilterItemByMetaType(), ilRoleAssignmentTableGUI\initFilter(), ilTermListTableGUI\initFilter(), ilPDNewsTableGUI\initFilter(), ilPresentationListTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilRegistrationCodesTableGUI\initFilter(), ilAccountCodesTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), ilTrUserObjectsPropsTableGUI\initFilter(), and ilUserTableGUI\initFilter().
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 611 of file class.ilTable2GUI.php.
References $lng, addFilterItem(), ilCombinationInputGUI\COMPARISON_ASCENDING, and ilDateTimeInputGUI\MODE_INPUT.
Referenced by ilRbacLogTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
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 1204 of file class.ilTable2GUI.php.
Referenced by ilObjGroupGUI\membersObject(), and ilObjCourseGUI\membersObject().
ilTable2GUI::addHiddenInput | ( | $a_name, | |
$a_value | |||
) |
Add Hidden Input field.
string | Name |
string | Value |
Definition at line 1193 of file class.ilTable2GUI.php.
Referenced by ilPasteStyleCharacteristicTableGUI\__construct(), and addMultiItemSelectionButton().
ilTable2GUI::addMultiCommand | ( | $a_cmd, | |
$a_text | |||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 1182 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTermListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilClientListTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilExportTableGUI\addCustomMultiCommand(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilMailFolderTableGUI\initMultiCommands(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilShopTopicsTableGUI\parseRecords(), ilObjRoleGUI\permObject(), ilObjectTranslationTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
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 1158 of file class.ilTable2GUI.php.
References addHiddenInput().
Referenced by ilCourseParticipantsGroupsTableGUI\__construct(), and ilRepositoryUserResultTableGUI\initMultiCommands().
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 1143 of file class.ilTable2GUI.php.
ilTable2GUI::clearCommandButtons | ( | ) |
Definition at line 1118 of file class.ilTable2GUI.php.
|
final |
Definition at line 556 of file class.ilTable2GUI.php.
Referenced by exportData(), fillActionRow(), fillFooter(), getHTML(), and ilObjectTranslationTableGUI\prepareOutput().
ilTable2GUI::deleteTemplate | ( | $a_name | ) |
Delete template.
string | $a_name |
Definition at line 2866 of file class.ilTable2GUI.php.
References getContext(), and ilUtil\stripSlashes().
Referenced by fillFooter().
ilTable2GUI::determineLimit | ( | ) |
Determine the limit.
Definition at line 149 of file class.ilTable2GUI.php.
References $_GET, ilTableGUI\$limit, loadProperty(), resetOffset(), ilTableGUI\setLimit(), and storeProperty().
Referenced by __construct(), and getCurrentState().
ilTable2GUI::determineOffsetAndOrder | ( | $a_omit_offset = false | ) |
Determine offset and order.
Definition at line 1400 of file class.ilTable2GUI.php.
References $_GET, $_POST, $_SESSION, getDefaultOrderDirection(), getDefaultOrderField(), getExternalSegmentation(), getId(), getNavParameter(), loadProperty(), resetOffset(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), and setOrderField().
Referenced by ilLPTableBaseGUI\executeCommand(), ilMailFolderTableGUI\fetchTableData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilCourseParticipantsTableGUI\parse(), ilFileSystemTableGUI\prepareOutput(), and resetOffset().
ilTable2GUI::determineSelectedColumns | ( | ) |
Determine selected columns.
Definition at line 203 of file class.ilTable2GUI.php.
References $_POST, getId(), getSelectableColumns(), loadProperty(), and storeProperty().
Referenced by __construct(), and getCurrentState().
ilTable2GUI::determineSelectedFilters | ( | ) |
Determine selected filters.
@return |
Definition at line 811 of file class.ilTable2GUI.php.
References $_POST, getFilterItems(), getId(), loadProperty(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), getCurrentState(), and renderFilter().
& ilTable2GUI::executeCommand | ( | ) |
Execute command.
Reimplemented in ilLPTableBaseGUI.
Definition at line 293 of file class.ilTable2GUI.php.
References $_GET, $cmd, $ilCtrl, getFilterItemByPostVar(), and initFilter().
ilTable2GUI::exportData | ( | $format, | |
$send = false |
|||
) |
Export and optionally send current table data.
int | $format |
Definition at line 2957 of file class.ilTable2GUI.php.
References $filename, $row, dataExists(), exit, fillHeaderCSV(), fillHeaderExcel(), fillMetaCSV(), fillMetaExcel(), fillRowCSV(), and fillRowExcel().
Referenced by getHTML().
ilTable2GUI::fillActionRow | ( | ) |
Fill Action Row.
Definition at line 2402 of file class.ilTable2GUI.php.
References $cmd, $lng, dataExists(), ilUtil\formSelect(), ilUtil\getImagePath(), and getTopCommands().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::fillFooter | ( | ) |
Fill footer row.
Definition at line 1958 of file class.ilTable2GUI.php.
References $_REQUEST, $ilCtrl, ilTableGUI\$limit, $lng, ilTableGUI\$max_count, dataExists(), deleteTemplate(), ilTableGUI\getColumnCount(), getContext(), getDisableFilterHiding(), getDisplayAsBlock(), getEnableNumInfo(), getFormName(), getId(), getLinkbar(), getParentCmd(), getSelectableColumns(), getSelectAllCheckbox(), getShowRowsSelector(), getShowTemplates(), isColumnSelected(), saveTemplate(), and ilUtil\sendSuccess().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::fillHeader | ( | ) |
Reimplemented in ilQuestionBrowserTableGUI, and ilTestQuestionsTableGUI.
Definition at line 1281 of file class.ilTable2GUI.php.
References $lng, ilTooltipGUI\addTooltip(), getId(), ilUtil\getImagePath(), ilUtil\img(), and setOrderLink().
Referenced by render().
|
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 ilLPObjectsTableGUI.
Definition at line 3098 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
|
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, and ilLPObjectsTableGUI.
Definition at line 3044 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
ilTable2GUI::fillHiddenRow | ( | ) |
Definition at line 2381 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
|
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 3087 of file class.ilTable2GUI.php.
Referenced by exportData().
|
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 3032 of file class.ilTable2GUI.php.
Referenced by exportData().
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
array | $a_set | data array |
Reimplemented in ilTrSummaryTableGUI, ilMailFolderTableGUI, ilUserTableGUI, ilTrObjectUsersPropsTableGUI, ilMediaPoolTableGUI, ilTrUserObjectsPropsTableGUI, ilQuestionBrowserTableGUI, ilEvaluationAllTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilCourseParticipantsTableGUI, ilRoleTableGUI, ilObjectRolePermissionTableGUI, ilSurveyQuestionTableGUI, ilSurveyQuestionsTableGUI, ilRegistrationCodesTableGUI, ilSurveyQuestionbrowserTableGUI, ilSessionParticipantsTableGUI, ilCourseParticipantsGroupsTableGUI, ilObjectRoleTemplatePermissionTableGUI, ilWebResourceEditableLinkTableGUI, ilAccountCodesTableGUI, ilTestQuestionBrowserTableGUI, ilLPProgressTableGUI, ilGroupParticipantsTableGUI, ilBenchmarkTableGUI, ilBookingReservationsTableGUI, ilFileSystemTableGUI, ilWebResourceLinkTableGUI, ilObjectCopySearchResultTableGUI, ilWikiPagesTableGUI, ilClientListTableGUI, ilSurveyResultsCumulatedTableGUI, ilTestQuestionsTableGUI, ilSurveyCodesMailTableGUI, ilTestExportTableGUI, ilSurveySyncTableGUI, ilAdminSubItemsTableGUI, ilCourseStartObjectsTableGUI, ilMailSearchCoursesTableGUI, ilPDNewsTableGUI, ilTestFixedParticipantsTableGUI, ilCopySelfAssQuestionTableGUI, ilQuestionPoolPrintViewTableGUI, ilCourseGroupingAssignmentTableGUI, ilWaitingListTableGUI, ilWorkspaceAccessTableGUI, ilTestParticipantsTableGUI, ilCourseEditParticipantsTableGUI, ilMailSearchCoursesMembersTableGUI, ilSurveyCodesTableGUI, ilSurveyExportTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilLPObjectStatisticsTypesTableGUI, ilExGradesTableGUI, ilSurveyMaintenanceTableGUI, ilSurveyQuestionPoolExportTableGUI, ilAssignedUsersTableGUI, ilSCORM2004ExportTableGUI, ilExportTableGUI, ilSurveyPhrasesTableGUI, ilPluginsOverviewTableGUI, ilPortfolioTableGUI, ilExParticipantTableGUI, ilPresentationListTableGUI, ilLMQuestionListTableGUI, ilMilestoneResponsiblesTableGUI, ilObjectCopySelectionTableGUI, ilCourseObjectiveQuestionAssignmentTableGUI, ilPCIIMTriggerTableGUI, ilSurveyResultsUserTableGUI, ilImageMapTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilSubscriberTableGUI, ilUserLPTableGUI, ilTestAverageReachedPointsTableGUI, ilCalendarAppointmentsTableGUI, ilWorkspaceShareTableGUI, ilLPObjectsTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilListOfQuestionsTableGUI, ilRbacLogTableGUI, ilStyleTableGUI, ilLPCollectionSettingsTableGUI, ilECSCommunityTableGUI, ilGroupEditParticipantsTableGUI, ilLanguageTableGUI, ilSelfEvaluationSimpleTableGUI, ilSkillAssignMaterialsTableGUI, ilCalendarManageTableGUI, ilTableTemplatesTableGUI, ilAssessmentFolderLogAdministrationTableGUI, ilCourseObjectivesTableGUI, ilTestInviteUsersTableGUI, ilCalendarChangedAppointmentsTableGUI, ilSCORMTrackingItemsScoTableGUI, ilSurveyInvitedUsersTableGUI, ilRepositoryUserResultTableGUI, ilAssignmentsTableGUI, ilTestInviteGroupsTableGUI, ilTestInviteRolesTableGUI, ilDidacticTemplateSettingsTableGUI, ilSkillSelfEvalSkillTableGUI, ilTermListTableGUI, ilObjectRoleTemplateOptionsTableGUI, ilExerciseMemberTableGUI, ilComponentsTableGUI, ilComponentsTableGUI, ilSkillLevelTableGUI, ilTestHistoryTableGUI, ilCalendarCategoryTableGUI, ilPCFileListTableGUI, ilCalendarSharedListTableGUI, ilMediaObjectUsagesTableGUI, ilPortfolioPageTableGUI, ilStyleColorTableGUI, ilMediaPoolPageUsagesTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilCourseGroupingTableGUI, ilUploadDirFilesTableGUI, ilAssessmentFolderLogTableGUI, assFileUploadFileTableGUI, ilCalendarInboxSharedTableGUI, ilCourseObjectiveQuestionsTableGUI, ilSurveySavePhraseTableGUI, ilWikiContributorsTableGUI, ilBookingObjectsTableGUI, ilObjectivesAlignmentTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilSCORMTrackingUsersTableGUI, ilSkillCatTableGUI, ilMDCopyrightTableGUI, ilPageLayoutTableGUI, ilLPObjectStatisticsAdminTableGUI, ilTestAggregatedResultsTableGUI, ilAdvancedMDRecordTableGUI, ilLDAPRoleAssignmentTableGUI, ilRepositoryObjectResultTableGUI, ilECSImportedContentTableGUI, ilCourseInfoFileTableGUI, ilExerciseVerificationTableGUI, ilSessionFileTableGUI, ilSurveyMaterialsTableGUI, ilWikiRecentChangesTableGUI, ilShibbolethRoleAssignmentTableGUI, ilECSReleasedContentTableGUI, ilBookingTypesTableGUI, ilExcDeliveredFilesTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilConsultationHoursTableGUI, ilLMPagesTableGUI, ilClipboardTableGUI, ilLinksTableGUI, ilTestVerificationTableGUI, ilRoleSelectionTableGUI, ilRoleAssignmentTableGUI, ilAddressbookTableGUI, ilObjectTranslationTableGUI, ilLuceneAdvancedSearchActivationTableGUI, ilECSCategoryMappingTableGUI, ilTermUsagesTableGUI, ilResultsByQuestionTableGUI, ilMediaCastTableGUI, ilChatroomSmiliesTableGUI, ilStyleImageTableGUI, ilSCORMTrackingItemsPerScoTableGUI, ilPluginsTableGUI, ilOrgUnitAssignmentTableGUI, ilWikiSearchResultsTableGUI, ilBookingSchedulesTableGUI, ilAccessKeyTableGUI, ilPCIIMOverlaysTableGUI, ilFoundUsersTableGUI, ilSpecialUsersTableGUI, ilAuthLoginPageEditorTableGUI, ilExportSelectionTableGUI, ilRepDependenciesTableGUI, ilUserFieldSettingsTableGUI, ilSCORM2004TrackingTableGUI, ilShopTopicsTableGUI, ilObjWorkspaceFolderTableGUI, ilCustomUserFieldSettingsTableGUI, ilPublicSubmissionsTableGUI, ilSearchResultTableGUI, ilContentStylesTableGUI, ilPageHistoryTableGUI, ilPCImageMapTableGUI, ilObjectCustomUserFieldsTableGUI, ilShopPersonalSettingsTopicsTableGUI, ilBookmarkAdministrationTableGUI, ilSetupLanguageTableGUI, ilOpenIdProviderTableGUI, ilTrashTableGUI, ilExportIDTableGUI, ilPasteStyleCharacteristicTableGUI, ilImportantPagesTableGUI, ilSettingsTemplateTableGUI, ilSubItemSelectionTableGUI, ilSelfEvaluationTableGUI, ilforumTableGUI, ilPCTabsTableGUI, ilShoppingCartTableGUI, ilExtendedProfileTableGUI, ilScormSpecialPagesTableGUI, ilPCIIMPopupTableGUI, ilNotificationSettingsTable, ilShopTableGUI, ilConfirmationTableGUI, ilPersonalSkillTableGUI, ilUserForTagTableGUI, ilNewsForContextTableGUI, ilECSServerTableGUI, ilConditionHandlerTableGUI, and ilShopCouponsTableGUI.
Definition at line 1947 of file class.ilTable2GUI.php.
Referenced by getHTML().
|
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, ilTrUserObjectsPropsTableGUI, ilTrMatrixTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPProgressTableGUI, ilLPObjectStatisticsTypesTableGUI, and ilLPObjectsTableGUI.
Definition at line 3118 of file class.ilTable2GUI.php.
Referenced by exportData().
|
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, ilLPObjectStatisticsDailyTableGUI, ilLPProgressTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectsTableGUI, and ilUserLPTableGUI.
Definition at line 3067 of file class.ilTable2GUI.php.
Referenced by exportData().
ilTable2GUI::getCloseFormTag | ( | ) |
Get close form tag.
Definition at line 141 of file class.ilTable2GUI.php.
References $close_form_tag.
Referenced by getHTML().
ilTable2GUI::getContext | ( | ) |
Get context.
Definition at line 2750 of file class.ilTable2GUI.php.
References $context.
Referenced by deleteTemplate(), fillFooter(), restoreTemplate(), and saveTemplate().
ilTable2GUI::getCurrentState | ( | ) |
get current settings for order, limit, columns and filter
Definition at line 2648 of file class.ilTable2GUI.php.
References $result, determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), getFilterValue(), getLimit(), getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), getSelectedColumns(), and getSelectedFilters().
Referenced by saveTemplate().
|
final |
Reimplemented from ilTableGUI.
Definition at line 551 of file class.ilTable2GUI.php.
Referenced by ilTestQuestionsTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), getHTML(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::getDefaultOrderDirection | ( | ) |
Get Default order direction.
Definition at line 1108 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::getDefaultOrderField | ( | ) |
Get Default order field.
Definition at line 1088 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::getDescription | ( | ) |
Get description.
Definition at line 503 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getDisableFilterHiding | ( | ) |
Get disable filter hiding.
Definition at line 770 of file class.ilTable2GUI.php.
References $disable_filter_hiding.
Referenced by fillFooter(), and renderFilter().
ilTable2GUI::getDisplayAsBlock | ( | ) |
Get display as block.
Definition at line 956 of file class.ilTable2GUI.php.
Referenced by fillFooter(), getLinkbar(), and render().
ilTable2GUI::getEnableHeader | ( | ) |
Get Enable Header.
Definition at line 455 of file class.ilTable2GUI.php.
ilTable2GUI::getEnableNumInfo | ( | ) |
Get enable num info.
Definition at line 475 of file class.ilTable2GUI.php.
Referenced by fillFooter().
ilTable2GUI::getEnableTitle | ( | ) |
Get Enable Title.
Definition at line 435 of file class.ilTable2GUI.php.
ilTable2GUI::getExportMode | ( | ) |
Was export activated?
Definition at line 2947 of file class.ilTable2GUI.php.
References $export_mode.
Referenced by getHTML(), getLimit(), and getOffset().
ilTable2GUI::getExternalSegmentation | ( | ) |
Get external segmentation.
Definition at line 1056 of file class.ilTable2GUI.php.
References $ext_seg.
Referenced by determineOffsetAndOrder(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::getExternalSorting | ( | ) |
Get external sorting.
Definition at line 996 of file class.ilTable2GUI.php.
References $ext_sort.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::getFilterCols | ( | ) |
Get filter columns.
Definition at line 750 of file class.ilTable2GUI.php.
References $filter_cols.
Referenced by renderFilter().
ilTable2GUI::getFilterCommand | ( | ) |
Get filter command.
Definition at line 1016 of file class.ilTable2GUI.php.
References $filter_cmd.
|
final |
Definition at line 716 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), executeCommand(), ilLPTableBaseGUI\getCurrentFilter(), ilObjectRolePermissionTableGUI\initColumns(), and ilRoleTableGUI\parse().
|
final |
Get filter items.
Definition at line 707 of file class.ilTable2GUI.php.
References $filters, and $optional_filters.
Referenced by determineSelectedFilters(), getFilterItemByPostVar(), renderFilter(), resetFilter(), and writeFilterToSession().
|
protected |
Get current filter value.
ilFormPropertyGUI | $a_item |
Definition at line 2693 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by getCurrentState().
|
final |
Get Form action parameter.
Definition at line 892 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::getFormName | ( | ) |
Get Form name.
Reimplemented from ilTableGUI.
Definition at line 912 of file class.ilTable2GUI.php.
Referenced by fillFooter(), ilObjectRolePermissionTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
|
final |
Get HTML.
Definition at line 1487 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $ilCtrl, $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().
ilTable2GUI::getId | ( | ) |
Get element id.
Definition at line 936 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().
ilTable2GUI::getIsDataTable | ( | ) |
Get is data table.
Definition at line 415 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getLimit | ( | ) |
Get limit.
Reimplemented from ilTableGUI.
Definition at line 2885 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(), ilAssignedUsersTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), and ilCourseParticipantsTableGUI\parse().
ilTable2GUI::getLinkbar | ( | $a_num | ) |
Get previous/next linkbar.
Definition at line 2263 of file class.ilTable2GUI.php.
References $ilCtrl, $lng, formSelect(), getDisplayAsBlock(), getLimit(), getNavParameter(), getOffset(), ilTableGUI\getOrderDirection(), and getOrderField().
Referenced by fillFooter().
|
final |
Definition at line 1252 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), getLinkbar(), resetOffset(), and setOrderLink().
ilTable2GUI::getNoEntriesText | ( | ) |
Get text for an empty table.
Definition at line 395 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::getOffset | ( | ) |
Get offset.
Reimplemented from ilTableGUI.
Definition at line 2897 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(), ilAssignedUsersTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCourseParticipantsTableGUI\parse(), and storeNavParameter().
ilTable2GUI::getOpenFormTag | ( | ) |
Get open form tag.
Definition at line 121 of file class.ilTable2GUI.php.
References $open_form_tag.
Referenced by getHTML().
ilTable2GUI::getOrderField | ( | ) |
Definition at line 518 of file class.ilTable2GUI.php.
Referenced by 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(), ilCourseParticipantsTableGUI\parse(), resetOffset(), and storeNavParameter().
ilTable2GUI::getParentCmd | ( | ) |
Get parent command.
Definition at line 355 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), fillFooter(), ilPageHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilConditionHandlerTableGUI\initTable(), ilLinkCheckerTableGUI\prepareHTML(), and renderFilter().
ilTable2GUI::getParentObject | ( | ) |
Get parent object.
Definition at line 345 of file class.ilTable2GUI.php.
Referenced by ilBookmarkAdministrationTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilConditionHandlerTableGUI\fillRow(), ilECSServerTableGUI\fillRow(), ilOpenIdProviderTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilObjectCustomUserFieldsTableGUI\fillRow(), ilAuthLoginPageEditorTableGUI\fillRow(), ilSCORMTrackingItemsPerScoTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilConsultationHoursTableGUI\fillRow(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilMDCopyrightTableGUI\fillRow(), ilSCORMTrackingUsersTableGUI\fillRow(), ilSCORMTrackingItemsPerUserTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilDidacticTemplateSettingsTableGUI\fillRow(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), ilRoleTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), ilGroupParticipantsTableGUI\getSelectableColumns(), ilCourseParticipantsTableGUI\getSelectableColumns(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilGroupParticipantsTableGUI\initAcceptedAgreements(), ilCourseParticipantsTableGUI\initAcceptedAgreements(), ilObjectRolePermissionTableGUI\initColumns(), ilUserTableGUI\initFilter(), ilWebResourceLinkTableGUI\initSorting(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilLinkCheckerTableGUI\prepareHTML(), and ilSubscriberTableGUI\readSubscriberData().
|
final |
Definition at line 573 of file class.ilTable2GUI.php.
References ilTableGUI\$prefix.
Referenced by setId().
ilTable2GUI::getPrintMode | ( | ) |
Get print mode.
Definition at line 2937 of file class.ilTable2GUI.php.
References $print_mode.
Referenced by ilTrUserObjectsPropsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), getHTML(), getLimit(), getOffset(), and render().
ilTable2GUI::getResetCommand | ( | ) |
Get reset filter command.
Definition at line 1036 of file class.ilTable2GUI.php.
References $reset_cmd.
ilTable2GUI::getSelectableColumns | ( | ) |
Get selectable columns.
Reimplemented in ilCourseParticipantsTableGUI, ilSurveyQuestionsTableGUI, ilGroupParticipantsTableGUI, ilEvaluationAllTableGUI, ilQuestionBrowserTableGUI, ilUserTableGUI, ilTrObjectUsersPropsTableGUI, ilSurveyResultsCumulatedTableGUI, ilQuestionPoolPrintViewTableGUI, ilTrUserObjectsPropsTableGUI, ilTrMatrixTableGUI, ilTrSummaryTableGUI, and ilRepositoryUserResultTableGUI.
Definition at line 195 of file class.ilTable2GUI.php.
Referenced by determineSelectedColumns(), and fillFooter().
ilTable2GUI::getSelectAllCheckbox | ( | ) |
Get the name of the checkbox that should be toggled with a select all button.
Reimplemented from ilTableGUI.
Definition at line 966 of file class.ilTable2GUI.php.
References ilTableGUI\$select_all_checkbox.
Referenced by fillFooter().
ilTable2GUI::getSelectedColumns | ( | ) |
Get selected columns.
@return |
Reimplemented in ilEvaluationAllTableGUI, and ilRegistrationCodesTableGUI.
Definition at line 277 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(), ilCourseParticipantsTableGUI\__construct(), ilTrMatrixTableGUI\fillHeaderCSV(), ilTrUserObjectsPropsTableGUI\fillHeaderCSV(), ilTrObjectUsersPropsTableGUI\fillHeaderCSV(), ilTrSummaryTableGUI\fillHeaderCSV(), ilTrMatrixTableGUI\fillHeaderExcel(), ilTrUserObjectsPropsTableGUI\fillHeaderExcel(), ilTrObjectUsersPropsTableGUI\fillHeaderExcel(), ilTrSummaryTableGUI\fillHeaderExcel(), ilRepositoryUserResultTableGUI\fillRow(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilSurveyResultsCumulatedTableGUI\fillRow(), ilGroupParticipantsTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilTrMatrixTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilTrSummaryTableGUI\fillRow(), ilTrMatrixTableGUI\fillRowCSV(), ilTrUserObjectsPropsTableGUI\fillRowCSV(), ilTrObjectUsersPropsTableGUI\fillRowCSV(), ilTrSummaryTableGUI\fillRowCSV(), ilTrMatrixTableGUI\fillRowExcel(), ilTrUserObjectsPropsTableGUI\fillRowExcel(), ilTrObjectUsersPropsTableGUI\fillRowExcel(), ilTrSummaryTableGUI\fillRowExcel(), getCurrentState(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), and ilRepositoryUserResultTableGUI\parseUserIds().
ilTable2GUI::getSelectedFilters | ( | ) |
Get selected filters.
@return |
Definition at line 792 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
ilTable2GUI::getShowRowsSelector | ( | ) |
Get rows-per-page selector state.
Definition at line 2770 of file class.ilTable2GUI.php.
References $show_rows_selector.
Referenced by fillFooter().
ilTable2GUI::getShowTemplates | ( | ) |
Get template state.
Definition at line 2790 of file class.ilTable2GUI.php.
References $show_templates.
Referenced by fillFooter().
ilTable2GUI::getTopAnchor | ( | ) |
Get top anchor.
Definition at line 375 of file class.ilTable2GUI.php.
References $top_anchor.
Referenced by render().
ilTable2GUI::getTopCommands | ( | ) |
Get top commands (display command buttons on top of table, too)
Definition at line 1225 of file class.ilTable2GUI.php.
References $top_commands.
Referenced by fillActionRow().
ilTable2GUI::initFilter | ( | ) |
Init filter.
Overwrite this to initialize all filter input property objects.
Reimplemented in ilTrObjectUsersPropsTableGUI, ilUserTableGUI, ilTrUserObjectsPropsTableGUI, ilEvaluationAllTableGUI, ilTrSummaryTableGUI, ilQuestionBrowserTableGUI, ilObjectRolePermissionTableGUI, ilMediaPoolTableGUI, ilRoleTableGUI, ilAccountCodesTableGUI, ilRegistrationCodesTableGUI, ilSurveyQuestionsTableGUI, ilCopySelfAssQuestionTableGUI, ilSurveyQuestionbrowserTableGUI, ilCourseParticipantsGroupsTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilTestQuestionBrowserTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilPresentationListTableGUI, ilTrMatrixTableGUI, ilSCORMTrackingUsersTableGUI, ilBookingReservationsTableGUI, ilPDNewsTableGUI, ilRbacLogTableGUI, ilTermListTableGUI, and ilRoleAssignmentTableGUI.
Definition at line 336 of file class.ilTable2GUI.php.
Referenced by ilLPObjectsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), and executeCommand().
ilTable2GUI::isColumnSelected | ( | $a_col | ) |
Is given column selected?
string | column name |
Definition at line 266 of file class.ilTable2GUI.php.
Referenced by fillFooter().
ilTable2GUI::isFilterSelected | ( | $a_col | ) |
Is given filter selected?
string | column name |
Definition at line 781 of file class.ilTable2GUI.php.
Referenced by renderFilter().
ilTable2GUI::loadProperty | ( | $type | ) |
Load table property.
string | $type |
Definition at line 2630 of file class.ilTable2GUI.php.
References getId().
Referenced by determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), and renderFilter().
ilTable2GUI::numericOrdering | ( | $a_field | ) |
Should this field be sorted numeric?
Reimplemented in ilTrSummaryTableGUI, ilQuestionBrowserTableGUI, ilQuestionPoolPrintViewTableGUI, ilTestFixedParticipantsTableGUI, ilTestParticipantsTableGUI, ilMailSearchCoursesTableGUI, ilWikiPagesTableGUI, ilTestExportTableGUI, ilEvaluationAllTableGUI, ilExGradesTableGUI, ilExParticipantTableGUI, ilFileSystemTableGUI, ilMailAttachmentTableGUI, ilLPObjectStatisticsTableGUI, ilTestAverageReachedPointsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTypesTableGUI, ilSkillLevelTableGUI, ilForumStatisticsTableGUI, and ilPageHistoryTableGUI.
Definition at line 1616 of file class.ilTable2GUI.php.
Referenced by ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
|
protected |
Anything that must be done before HTML is generated.
Reimplemented in ilMediaPoolTableGUI, ilFileSystemTableGUI, and ilObjectTranslationTableGUI.
Definition at line 1392 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::render | ( | ) |
render table public
Reimplemented from ilTableGUI.
Reimplemented in ilMediaPoolTableGUI.
Definition at line 1625 of file class.ilTable2GUI.php.
References $command, $ilCtrl, $lng, fillHeader(), getDescription(), getDisplayAsBlock(), getId(), ilUtil\getImagePath(), getIsDataTable(), getPrintMode(), ilTableGUI\getStyle(), getTopAnchor(), and renderFilter().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
|
private |
Render Filter section.
Definition at line 1741 of file class.ilTable2GUI.php.
References $lng, $tpl, determineSelectedFilters(), getDisableFilterHiding(), getFilterCols(), getFilterItems(), getId(), getParentCmd(), ilYuiUtil\initConnection(), isFilterSelected(), and loadProperty().
Referenced by render().
ilTable2GUI::resetFilter | ( | ) |
Reset filter.
Definition at line 1916 of file class.ilTable2GUI.php.
References $_POST, $lng, and getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), and ilObjSCORMLearningModuleGUI\resetUserTableFilter().
ilTable2GUI::resetOffset | ( | $a_in_determination = false | ) |
Reset offset.
Definition at line 318 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(), and ilPermission2GUI\resetLogFilter().
ilTable2GUI::restoreTemplate | ( | $a_name | ) |
Restore state from template.
string | $a_name |
Definition at line 2801 of file class.ilTable2GUI.php.
References ilTableGUI\$data, getContext(), storeProperty(), and ilUtil\stripSlashes().
Referenced by __construct().
ilTable2GUI::saveTemplate | ( | $a_name | ) |
Save current state as template.
string | $a_name |
Definition at line 2838 of file class.ilTable2GUI.php.
References getContext(), getCurrentState(), and ilUtil\stripSlashes().
Referenced by fillFooter().
ilTable2GUI::setCloseCommand | ( | $a_link | ) |
Add command for closing table.
string | $a_link | closing link |
Definition at line 1171 of file class.ilTable2GUI.php.
ilTable2GUI::setCloseFormTag | ( | $a_val | ) |
Set close form tag.
boolean | close form tag |
Definition at line 131 of file class.ilTable2GUI.php.
ilTable2GUI::setContext | ( | $id | ) |
Set context.
string | $id |
Definition at line 2737 of file class.ilTable2GUI.php.
Referenced by __construct().
ilTable2GUI::setCustomPreviousNext | ( | $a_prev_link, | |
$a_next_link | |||
) |
Set custom previous/next links.
Definition at line 870 of file class.ilTable2GUI.php.
|
final |
set table data public
array | table data |
Reimplemented from ilTableGUI.
Definition at line 523 of file class.ilTable2GUI.php.
Referenced by ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSurveyEvaluationGUI\evaluationuser(), ilMailFolderTableGUI\fetchTableData(), ilClientListTableGUI\getClients(), ilPluginsOverviewTableGUI\getComponents(), ilComponentsTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilFileSystemTableGUI\getEntries(), ilPCImageMapTableGUI\getItems(), ilTermUsagesTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilObjWorkspaceFolderTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilStyleImageTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilBookingTypesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilLPObjectsTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilOrgUnitAssignmentTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilPCIIMTriggerTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilUserTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilPageLayoutTableGUI\getPageLayouts(), ilWikiPagesTableGUI\getPages(), ilMilestoneResponsiblesTableGUI\getParticipantsAndResponsibles(), ilPluginsTableGUI\getPlugins(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilSurveySyncTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), 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(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilECSServerTableGUI\parse(), ilObjectRoleTemplateOptionsTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilCalendarCategoryTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilObjectRoleTemplatePermissionTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilRoleTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilObjectRolePermissionTableGUI\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(), ilObjTestGUI\participantsObject(), ilLinkCheckerTableGUI\prepareHTML(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarAppointmentsTableGUI\setAppointments(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), ilConditionHandlerTableGUI\setConditions(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::setDefaultOrderDirection | ( | $a_defaultorderdirection | ) |
Set Default order direction.
string | $a_defaultorderdirection | Default order direction |
Definition at line 1098 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilExportTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilUserTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), and ilRoleTableGUI\init().
ilTable2GUI::setDefaultOrderField | ( | $a_defaultorderfield | ) |
Set Default order field.
string | $a_defaultorderfield | Default order field |
Definition at line 1078 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilClientListTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilExportTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__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(), and ilAuthLoginPageEditorTableGUI\initTable().
ilTable2GUI::setDescription | ( | $a_val | ) |
Set description.
string | description |
Definition at line 493 of file class.ilTable2GUI.php.
Referenced by ilExerciseVerificationTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilLPCollectionSettingsTableGUI\initTable(), and ilLPTableBaseGUI\parseTitle().
ilTable2GUI::setDisableFilterHiding | ( | $a_val = true | ) |
Set disable filter hiding.
boolean | disable filter hiding |
Definition at line 760 of file class.ilTable2GUI.php.
Referenced by ilRoleAssignmentTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), and ilSCORMTrackingUsersTableGUI\initTable().
ilTable2GUI::setDisplayAsBlock | ( | $a_val | ) |
Set display as block.
boolean | display as block |
Definition at line 946 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct(), and ilCalendarCategoryTableGUI\__construct().
ilTable2GUI::setEnableHeader | ( | $a_enableheader | ) |
Set Enable Header.
boolean | $a_enableheader | Enable Header |
Definition at line 445 of file class.ilTable2GUI.php.
Referenced by ilPageLayoutTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilExportTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilBookingTypesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilUserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectRolePermissionTableGUI\__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().
ilTable2GUI::setEnableNumInfo | ( | $a_val | ) |
Set enable num info.
boolean | enable number of records info |
Definition at line 465 of file class.ilTable2GUI.php.
Referenced by ilObjWorkspaceFolderTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), __construct(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setEnableTitle | ( | $a_enabletitle | ) |
Set Enable Title.
boolean | $a_enabletitle | Enable Title |
Definition at line 425 of file class.ilTable2GUI.php.
Referenced by ilOrgUnitAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilClientListTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilPDNewsTableGUI\ilPDNewsTableGUI(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setExportFormats | ( | array | $formats | ) |
Set available export formats.
array | $formats |
Definition at line 2911 of file class.ilTable2GUI.php.
References $valid.
Referenced by ilUserLPTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
ilTable2GUI::setExternalSegmentation | ( | $a_val | ) |
Set external segmentation.
boolean | data is segmented externally |
Definition at line 1046 of file class.ilTable2GUI.php.
Referenced by ilUserLPTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilUserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), and ilCourseParticipantsTableGUI\__construct().
ilTable2GUI::setExternalSorting | ( | $a_val | ) |
Set external sorting.
boolean | data is sorted externally |
Definition at line 986 of file class.ilTable2GUI.php.
Referenced by ilUserLPTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilUserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), and ilMailFolderTableGUI\__construct().
ilTable2GUI::setFilterCols | ( | $a_val | ) |
Set filter columns.
int | number of filter columns |
Definition at line 740 of file class.ilTable2GUI.php.
ilTable2GUI::setFilterCommand | ( | $a_val | ) |
Set filter command.
string | filter command |
Definition at line 1006 of file class.ilTable2GUI.php.
Referenced by ilPresentationListTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilUserTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), and ilSCORMTrackingUsersTableGUI\initTable().
|
protected |
Set current filter value.
ilFormPropertyGUI | $a_item | |
mixed | $a_value |
Definition at line 2715 of file class.ilTable2GUI.php.
References IL_CAL_DATE, and ilFormPropertyGUI\writeToSession().
|
final |
Set Form action parameter.
string | $a_form_action | Form action |
Definition at line 882 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilExportTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilBookingTypesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilShopTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilShoppingCartTableGUI\__construct(), ilUserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilforumTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__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(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setFormName | ( | $a_formname | ) |
Set Form name.
string | $a_formname | Form name |
Reimplemented from ilTableGUI.
Definition at line 902 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSessionParticipantsTableGUI\init(), and ilAuthLoginPageEditorTableGUI\initTable().
ilTable2GUI::setHeaderHTML | ( | $html | ) |
set header html
string | $html |
Definition at line 2600 of file class.ilTable2GUI.php.
ilTable2GUI::setId | ( | $a_val | ) |
Set id.
string | element id |
Definition at line 922 of file class.ilTable2GUI.php.
References getPrefix(), and setPrefix().
Referenced by ilNotificationSettingsTable\__construct(), ilUserLPTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSCORMTrackingItemsPerScoTableGUI\__construct(), ilECSServerTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilSCORMTrackingItemsPerUserTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilDidacticTemplateSettingsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilSCORMTrackingItemPerUserTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilSCORMTrackingItemsScoTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilBookingTypesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilUserTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilRoleTableGUI\init(), and ilAuthLoginPageEditorTableGUI\initTable().
ilTable2GUI::setIsDataTable | ( | $a_val | ) |
Set is data table.
boolean | is data table |
Definition at line 405 of file class.ilTable2GUI.php.
Referenced by __construct(), and ilPDNewsTableGUI\ilPDNewsTableGUI().
ilTable2GUI::setNoEntriesText | ( | $a_text | ) |
Set text for an empty table.
string | $a_text | Text |
Definition at line 385 of file class.ilTable2GUI.php.
Referenced by ilObjectivesAlignmentTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), ilShopTopicsTableGUI\parseRecords(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setOpenFormTag | ( | $a_val | ) |
Set open form tag.
boolean | open form tag |
Definition at line 111 of file class.ilTable2GUI.php.
Referenced by ilUploadDirFilesTableGUI\__construct().
ilTable2GUI::setOrderField | ( | $a_order_field | ) |
set order column
string | (array) field name for ordering |
Definition at line 513 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::setOrderLink | ( | $sort_field, | |
$order_dir | |||
) |
Reimplemented from ilTableGUI.
Definition at line 1257 of file class.ilTable2GUI.php.
References $_GET, $ilCtrl, and getNavParameter().
Referenced by fillHeader().
|
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 568 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), and setId().
ilTable2GUI::setPrintMode | ( | $a_value = false | ) |
Toogle print mode.
bool | $a_value |
Definition at line 2928 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
ilTable2GUI::setResetCommand | ( | $a_val | ) |
Set reset filter command.
string | reset command |
Definition at line 1026 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), and ilSCORMTrackingUsersTableGUI\initTable().
|
final |
Set row template.
string | $a_template | Template file name. |
string | $a_template_dir | Service/Module directory. |
Definition at line 1067 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilOrgUnitAssignmentTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTermListTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilBookingTypesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilUserTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__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().
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 976 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyCodesMailTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilShopTopicsTableGUI\parseRecords().
ilTable2GUI::setShowRowsSelector | ( | $a_value | ) |
Toggle rows-per-page selector.
bool | $a_value |
Definition at line 2760 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilUserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), and ilObjectRolePermissionTableGUI\__construct().
ilTable2GUI::setShowTemplates | ( | $a_value | ) |
Toggle templates.
bool | $a_value |
Definition at line 2780 of file class.ilTable2GUI.php.
Referenced by ilLPObjectsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
|
final |
Set title and title icon.
Reimplemented from ilTableGUI.
Definition at line 483 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(), ilTermListTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilExtendedProfileTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilExportTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__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().
ilTable2GUI::setTopAnchor | ( | $a_val | ) |
Set top anchor.
string | top anchor |
Definition at line 365 of file class.ilTable2GUI.php.
Referenced by ilBookmarkAdministrationTableGUI\__construct().
ilTable2GUI::setTopCommands | ( | $a_val | ) |
Set top commands (display command buttons on top of table, too)
boolean | top commands true/false |
Definition at line 1215 of file class.ilTable2GUI.php.
Referenced by ilOrgUnitAssignmentTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilUserTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), and ilCourseParticipantsTableGUI\__construct().
ilTable2GUI::storeNavParameter | ( | ) |
Definition at line 1466 of file class.ilTable2GUI.php.
References getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::storeProperty | ( | $type, | |
$value | |||
) |
Store table property.
string | $type | |
mixed | $value |
Definition at line 2611 of file class.ilTable2GUI.php.
References getId().
Referenced by determineLimit(), determineSelectedColumns(), determineSelectedFilters(), restoreTemplate(), and storeNavParameter().
ilTable2GUI::writeFilterToSession | ( | ) |
Write filter values to session.
Definition at line 1888 of file class.ilTable2GUI.php.
References $_POST, $lng, and getFilterItems().
Referenced by ilObjSCORMLearningModuleGUI\applyUserTableFilter(), and ilLPTableBaseGUI\executeCommand().
|
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 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 34 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\getSelectableColumns().
|
protected |
Definition at line 35 of file class.ilTable2GUI.php.
|
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::EXPORT_CSV = 2 |
Definition at line 59 of file class.ilTable2GUI.php.
const ilTable2GUI::EXPORT_EXCEL = 1 |
Definition at line 58 of file class.ilTable2GUI.php.
const ilTable2GUI::FILTER_DATE = 3 |
Definition at line 52 of file class.ilTable2GUI.php.
const ilTable2GUI::FILTER_DATE_RANGE = 6 |
Definition at line 55 of file class.ilTable2GUI.php.
Referenced by ilRbacLogTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_DURATION_RANGE = 7 |
Definition at line 56 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_LANGUAGE = 4 |
Definition at line 53 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_NUMBER_RANGE = 5 |
Definition at line 54 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_SELECT = 2 |
Definition at line 51 of file class.ilTable2GUI.php.
Referenced by ilRbacLogTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_TEXT = 1 |
Definition at line 50 of file class.ilTable2GUI.php.
Referenced by ilSCORMTrackingUsersTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().