ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTable2GUI. More...
Public Member Functions | |
__construct ($a_parent_obj, $a_parent_cmd="", $a_template_context="") | |
ilTable2GUI constructor. More... | |
setOpenFormTag ($a_val) | |
Set open form tag. More... | |
getOpenFormTag () | |
Get open form tag. More... | |
setCloseFormTag ($a_val) | |
Set close form tag. More... | |
getCloseFormTag () | |
Get close form tag. More... | |
determineLimit () | |
Determine the limit. More... | |
getSelectableColumns () | |
Get selectable columns. More... | |
determineSelectedColumns () | |
Determine selected columns. More... | |
isColumnSelected ($a_col) | |
Is given column selected? More... | |
getSelectedColumns () | |
Get selected columns. More... | |
executeCommand () | |
Execute command. More... | |
resetOffset ($a_in_determination=false) | |
Reset offset. More... | |
initFilter () | |
Init filter. More... | |
getParentObject () | |
Get parent object. More... | |
getParentCmd () | |
Get parent command. More... | |
setTopAnchor ($a_val) | |
Set top anchor. More... | |
getTopAnchor () | |
Get top anchor. More... | |
setNoEntriesText ($a_text) | |
Set text for an empty table. More... | |
getNoEntriesText () | |
Get text for an empty table. More... | |
setIsDataTable ($a_val) | |
Set is data table. More... | |
getIsDataTable () | |
Get is data table. More... | |
setEnableTitle ($a_enabletitle) | |
Set Enable Title. More... | |
getEnableTitle () | |
Get Enable Title. More... | |
setEnableHeader ($a_enableheader) | |
Set Enable Header. More... | |
getEnableHeader () | |
Get Enable Header. More... | |
setEnableNumInfo ($a_val) | |
Set enable num info. More... | |
getEnableNumInfo () | |
Get enable num info. More... | |
setTitle ($a_title, $a_icon=0, $a_icon_alt=0) | |
Set title and title icon. More... | |
setDescription ($a_val) | |
Set description. More... | |
getDescription () | |
Get description. More... | |
setOrderField ($a_order_field) | |
set order column More... | |
getOrderField () | |
setData ($a_data) | |
getData () | |
dataExists () | |
setPrefix ($a_prefix) | |
getPrefix () | |
addFilterItem ($a_input_item, $a_optional=false) | |
Add filter item. More... | |
addFilterItemByMetaType ($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null) | |
Add filter by standard type. More... | |
getFilterItems ($a_optionals=false) | |
Get filter items. More... | |
getFilterItemByPostVar ($a_post_var) | |
setFilterCols ($a_val) | |
Set filter columns. More... | |
getFilterCols () | |
Get filter columns. More... | |
setDisableFilterHiding ($a_val=true) | |
Set disable filter hiding. More... | |
getDisableFilterHiding () | |
Get disable filter hiding. More... | |
isFilterSelected ($a_col) | |
Is given filter selected? More... | |
getSelectedFilters () | |
Get selected filters. More... | |
determineSelectedFilters () | |
Determine selected filters. More... | |
setCustomPreviousNext ($a_prev_link, $a_next_link) | |
Set custom previous/next links. More... | |
setFormAction ($a_form_action, $a_multipart=false) | |
Set Form action parameter. More... | |
getFormAction () | |
Get Form action parameter. More... | |
setFormName ($a_formname="") | |
Set Form name. More... | |
getFormName () | |
Get Form name. More... | |
setId ($a_val) | |
Set id. More... | |
getId () | |
Get element id. More... | |
setDisplayAsBlock ($a_val) | |
Set display as block. More... | |
getDisplayAsBlock () | |
Get display as block. More... | |
getSelectAllCheckbox () | |
Get the name of the checkbox that should be toggled with a select all button. More... | |
setSelectAllCheckbox ($a_select_all_checkbox, $a_select_all_on_top=false) | |
Set the name of the checkbox that should be toggled with a select all button. More... | |
setExternalSorting ($a_val) | |
Set external sorting. More... | |
getExternalSorting () | |
Get external sorting. More... | |
setFilterCommand ($a_val, $a_caption=null) | |
Set filter command. More... | |
getFilterCommand () | |
Get filter command. More... | |
setResetCommand ($a_val, $a_caption=null) | |
Set reset filter command. More... | |
getResetCommand () | |
Get reset filter command. More... | |
setExternalSegmentation ($a_val) | |
Set external segmentation. More... | |
getExternalSegmentation () | |
Get external segmentation. More... | |
setRowTemplate ($a_template, $a_template_dir="") | |
Set row template. More... | |
setDefaultOrderField ($a_defaultorderfield) | |
Set Default order field. More... | |
getDefaultOrderField () | |
Get Default order field. More... | |
setDefaultOrderDirection ($a_defaultorderdirection) | |
Set Default order direction. More... | |
getDefaultOrderDirection () | |
Get Default order direction. More... | |
setDefaultFilterVisiblity ($a_status) | |
Set default filter visiblity. More... | |
getDefaultFilterVisibility () | |
Get default filter visibility. More... | |
clearCommandButtons () | |
addCommandButton ($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null) | |
Add Command button. More... | |
addCommandButtonInstance (ilButtonBase $a_button) | |
Add Command button instance. More... | |
addSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection='') | |
Add Selection List + Command button. More... | |
addMultiItemSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection='') | |
Add Selection List + Command button for selected items. More... | |
setCloseCommand ($a_link) | |
Add command for closing table. More... | |
addMultiCommand ($a_cmd, $a_text) | |
Add Command button. More... | |
addHiddenInput ($a_name, $a_value) | |
Add Hidden Input field. More... | |
addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="") | |
Add Header Command (Link) (Image needed for now) More... | |
setTopCommands ($a_val) | |
Set top commands (display command buttons on top of table, too) More... | |
getTopCommands () | |
Get top commands (display command buttons on top of table, too) More... | |
addColumn ( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false) | |
Add a column to the header. More... | |
getNavParameter () | |
setOrderLink ($sort_field, $order_dir) | |
fillHeader () | |
determineOffsetAndOrder ($a_omit_offset=false) | |
Determine offset and order. More... | |
storeNavParameter () | |
getHTML () | |
Get HTML. More... | |
numericOrdering ($a_field) | |
Should this field be sorted numeric? More... | |
render () | |
render table public More... | |
writeFilterToSession () | |
Write filter values to session. More... | |
resetFilter () | |
Reset filter. More... | |
fillFooter () | |
Fill footer row. More... | |
getLinkbar ($a_num) | |
Get previous/next linkbar. More... | |
fillHiddenRow () | |
fillActionRow () | |
Fill Action Row. More... | |
setHeaderHTML ($html) | |
set header html More... | |
storeProperty ($type, $value) | |
Store table property. More... | |
loadProperty ($type) | |
Load table property. More... | |
getCurrentState () | |
get current settings for order, limit, columns and filter More... | |
setContext ($id) | |
Set context. More... | |
getContext () | |
Get context. More... | |
setShowRowsSelector ($a_value) | |
Toggle rows-per-page selector. More... | |
getShowRowsSelector () | |
Get rows-per-page selector state. More... | |
setShowTemplates ($a_value) | |
Toggle templates. More... | |
getShowTemplates () | |
Get template state. More... | |
restoreTemplate ($a_name) | |
Restore state from template. More... | |
saveTemplate ($a_name) | |
Save current state as template. More... | |
deleteTemplate ($a_name) | |
Delete template. More... | |
getLimit () | |
Get limit. More... | |
getOffset () | |
Get offset. More... | |
setExportFormats (array $formats) | |
Set available export formats. More... | |
setPrintMode ($a_value=false) | |
Toogle print mode. More... | |
getPrintMode () | |
Get print mode. More... | |
getExportMode () | |
Was export activated? More... | |
exportData ($format, $send=false) | |
Export and optionally send current table data. More... | |
setEnableAllCommand ($a_value) | |
Enable actions for all entries in current result. More... | |
setRowSelectorLabel ($row_selector_label) | |
getRowSelectorLabel () | |
setPreventDoubleSubmission ($a_val) | |
Set prevent double submission. More... | |
getPreventDoubleSubmission () | |
Get prevent double submission. More... | |
setLimit ($a_limit=0, $a_default_limit=0) | |
Public Member Functions inherited from ilTableGUI | |
__construct ($a_data=0, $a_global_tpl=true) | |
Constructor. More... | |
setTemplate ($a_tpl) | |
set template public More... | |
& | getTemplateObject () |
setData ($a_data) | |
set table data public More... | |
getData () | |
setTitle ($a_title, $a_icon=0, $a_icon_alt=0) | |
set table title public More... | |
setHelp ($a_help_page, $a_help_icon, $a_help_icon_alt=0) | |
set table help page public More... | |
setHeaderNames ($a_header_names) | |
set table header names public More... | |
getColumnCount () | |
Returns the column count based on the number of the header row columns public. More... | |
setHeaderVars ($a_header_vars, $a_header_params=0) | |
set table header vars public More... | |
setColumnWidth ($a_column_width) | |
set table column widths public More... | |
setOneColumnWidth ($a_column_width, $a_column_number) | |
set one table column width public More... | |
setMaxCount ($a_max_count) | |
set max. More... | |
setLimit ($a_limit=0, $a_default_limit=0) | |
set max. More... | |
getLimit () | |
Get limit. More... | |
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 More... | |
setOffset ($a_offset) | |
set dataset offset public More... | |
getOffset () | |
Get offset. More... | |
setOrderColumn ($a_order_column=0, $a_default_column=0) | |
set order column public More... | |
getOrderColumn () | |
Get order column. More... | |
setOrderDirection ($a_order_direction) | |
set order direction public More... | |
getOrderDirection () | |
Get order direction. More... | |
setFooter ($a_style, $a_previous=0, $a_next=0) | |
set order direction public More... | |
enable ($a_module_name) | |
enables particular modules of table More... | |
disable ($a_module_name) | |
diesables particular modules of table More... | |
sortData () | |
render () | |
render table public More... | |
renderHeader () | |
setOrderLink ($key, $order_dir) | |
setStyle ($a_element, $a_style) | |
getStyle ($a_element) | |
setBase ($a_base) | |
Set Base script name (deprecated, only use this for workarounds). More... | |
getBase () | |
Get Base script name (deprecated, only use this for workarounds). More... | |
getFormName () | |
setFormName ($a_name="cmd") | |
getSelectAllCheckbox () | |
setSelectAllCheckbox ($a_select_all_checkbox) | |
clearActionButtons () | |
addActionButton ($btn_name, $btn_value) | |
Static Public Member Functions | |
static | getAllCommandLimit () |
Get maximum number of entries to enable actions for all. More... | |
Data Fields | |
const | FILTER_TEXT = 1 |
const | FILTER_SELECT = 2 |
const | FILTER_DATE = 3 |
const | FILTER_LANGUAGE = 4 |
const | FILTER_NUMBER_RANGE = 5 |
const | FILTER_DATE_RANGE = 6 |
const | FILTER_DURATION_RANGE = 7 |
const | FILTER_DATETIME_RANGE = 8 |
const | FILTER_CHECKBOX = 9 |
const | EXPORT_EXCEL = 1 |
const | EXPORT_CSV = 2 |
const | ACTION_ALL_LIMIT = 1000 |
Data Fields inherited from ilTableGUI | |
$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. More... | |
isFilterVisible () | |
Check if filter is visible: manually shown (session, db) or default value set. More... | |
isAdvMDFilter (ilAdvancedMDRecordGUI $a_gui, $a_element) | |
Check if filter element is based on adv md. More... | |
fillRow ($a_set) | |
Standard Version of Fill Row. More... | |
getFilterValue (ilFormPropertyGUI $a_item) | |
Get current filter value. More... | |
SetFilterValue (ilFormPropertyGUI $a_item, $a_value) | |
Set current filter value. More... | |
fillMetaExcel (ilExcel $a_excel, &$a_row) | |
Add meta information to excel export. More... | |
fillHeaderExcel (ilExcel $a_excel, &$a_row) | |
Excel Version of Fill Header. More... | |
fillRowExcel (ilExcel $a_excel, &$a_row, $a_set) | |
Excel Version of Fill Row. More... | |
fillMetaCSV ($a_csv) | |
Add meta information to csv export. More... | |
fillHeaderCSV ($a_csv) | |
CSV Version of Fill Header. More... | |
fillRowCSV ($a_csv, $a_set) | |
CSV Version of Fill Row. More... | |
Protected Attributes | |
$ctrl | |
$tpl | |
$parent_obj | |
$parent_cmd | |
$close_command = "" | |
$top_anchor = "il_table_top" | |
$filters = array() | |
$optional_filters = array() | |
$filter_cmd = 'applyFilter' | |
$reset_cmd = 'resetFilter' | |
$filter_cols = 5 | |
$ext_sort = false | |
$ext_seg = false | |
$context = "" | |
$mi_sel_buttons = [] | |
$disable_filter_hiding = false | |
$selected_filter = false | |
$top_commands = true | |
$selectable_columns = array() | |
$selected_column = array() | |
$show_templates = false | |
$show_rows_selector = true | |
$rows_selector_off = false | |
$nav_determined = false | |
$limit_determined = false | |
$filters_determined = false | |
$columns_determined = false | |
$open_form_tag = true | |
$close_form_tag = true | |
$export_formats = [] | |
$export_mode | |
$print_mode | |
$enable_command_for_all | |
$restore_filter | |
$restore_filter_values | |
$default_filter_visibility = false | |
$sortable_fields = array() | |
$prevent_double_submission = true | |
$row_selector_label | |
$select_all_on_top = false | |
$sel_buttons = [] | |
Protected Attributes inherited from ilTableGUI | |
$tpl | |
$lng | |
Private Member Functions | |
renderFilter () | |
Render Filter section. More... | |
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 = "" |
|||
) |
ilTable2GUI constructor.
object | $a_parent_obj | ob Mostly ILIAS-GUI-Classes |
string | $a_parent_cmd | |
string | $a_template_context |
Definition at line 123 of file class.ilTable2GUI.php.
References $_GET, $DIC, ilTableGUI\$lng, $unique_id, determineLimit(), determineSelectedColumns(), getId(), restoreTemplate(), setContext(), setEnableNumInfo(), and setIsDataTable().
|
final |
Add a column to the header.
string | Text |
string | Sort field name (corresponds to data array field) |
string | Width string |
Definition at line 1328 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilNotificationSettingsTable\__construct(), ilUserLPTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilComponentsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilStudyProgrammeAcknowledgeCompletedCoursesTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRendererTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilTermsOfServiceTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilContributorTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilUserTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilLinksTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilClipboardTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSpecialUsersTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilTermListTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilModulesTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\addColumns(), ilExAssignmentFileSystemTableGUI\addColumns(), ilFileSystemTableGUI\addColumns(), ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addColumns(), ilExportTableGUI\addCustomColumn(), arIndexTableGUI\addMultipleSelectionColumn(), ilLTIProviderReleasedObjectsTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilDidacticTemplateSettingsTableGUI\init(), ilSCGroupTableGUI\init(), ilUserClipboardTableGUI\init(), ilSCTaskTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilLogComponentTableGUI\init(), ilTimingsManageTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilObjectTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilMatchingQuestionAnswerFreqStatTableGUI\initColumns(), ilQuestionPoolImportVerificationTableGUI\initColumns(), ilTestPersonalDefaultSettingsTableGUI\initColumns(), ilKprimChoiceAnswerFreqStatTableGUI\initColumns(), ilTestPassManualScoringOverviewTableGUI\initColumns(), ilQuestionInternalLinkSelectionTableGUI\initColumns(), ilMailingListsTableGUI\initColumns(), ilMailingListsMembersTableGUI\initColumns(), ilMMTopItemTableGUI\initColumns(), ilQuestionUsagesTableGUI\initColumns(), ilQuestionCumulatedStatisticsTableGUI\initColumns(), ilBiblTranslationTableGUI\initColumns(), ilExportTableGUI\initColumns(), ilTestManScoringParticipantsTableGUI\initColumns(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initColumns(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilMMItemTranslationTableGUI\initColumns(), ilBiblLibraryTableGUI\initColumns(), ilBiblFieldFilterTableGUI\initColumns(), ilImageMapTableGUI\initColumns(), ilBiblAdminFieldTableGUI\initColumns(), ilOrgUnitTypeTableGUI\initColumns(), ilPCIIMTriggerTableGUI\initColumns(), ilMarkSchemaTableGUI\initColumns(), ilTestExportTableGUI\initColumns(), ilTestSkillLevelThresholdsTableGUI\initColumns(), ilOrgUnitPositionTableGUI\initColumns(), ilWorkflowEngineDefinitionsTableGUI\initColumns(), ilTestPassDetailsOverviewTableGUI\initColumns(), ilMMSubItemTableGUI\initColumns(), ilMemcacheServerTableGUI\initColumns(), ilTestDynamicQuestionSetStatisticTableGUI\initColumns(), ilRepositoryObjectSearchResultTableGUI\initColumns(), ilAssQuestionSkillAssignmentsTableGUI\initColumns(), ilAssQuestionSkillUsagesTableGUI\initColumns(), ilStudyProgrammeTypeTableGUI\initColumns(), ilParticipantsTestResultsTableGUI\initColumns(), ilAnswerFrequencyStatisticTableGUI\initColumns(), ilTestQuestionsTableGUI\initColumns(), ilTestPassOverviewTableGUI\initColumns(), ilTestParticipantsTableGUI\initColumns(), ilOrgUnitPermissionTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilECSServerTableGUI\initTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumDraftsTableGUI\initTableColumns(), arIndexTableGUI\initTableRowTemplate(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ilForumTopicTableGUI\initTopicsOverviewTable(), ilLinkCheckerTableGUI\prepareHTML(), ilMailFolderTableGUI\prepareHTML(), ilExportTableGUI\prepareOutput(), ilTestToplistGUI\prepareTable(), ilOrgUnitOtherRolesTableGUI\setTableHeaders(), ilOrgUnitStaffTableGUI\setTableHeaders(), and ilOrgUnitUserAssignmentTableGUI\setTableHeaders().
ilTable2GUI::addCommandButton | ( | $a_cmd, | |
$a_text, | |||
$a_onclick = '' , |
|||
$a_id = "" , |
|||
$a_class = null |
|||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 1207 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilMMTopItemTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilStyleTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands(), ilObjStudyProgrammeIndividualPlanGUI\appendIndividualPlanActions(), ilOrgUnitDefaultPermissionTableGUI\end(), ilExAssignmentFileSystemTableGUI\getEntries(), ilSCTreeDuplicatesTableGUI\init(), ilObjectCopyCourseGroupSelectionTableGUI\init(), ilUserClipboardTableGUI\init(), ilLogComponentTableGUI\init(), ilTimingsManageTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilAssQuestionSkillAssignmentsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), arDeleteGUI\initCommandButtons(), ilMailFolderTableGUI\initCommandButtons(), ilTestQuestionsTableGUI\initCommands(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilExParticipantTableGUI\initMode(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilForumTopicTableGUI\initTopicsOverviewTable(), ilLPCollectionSettingsTableGUI\parse(), ilExerciseMemberTableGUI\parseData(), ilLinkCheckerTableGUI\prepareHTML(), ilObjectTranslationTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
ilTable2GUI::addCommandButtonInstance | ( | ilButtonBase | $a_button | ) |
Add Command button instance.
ilButtonBase | $a_button |
Definition at line 1218 of file class.ilTable2GUI.php.
Referenced by ilAccountCodesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilListOfQuestionsTableGUI\init(), and assFileUploadFileTableGUI\initCommand().
|
final |
Add filter item.
Filter items are property form inputs that implement the ilTableFilterItem interface
Definition at line 637 of file class.ilTable2GUI.php.
References $restore_filter_values.
Referenced by ilMMSubItemTableGUI\addAndReadFilterItem(), ilBiblEntryTableGUI\addAndReadFilterItem(), ilBiblFieldFilterTableGUI\addAndReadFilterItem(), ilBiblAdminFieldTableGUI\addAndReadFilterItem(), arIndexTableGUI\addFilterField(), addFilterItemByMetaType(), ilUserTableGUI\addFilterItemByUdfType(), ilLPTableBaseGUI\initBaseFilter(), ilRoleAssignmentTableGUI\initFilter(), ilWorkflowEngineDefinitionsTableGUI\initFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilPDNewsTableGUI\initFilter(), ilLanguageExtTableGUI\initFilter(), ilMStListCoursesTableGUI\initFilter(), ilMStListUsersTableGUI\initFilter(), ilTestDynamicQuestionSetStatisticTableGUI\initFilter(), ilMStShowUserCoursesTableGUI\initFilter(), ilBuddySystemRelationsTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilTestPassDetailsOverviewTableGUI\initFilter(), ilAccountCodesTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilPresentationListTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilRegistrationCodesTableGUI\initFilter(), ilTermListTableGUI\initFilter(), ilTestParticipantsTableGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilTermsOfServiceAcceptanceHistoryTableGUI\initFilter(), ilTrUserObjectsPropsTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilSessionMaterialsTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), ilUserTableGUI\initFilter(), and ilMailFolderTableGUI\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 665 of file class.ilTable2GUI.php.
References $DIC, $id, ilTableGUI\$lng, PHPMailer\PHPMailer\$options, $type, addFilterItem(), and ilCombinationInputGUI\COMPARISON_ASCENDING.
Referenced by arIndexTableGUI\addFilterField(), ilDclTextFieldRepresentation\addFilterInputFieldToTable(), ilDclIliasReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclBooleanFieldRepresentation\addFilterInputFieldToTable(), ilDclDatetimeFieldRepresentation\addFilterInputFieldToTable(), ilDclRatingFieldRepresentation\addFilterInputFieldToTable(), ilDclMobFieldRepresentation\addFilterInputFieldToTable(), ilDclNumberFieldRepresentation\addFilterInputFieldToTable(), ilDclFileuploadFieldRepresentation\addFilterInputFieldToTable(), ilDclReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclSelectionFieldRepresentation\addFilterInputFieldToTable(), ilParticipantTableGUI\initFilter(), ilRbacLogTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilBadgeTableGUI\initFilter(), ilObjectBadgeTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilBadgeUserTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilWorkspaceShareTableGUI\initFilter(), ilExerciseSubmissionTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), and ilBadgePersonalTableGUI\initFilters().
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 1295 of file class.ilTable2GUI.php.
ilTable2GUI::addHiddenInput | ( | $a_name, | |
$a_value | |||
) |
Add Hidden Input field.
string | Name |
string | Value |
Definition at line 1284 of file class.ilTable2GUI.php.
Referenced by ilPasteStyleCharacteristicTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), addMultiItemSelectionButton(), ilTestSkillLevelThresholdsTableGUI\fillRow(), ilTestQuestionBrowserTableGUI\handleParameters(), and arDeleteGUI\initCommandButtons().
ilTable2GUI::addMultiCommand | ( | $a_cmd, | |
$a_text | |||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 1273 of file class.ilTable2GUI.php.
Referenced by ilQuestionPoolImportVerificationTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilContributorTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilTrashTableGUI\__construct(), ilStyleTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilTermListTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands(), ilExportTableGUI\addCustomMultiCommand(), ilStudyProgrammeMembersTableGUI\addMultiCommands(), ilDidacticTemplateSettingsTableGUI\init(), ilUserClipboardTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilTestQuestionBrowserTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilMMItemTranslationTableGUI\initCommands(), ilParticipantsTestResultsTableGUI\initCommands(), ilTestQuestionsTableGUI\initCommands(), ilTestParticipantsTableGUI\initCommands(), ilLearningSequenceParticipantsTableGUI\initForm(), ilTestExportTableGUI\initMultiCommands(), ilQuestionPoolExportTableGUI\initMultiCommands(), ilExportTableGUI\initMultiCommands(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilMailFolderTableGUI\initMultiCommands(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumDraftsTableGUI\initTableColumns(), ilForumTopicTableGUI\initTopicsOverviewTable(), ilLPCollectionSettingsTableGUI\parse(), ilObjectTranslationTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), ilMultilingualismTableGUI\prepareOutput(), ilMediaPoolTableGUI\prepareOutput(), and ilOrgUnitDefaultPermissionTableGUI\start().
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 1248 of file class.ilTable2GUI.php.
References addHiddenInput().
Referenced by ilCourseParticipantsGroupsTableGUI\__construct(), ilRepositoryUserResultTableGUI\initMultiCommands(), and arIndexTableGUI\initMultiItemActionsButton().
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 1233 of file class.ilTable2GUI.php.
ilTable2GUI::clearCommandButtons | ( | ) |
Definition at line 1196 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\parse().
|
final |
Definition at line 613 of file class.ilTable2GUI.php.
Referenced by ilDclRecordListTableGUI\exportData(), exportData(), fillActionRow(), fillFooter(), getHTML(), ilObjectTranslationTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), and ilMultilingualismTableGUI\prepareOutput().
ilTable2GUI::deleteTemplate | ( | $a_name | ) |
Delete template.
string | $a_name |
Definition at line 3046 of file class.ilTable2GUI.php.
References $DIC, $ilUser, getContext(), and ilUtil\prepareFormOutput().
Referenced by fillFooter().
ilTable2GUI::determineLimit | ( | ) |
Determine the limit.
Definition at line 208 of file class.ilTable2GUI.php.
References $_GET, $DIC, $ilUser, ilTableGUI\$limit, $rows, loadProperty(), resetOffset(), setLimit(), and storeProperty().
Referenced by ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), __construct(), getCurrentState(), ilSCORMTrackingItemsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilBiblAdminFieldTableGUI\parseData(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::determineOffsetAndOrder | ( | $a_omit_offset = false | ) |
Determine offset and order.
Definition at line 1535 of file class.ilTable2GUI.php.
References $_GET, $_POST, $_SESSION, $DIC, $ilUser, getDefaultOrderDirection(), getDefaultOrderField(), getExternalSegmentation(), getId(), getNavParameter(), loadProperty(), resetOffset(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), and setOrderField().
Referenced by ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilLPTableBaseGUI\executeCommand(), exportData(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilUserTableGUI\getItems(), ilForumTopicTableGUI\numericOrdering(), ilSCORMTrackingUsersTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilBiblAdminFieldTableGUI\parseData(), ilTermsOfServiceTableGUI\populate(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), resetOffset(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::determineSelectedColumns | ( | ) |
Determine selected columns.
Definition at line 258 of file class.ilTable2GUI.php.
References $_POST, $c, getId(), getSelectableColumns(), loadProperty(), and storeProperty().
Referenced by __construct(), and getCurrentState().
ilTable2GUI::determineSelectedFilters | ( | ) |
Determine selected filters.
Definition at line 875 of file class.ilTable2GUI.php.
References $_POST, getFilterItems(), getId(), loadProperty(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), getCurrentState(), ilTermsOfServiceTableGUI\populate(), and renderFilter().
ilTable2GUI::executeCommand | ( | ) |
Execute command.
Definition at line 348 of file class.ilTable2GUI.php.
References $_GET, $ctrl, $ilCtrl, getFilterItemByPostVar(), and initFilter().
ilTable2GUI::exportData | ( | $format, | |
$send = false |
|||
) |
Export and optionally send current table data.
int | $format |
Definition at line 3138 of file class.ilTable2GUI.php.
References $filename, $format, $row, dataExists(), determineOffsetAndOrder(), exit, fillHeaderCSV(), fillHeaderExcel(), fillMetaCSV(), fillMetaExcel(), fillRowCSV(), fillRowExcel(), getExternalSorting(), ilTableGUI\getOrderDirection(), getOrderField(), numericOrdering(), and ilUtil\sortArray().
Referenced by getHTML().
ilTable2GUI::fillActionRow | ( | ) |
Fill Action Row.
Definition at line 2549 of file class.ilTable2GUI.php.
References ilTableGUI\$lng, $txt, dataExists(), ilUtil\formSelect(), ilUtil\getImagePath(), and getTopCommands().
Referenced by getHTML().
ilTable2GUI::fillFooter | ( | ) |
Fill footer row.
Definition at line 2127 of file class.ilTable2GUI.php.
References $c, $ctrl, $DIC, $end, $format, $ilCtrl, $ilUser, ilTableGUI\$limit, ilTableGUI\$lng, ilTableGUI\$max_count, $name, PHPMailer\PHPMailer\$options, $start, $url, dataExists(), deleteTemplate(), ilTableGUI\getColumnCount(), getContext(), getDisableFilterHiding(), getDisplayAsBlock(), getEnableNumInfo(), getFormName(), getId(), getLinkbar(), getParentCmd(), getRowSelectorLabel(), getSelectableColumns(), getSelectAllCheckbox(), getShowRowsSelector(), getShowTemplates(), isColumnSelected(), saveTemplate(), and ilAdvancedSelectionListGUI\STYLE_LINK_BUTTON.
Referenced by getHTML().
ilTable2GUI::fillHeader | ( | ) |
Definition at line 1392 of file class.ilTable2GUI.php.
References ilTableGUI\$lng, ilTooltipGUI\addTooltip(), getFormName(), getId(), ilUtil\getImagePath(), getSelectAllCheckbox(), 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 |
Definition at line 3285 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
|
protected |
Excel Version of Fill Header.
Likely to be overwritten by derived class.
ilExcel | $a_excel | excel wrapper |
int | $a_row | row counter |
Definition at line 3238 of file class.ilTable2GUI.php.
References ilTableGUI\$title, ilExcel\getColumnCoord(), ilExcel\setBold(), and ilExcel\setCell().
Referenced by exportData().
ilTable2GUI::fillHiddenRow | ( | ) |
Definition at line 2530 of file class.ilTable2GUI.php.
Referenced by getHTML().
|
protected |
Add meta information to csv export.
Likely to be overwritten by derived class.
object | $a_csv | current file |
Definition at line 3275 of file class.ilTable2GUI.php.
Referenced by exportData().
|
protected |
Add meta information to excel export.
Likely to be overwritten by derived class.
ilExcel | $a_excel | excel wrapper |
int | $a_row | row counter |
Definition at line 3227 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 |
Definition at line 2117 of file class.ilTable2GUI.php.
References $key.
Referenced by ilMemcacheServerTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilBiblFieldFilterTableGUI\addAndReadFilterItem(), ilDclRecordListTableGUI\buildData(), getHTML(), ilOrgUnitPermissionTableGUI\getObjType(), ilQuestionUsagesTableGUI\initColumns(), ilMMSubItemTableGUI\initColumns(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilRepositoryUserResultTableGUI\initMultiCommands(), and ilMMItemTranslationTableGUI\parseData().
|
protected |
CSV Version of Fill Row.
Most likely to be overwritten by derived class.
object | $a_csv | current file |
array | $a_set | data array |
Definition at line 3303 of file class.ilTable2GUI.php.
References $key.
Referenced by exportData().
|
protected |
Excel Version of Fill Row.
Most likely to be overwritten by derived class.
ilExcel | $a_excel | excel wrapper |
int | $a_row | row counter |
array | $a_set | data array |
Definition at line 3258 of file class.ilTable2GUI.php.
References ilExcel\setCell().
Referenced by exportData().
|
static |
Get maximum number of entries to enable actions for all.
Definition at line 3329 of file class.ilTable2GUI.php.
References $DIC, and ilTableGUI\$limit.
ilTable2GUI::getCloseFormTag | ( | ) |
Get close form tag.
Definition at line 200 of file class.ilTable2GUI.php.
References $close_form_tag.
Referenced by getHTML().
ilTable2GUI::getContext | ( | ) |
Get context.
Definition at line 2929 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 2840 of file class.ilTable2GUI.php.
References $result, $selected_column, determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), getFilterValue(), getLimit(), getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and getSelectedFilters().
Referenced by saveTemplate().
|
final |
Definition at line 608 of file class.ilTable2GUI.php.
Referenced by ilPCFileListTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\getGraph(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), getHTML(), ilTestSkillLevelThresholdsTableGUI\getInputElements(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilKprimChoiceAnswerFreqStatTableGUI\initColumns(), ilAnswerFrequencyStatisticTableGUI\initColumns(), assFileUploadFileTableGUI\initCommand(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::getDefaultFilterVisibility | ( | ) |
Get default filter visibility.
Definition at line 1186 of file class.ilTable2GUI.php.
References $default_filter_visibility.
Referenced by isFilterVisible().
ilTable2GUI::getDefaultOrderDirection | ( | ) |
Get Default order direction.
Definition at line 1168 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::getDefaultOrderField | ( | ) |
Get Default order field.
Definition at line 1148 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), ilRegistrationCodesTableGUI\getItems(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::getDescription | ( | ) |
Get description.
Definition at line 556 of file class.ilTable2GUI.php.
References $description.
Referenced by render().
ilTable2GUI::getDisableFilterHiding | ( | ) |
Get disable filter hiding.
Definition at line 836 of file class.ilTable2GUI.php.
References $disable_filter_hiding.
Referenced by fillFooter(), and renderFilter().
ilTable2GUI::getDisplayAsBlock | ( | ) |
Get display as block.
Definition at line 1010 of file class.ilTable2GUI.php.
Referenced by fillFooter(), getLinkbar(), and render().
ilTable2GUI::getEnableHeader | ( | ) |
Get Enable Header.
Definition at line 508 of file class.ilTable2GUI.php.
ilTable2GUI::getEnableNumInfo | ( | ) |
Get enable num info.
Definition at line 528 of file class.ilTable2GUI.php.
Referenced by fillFooter().
ilTable2GUI::getEnableTitle | ( | ) |
ilTable2GUI::getExportMode | ( | ) |
Was export activated?
Definition at line 3128 of file class.ilTable2GUI.php.
References $export_mode.
Referenced by ilMStListUsersTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), getHTML(), getLimit(), and getOffset().
ilTable2GUI::getExternalSegmentation | ( | ) |
Get external segmentation.
Definition at line 1116 of file class.ilTable2GUI.php.
References $ext_seg.
Referenced by determineOffsetAndOrder(), getHTML(), ilTermsOfServiceTableGUI\populate(), and ilWaitingListTableGUI\readUserData().
ilTable2GUI::getExternalSorting | ( | ) |
Get external sorting.
Definition at line 1052 of file class.ilTable2GUI.php.
References $ext_sort.
Referenced by exportData(), getHTML(), ilTermsOfServiceTableGUI\populate(), and setData().
ilTable2GUI::getFilterCols | ( | ) |
Get filter columns.
Definition at line 816 of file class.ilTable2GUI.php.
References $filter_cols.
Referenced by renderFilter().
ilTable2GUI::getFilterCommand | ( | ) |
Get filter command.
Definition at line 1074 of file class.ilTable2GUI.php.
References $filter_cmd.
|
final |
Definition at line 786 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by ilLanguageExtTableGUI\__construct(), ilLPTableBaseGUI\executeCommand(), executeCommand(), ilLPTableBaseGUI\getCurrentFilter(), ilObjectRolePermissionTableGUI\initColumns(), ilWorkflowEngineDefinitionsTableGUI\isFiltered(), and ilRoleTableGUI\parse().
|
final |
Get filter items.
Definition at line 778 of file class.ilTable2GUI.php.
References $filters, and $optional_filters.
Referenced by arIndexTableGUI\checkColumnVisibile(), determineSelectedFilters(), getFilterItemByPostVar(), ilTestQuestionBrowserTableGUI\getQuestionsData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), renderFilter(), resetFilter(), and writeFilterToSession().
|
protected |
Get current filter value.
ilFormPropertyGUI | $a_item |
Definition at line 2883 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by getCurrentState().
|
final |
Get Form action parameter.
Definition at line 947 of file class.ilTable2GUI.php.
Referenced by ilBiblLibraryTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), getHTML(), ilSCTreeDuplicatesTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilConsultationHourGroupTableGUI\initTable(), and ilConsultationHourBookingTableGUI\initTable().
ilTable2GUI::getFormName | ( | ) |
Get Form name.
Definition at line 967 of file class.ilTable2GUI.php.
Referenced by ilOrgUnitPermissionTableGUI\dic(), fillFooter(), fillHeader(), ilObjectRolePermissionTableGUI\fillRow(), and getHTML().
ilTable2GUI::getHTML | ( | ) |
Get HTML.
Definition at line 1613 of file class.ilTable2GUI.php.
References $ctrl, ilTableGUI\$data, $DIC, $ilCtrl, $ilUser, ilTableGUI\$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(), getPreventDoubleSubmission(), getPrintMode(), getTopAnchor(), numericOrdering(), prepareOutput(), render(), ilTableGUI\setFooter(), ilTableGUI\setMaxCount(), ilDatePresentation\setUseRelativeDates(), ilUtil\sortArray(), and storeNavParameter().
Referenced by ilBadgeTableGUI\fillRow(), ilObjectBadgeTableGUI\fillRow(), ilParticipantsTestResultsTableGUI\fillRow(), ilBadgePersonalTableGUI\fillRow(), ilTestParticipantsTableGUI\fillRow(), and arIndexTableGUI\render().
ilTable2GUI::getId | ( | ) |
Get element id.
Definition at line 990 of file class.ilTable2GUI.php.
References $id.
Referenced by ilLearningSequenceParticipantsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), __construct(), ilLPTableBaseGUI\addToClipboard(), ilTestSkillLevelThresholdsTableGUI\completeCompetenceTitles(), ilLOMemberTestResultTableGUI\createTestResultLink(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), fillFooter(), fillHeader(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilExParticipantTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), getHTML(), ilParticipantTableGUI\getSelectableColumns(), ilSubscriberTableGUI\getSelectableColumns(), ilWaitingListTableGUI\getSelectableColumns(), ilLearningSequenceParticipantsTableGUI\getSelectableColumns(), ilWorkspaceShareTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilParticipantTableGUI\initSettings(), arIndexTableGUI\initTitle(), ilDclRecordListTableGUI\loadProperty(), loadProperty(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExerciseSubmissionTableGUI\parseRow(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilBuddySystemRelationsTableGUI\render(), render(), renderFilter(), ilParticipantTableGUI\showActionLinks(), ilSubscriberTableGUI\showActionLinks(), ilWaitingListTableGUI\showActionLinks(), and storeProperty().
ilTable2GUI::getIsDataTable | ( | ) |
Get is data table.
Definition at line 468 of file class.ilTable2GUI.php.
ilTable2GUI::getLimit | ( | ) |
Get limit.
Definition at line 3066 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilStudyProgrammeMembersTableGUI\__construct(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilUserTableGUI\getUserIdsForFilter(), ilForumTopicTableGUI\numericOrdering(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilTermsOfServiceTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::getLinkbar | ( | $a_num | ) |
Get previous/next linkbar.
Definition at line 2409 of file class.ilTable2GUI.php.
References $ctrl, $DIC, $i, $ilCtrl, $ilUser, ilTableGUI\$lng, ilUtil\formSelect(), getDisplayAsBlock(), getLimit(), getNavParameter(), getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and getTopAnchor().
Referenced by fillFooter().
|
final |
Definition at line 1353 of file class.ilTable2GUI.php.
Referenced by ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), determineOffsetAndOrder(), getHTML(), getLinkbar(), resetOffset(), and setOrderLink().
ilTable2GUI::getNoEntriesText | ( | ) |
Get text for an empty table.
Definition at line 448 of file class.ilTable2GUI.php.
Referenced by getHTML(), and ilBuddySystemRelationsTableGUI\render().
ilTable2GUI::getOffset | ( | ) |
Get offset.
Definition at line 3077 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilStudyProgrammeMembersTableGUI\__construct(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilUserTableGUI\getUserIdsForFilter(), ilForumTopicTableGUI\numericOrdering(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilTermsOfServiceTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), arIndexTableGUI\setOrderAndSegmentation(), and storeNavParameter().
ilTable2GUI::getOpenFormTag | ( | ) |
Get open form tag.
Definition at line 180 of file class.ilTable2GUI.php.
References $open_form_tag.
Referenced by getHTML().
ilTable2GUI::getOrderField | ( | ) |
Definition at line 571 of file class.ilTable2GUI.php.
Referenced by ilStudyProgrammeMembersTableGUI\__construct(), exportData(), ilMailFolderTableGUI\fetchTableData(), getCurrentState(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilUserTableGUI\getUserIdsForFilter(), ilForumTopicTableGUI\numericOrdering(), ilSCORMTrackingUsersTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilTermsOfServiceTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), resetOffset(), arIndexTableGUI\setOrderAndSegmentation(), and storeNavParameter().
ilTable2GUI::getParentCmd | ( | ) |
Get parent command.
Definition at line 408 of file class.ilTable2GUI.php.
References $parent_cmd.
Referenced by ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestQuestionsTableGUI\buildQuestionRemoveButton(), ilTestQuestionsTableGUI\buildQuestionTitleLink(), fillFooter(), ilPageHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilContainerStartObjectsTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilMDCopyrightUsageTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilExParticipantTableGUI\initMode(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilConsultationHourBookingTableGUI\parse(), ilExerciseSubmissionTableGUI\parseRow(), ilLinkCheckerTableGUI\prepareHTML(), and renderFilter().
ilTable2GUI::getParentObject | ( | ) |
Get parent object.
Definition at line 398 of file class.ilTable2GUI.php.
References $parent_obj.
Referenced by ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilMailFolderTableGUI\addPrintRowAction(), ilMailFolderTableGUI\addViewRowAction(), ilAnswerFrequencyStatisticTableGUI\buildAddAnswerModalGui(), ilTestQuestionsTableGUI\buildQuestionRemoveButton(), ilTestQuestionsTableGUI\buildQuestionTitleLink(), ilMailFolderTableGUI\fetchTableData(), ilConditionHandlerTableGUI\fillRow(), ilForumDraftsTableGUI\fillRow(), ilLDAPServerTableGUI\fillRow(), ilECSServerTableGUI\fillRow(), ilLDAPRoleMappingTableGUI\fillRow(), ilSCGroupTableGUI\fillRow(), ilConsultationHourGroupTableGUI\fillRow(), ilObjectCustomUserFieldsTableGUI\fillRow(), ilSCORMTrackingItemsPerScoTableGUI\fillRow(), ilAuthLoginPageEditorTableGUI\fillRow(), ilImportantPagesTableGUI\fillRow(), ilMemberExportFileTableGUI\fillRow(), ilDclExportTableGUI\fillRow(), SurveyMaterialsSourceTableGUI\fillRow(), ilConsultationHourBookingTableGUI\fillRow(), ilSCORMOfflineModeUsersTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilExcDeliveredFilesTableGUI\fillRow(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilECSNodeMappingTreeTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilSamlIdpTableGUI\fillRow(), ilSCORMTrackingItemsPerUserTableGUI\fillRow(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilBadgeImageTemplateTableGUI\fillRow(), ilMDCopyrightTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilObjectConsumerTableGUI\fillRow(), ilConsultationHoursTableGUI\fillRow(), ilContSkillTableGUI\fillRow(), ilTestPassOverviewTableGUI\fillRow(), ilECSCommunityTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilSCORM2004ExportTableGUI\fillRow(), ilDidacticTemplateSettingsTableGUI\fillRow(), ilContSkillMemberTableGUI\fillRow(), ilSurveyAppraiseesTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilBadgeTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilExportTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilUserRoleStartingPointTableGUI\fillRow(), ilObjectBadgeTableGUI\fillRow(), ilBadgePersonalTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), ilRoleTableGUI\fillRow(), ilForumTopicTableGUI\fillRow(), ilCronManagerTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilMailTemplateTableGUI\formatActionsDropDown(), ilTermsOfServiceDocumentTableGUI\formatActionsDropDown(), ilStudyProgrammeIndividualPlanTableGUI\getDeadlineInput(), ilMailFolderTableGUI\getHTML(), getHTML(), ilPollUserTableGUI\getItems(), ilContainerStartObjectsContentTableGUI\getItems(), ilStudyProgrammeMembersTableGUI\getLinkTargetForAction(), ilStudyProgrammeIndividualPlanTableGUI\getManualStatusSelect(), ilStudyProgrammeIndividualPlanTableGUI\getRequiredPointsInput(), ilSCTreeDuplicatesTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilTestPassOverviewTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilParticipantTableGUI\initFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilMStListCoursesTableGUI\initFilter(), ilMStShowUserCoursesTableGUI\initFilter(), ilExParticipantTableGUI\initMode(), ilWebResourceLinkTableGUI\initSorting(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExerciseSubmissionTableGUI\parseRow(), ilLocalUnitCategoryTableGUI\populateTitle(), ilLinkCheckerTableGUI\prepareHTML(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilExerciseSubmissionTableGUI\render(), ilParticipantTableGUI\showActionLinks(), ilSubscriberTableGUI\showActionLinks(), and ilWaitingListTableGUI\showActionLinks().
|
final |
Definition at line 628 of file class.ilTable2GUI.php.
References ilTableGUI\$prefix.
Referenced by ilAssQuestionSkillAssignmentsTableGUI\__construct(), and setId().
ilTable2GUI::getPreventDoubleSubmission | ( | ) |
Get prevent double submission.
Definition at line 3375 of file class.ilTable2GUI.php.
References $prevent_double_submission.
Referenced by getHTML().
ilTable2GUI::getPrintMode | ( | ) |
Get print mode.
Definition at line 3118 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 1096 of file class.ilTable2GUI.php.
References $reset_cmd.
ilTable2GUI::getRowSelectorLabel | ( | ) |
Definition at line 3355 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by fillFooter().
ilTable2GUI::getSelectableColumns | ( | ) |
Get selectable columns.
Definition at line 250 of file class.ilTable2GUI.php.
Referenced by ilBookingReservationsTableGUI\__construct(), determineSelectedColumns(), fillFooter(), and ilBookingReservationsTableGUI\getAdditionalExportCols().
ilTable2GUI::getSelectAllCheckbox | ( | ) |
Get the name of the checkbox that should be toggled with a select all button.
Definition at line 1020 of file class.ilTable2GUI.php.
References ilTableGUI\$select_all_checkbox.
Referenced by fillFooter(), and fillHeader().
ilTable2GUI::getSelectedColumns | ( | ) |
Get selected columns.
Definition at line 334 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTermsOfServiceTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilUserTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\fillHeaderCSV(), ilSCORM2004TrackingItemsTableGUI\fillHeaderCSV(), ilTrObjectUsersPropsTableGUI\fillHeaderCSV(), ilTrUserObjectsPropsTableGUI\fillHeaderCSV(), ilTrMatrixTableGUI\fillHeaderCSV(), ilTrSummaryTableGUI\fillHeaderCSV(), ilSCORMTrackingItemsTableGUI\fillHeaderExcel(), ilSCORM2004TrackingItemsTableGUI\fillHeaderExcel(), ilTrObjectUsersPropsTableGUI\fillHeaderExcel(), ilTrUserObjectsPropsTableGUI\fillHeaderExcel(), ilTrMatrixTableGUI\fillHeaderExcel(), ilTrSummaryTableGUI\fillHeaderExcel(), ilStudyProgrammeIndividualPlanTableGUI\fillRow(), ilStudyProgrammeMembersTableGUI\fillRow(), ilLearningSequenceParticipantsTableGUI\fillRow(), ilSearchResultTableGUI\fillRow(), ilGroupParticipantsTableGUI\fillRow(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilWorkflowEngineDefinitionsTableGUI\fillRow(), ilSurveyResultsCumulatedTableGUI\fillRow(), ilTermListTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ilSCORM2004TrackingItemsTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilBookingObjectsTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilSessionParticipantsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilTrMatrixTableGUI\fillRow(), ilBookingReservationsTableGUI\fillRow(), ilTrSummaryTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRowCSV(), ilSCORM2004TrackingItemsTableGUI\fillRowCSV(), ilTrObjectUsersPropsTableGUI\fillRowCSV(), ilTrUserObjectsPropsTableGUI\fillRowCSV(), ilTrMatrixTableGUI\fillRowCSV(), ilTrSummaryTableGUI\fillRowCSV(), ilSCORMTrackingItemsTableGUI\fillRowExcel(), ilSCORM2004TrackingItemsTableGUI\fillRowExcel(), ilTrObjectUsersPropsTableGUI\fillRowExcel(), ilTrUserObjectsPropsTableGUI\fillRowExcel(), ilTrMatrixTableGUI\fillRowExcel(), ilTrSummaryTableGUI\fillRowExcel(), ilBookingReservationsTableGUI\getAdditionalExportCols(), ilMStShowUserCoursesTableGUI\getFieldValuesForExport(), ilMStListUsersTableGUI\getFieldValuesForExport(), ilMStListCoursesTableGUI\getFieldValuesForExport(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilExerciseMemberTableGUI\getModeColumns(), ilBookingReservationsTableGUI\getSelectedUserColumns(), ilSessionParticipantsTableGUI\init(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilWorkflowEngineDefinitionsTableGUI\initColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilQuestionBrowserTableGUI\isCommentsColumnSelected(), ilLearningSequenceParticipantsTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExerciseSubmissionTableGUI\parseRow(), ilRepositoryUserResultTableGUI\parseUserIds(), ilMailFolderTableGUI\prepareHTML(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
ilTable2GUI::getSelectedFilters | ( | ) |
Get selected filters.
Definition at line 858 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
ilTable2GUI::getShowRowsSelector | ( | ) |
Get rows-per-page selector state.
Definition at line 2949 of file class.ilTable2GUI.php.
References $show_rows_selector.
Referenced by fillFooter().
ilTable2GUI::getShowTemplates | ( | ) |
Get template state.
Definition at line 2969 of file class.ilTable2GUI.php.
References $show_templates.
Referenced by fillFooter().
ilTable2GUI::getTopAnchor | ( | ) |
Get top anchor.
Definition at line 428 of file class.ilTable2GUI.php.
References $top_anchor.
Referenced by getHTML(), getLinkbar(), render(), and setOrderLink().
ilTable2GUI::getTopCommands | ( | ) |
Get top commands (display command buttons on top of table, too)
Definition at line 1316 of file class.ilTable2GUI.php.
References $top_commands.
Referenced by fillActionRow().
ilTable2GUI::initFilter | ( | ) |
Init filter.
Overwrite this to initialize all filter input property objects.
Definition at line 389 of file class.ilTable2GUI.php.
Referenced by ilCopySelfAssQuestionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), and executeCommand().
|
protected |
Check if filter element is based on adv md.
ilAdvancedMDRecordGUI | $a_gui | |
type | $a_element |
Definition at line 2031 of file class.ilTable2GUI.php.
References ilAdvancedMDRecordGUI\getFilterElements().
Referenced by writeFilterToSession().
ilTable2GUI::isColumnSelected | ( | $a_col | ) |
Is given column selected?
string | column name |
Definition at line 323 of file class.ilTable2GUI.php.
Referenced by ilMStListUsersTableGUI\addColumns(), ilMStShowUserCoursesTableGUI\addColumns(), ilMStListCoursesTableGUI\addColumns(), arIndexTableGUI\checkColumnVisibile(), fillFooter(), ilMStListUsersTableGUI\fillRow(), ilTestQuestionsTableGUI\fillRow(), ilMStShowUserCoursesTableGUI\fillRow(), ilMStListCoursesTableGUI\fillRow(), ilTestQuestionsTableGUI\initColumns(), ilParticipantTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilGroupParticipantsTableGUI\parse(), and ilCourseParticipantsTableGUI\parse().
ilTable2GUI::isFilterSelected | ( | $a_col | ) |
Is given filter selected?
string | column name |
Definition at line 847 of file class.ilTable2GUI.php.
Referenced by ilTermsOfServiceTableGUI\populate(), and renderFilter().
|
protected |
Check if filter is visible: manually shown (session, db) or default value set.
Definition at line 2015 of file class.ilTable2GUI.php.
References getDefaultFilterVisibility(), and loadProperty().
Referenced by renderFilter().
ilTable2GUI::loadProperty | ( | $type | ) |
Load table property.
string | $type |
Definition at line 2817 of file class.ilTable2GUI.php.
References $DIC, $ilUser, $type, and getId().
Referenced by determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), and isFilterVisible().
ilTable2GUI::numericOrdering | ( | $a_field | ) |
Should this field be sorted numeric?
Definition at line 1753 of file class.ilTable2GUI.php.
Referenced by exportData(), getHTML(), and ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues().
|
protected |
Anything that must be done before HTML is generated.
Definition at line 1527 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::render | ( | ) |
render table public
Definition at line 1762 of file class.ilTable2GUI.php.
References $ctrl, $ilCtrl, ilTableGUI\$lng, fillHeader(), getDescription(), getDisplayAsBlock(), getId(), ilUtil\getImagePath(), getPrintMode(), ilTableGUI\getStyle(), getTopAnchor(), and renderFilter().
Referenced by ilTestSkillLevelThresholdsTableGUI\fillRow(), getHTML(), and ilMMSubItemTableGUI\initColumns().
|
private |
Render Filter section.
Definition at line 1865 of file class.ilTable2GUI.php.
References $DIC, $i, ilTableGUI\$lng, determineSelectedFilters(), getDisableFilterHiding(), getFilterCols(), getFilterItems(), getId(), getParentCmd(), ilYuiUtil\initConnection(), isFilterSelected(), and isFilterVisible().
Referenced by render().
ilTable2GUI::resetFilter | ( | ) |
Reset filter.
Definition at line 2086 of file class.ilTable2GUI.php.
References $_POST, ilTableGUI\$lng, and getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), and ilTestQuestionBrowserTableGUI\resetFilterCmd().
ilTable2GUI::resetOffset | ( | $a_in_determination = false | ) |
Reset offset.
Definition at line 372 of file class.ilTable2GUI.php.
References $_GET, $_POST, determineOffsetAndOrder(), getNavParameter(), ilTableGUI\getOrderDirection(), getOrderField(), and ilTableGUI\setOffset().
Referenced by arIndexTableGUI\applyFilter(), determineLimit(), determineOffsetAndOrder(), ilLPTableBaseGUI\executeCommand(), ilMailFolderTableGUI\fetchTableData(), ilUserLPTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilExerciseManagementGUI\membersApplyObject(), ilExerciseManagementGUI\membersResetObject(), ilForumTopicTableGUI\numericOrdering(), ilTermsOfServiceTableGUI\populate(), ilWaitingListTableGUI\readUserData(), arIndexTableGUI\resetFilter(), and ilCalendarManageTableGUI\resetToDefaults().
ilTable2GUI::restoreTemplate | ( | $a_name | ) |
Restore state from template.
string | $a_name |
Definition at line 2980 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $DIC, $ilUser, getContext(), storeProperty(), and ilUtil\stripSlashes().
Referenced by __construct().
ilTable2GUI::saveTemplate | ( | $a_name | ) |
Save current state as template.
string | $a_name |
Definition at line 3017 of file class.ilTable2GUI.php.
References $DIC, $ilUser, $state, getContext(), getCurrentState(), and ilUtil\prepareFormOutput().
Referenced by fillFooter().
ilTable2GUI::setCloseCommand | ( | $a_link | ) |
Add command for closing table.
string | $a_link | closing link |
Definition at line 1262 of file class.ilTable2GUI.php.
ilTable2GUI::setCloseFormTag | ( | $a_val | ) |
Set close form tag.
boolean | close form tag |
Definition at line 190 of file class.ilTable2GUI.php.
Referenced by ilQuestionPoolImportVerificationTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), and ilOrgUnitDefaultPermissionTableGUI\end().
ilTable2GUI::setContext | ( | $id | ) |
Set context.
string | $id |
Definition at line 2917 of file class.ilTable2GUI.php.
References $id.
Referenced by __construct().
ilTable2GUI::setCustomPreviousNext | ( | $a_prev_link, | |
$a_next_link | |||
) |
Set custom previous/next links.
Definition at line 923 of file class.ilTable2GUI.php.
|
final |
Definition at line 576 of file class.ilTable2GUI.php.
References getExternalSorting().
Referenced by ilCourseStartObjectsTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilStudyProgrammeAcknowledgeCompletedCoursesTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExportTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilTermListTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\addColumns(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addColumns(), ilTestQuestionBrowserTableGUI\browseQuestionsCmd(), ilOrgUnitPositionTableGUI\buildData(), ilDclRecordListTableGUI\buildData(), arIndexTableGUI\checkColumnVisibile(), ilOrgUnitPermissionTableGUI\collectData(), ilSurveyEvaluationGUI\evaluationuser(), ilMailFolderTableGUI\fetchTableData(), ilBiblEntryTableGUI\fillRow(), ilHelpMappingTableGUI\getChapters(), ilClientListTableGUI\getClients(), ilBackgroundTaskTableGUI\getClients(), ilComponentsTableGUI\getComponents(), ilPluginsOverviewTableGUI\getComponents(), ilModulesTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilHistoryTableGUI\getDataFromDb(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilLMDownloadTableGUI\getDownloadFiles(), ilMemberExportFileTableGUI\getFiles(), ilNewItemGroupTableGUI\getGroups(), ilHelpModuleTableGUI\getHelpModules(), ilSurveyParticipantsTableGUI\getItems(), ilRoleDesktopItemsTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilTermUsagesTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilPCImageMapTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilExcCriteriaTableGUI\getItems(), ilCourseVerificationTableGUI\getItems(), ilExcCriteriaCatalogueTableGUI\getItems(), ilObjWorkspaceFolderTableGUI\getItems(), ilSCORMVerificationTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilUserRoleStartingPointTableGUI\getItems(), ilSamlIdpTableGUI\getItems(), ilBadgeTypesTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilBadgeImageTemplateTableGUI\getItems(), ilContributorTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilObjectConsumerTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilWikiExportOrderTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilStyleImageTableGUI\getItems(), ilExAssignmentPeerReviewOverviewTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilLDAPRoleMappingTableGUI\getItems(), ilExAssignmentPeerReviewTableGUI\getItems(), ilContainerStartObjectsContentTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilSessionOverviewTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilStyleMediaQueryTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilBadgeTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilPCIIMTriggerTableGUI\getItems(), ilObjectBadgeTableGUI\getItems(), ilBadgePersonalTableGUI\getItems(), ilBadgeUserTableGUI\getItems(), ilBookingAssignObjectsTableGUI\getItems(), ilBookingAssignParticipantsTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilSurveyResultsCumulatedTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilBookingParticipantsTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilCronManagerTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilUserTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilItemGroupItemsTableGUI\getMaterials(), ilPageLayoutTableGUI\getPageLayouts(), ilWikiPagesTableGUI\getPages(), ilMilestoneResponsiblesTableGUI\getParticipantsAndResponsibles(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilCopySelfAssQuestionTableGUI\getQuestions(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilSurveySkillChangesTableGUI\getSkillLevelsForAppraisee(), ilSurveySkillTableGUI\getSkills(), ilSysStyleCatAssignmentTableGUI\getStyleCatAssignments(), ilSystemStylesTableGUI\getStyles(), ilLDAPServerTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilSurveySyncTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilQuestionUsagesTableGUI\initColumns(), ilOrgUnitTypeTableGUI\initColumns(), ilStudyProgrammeTypeTableGUI\initColumns(), ilQuestionCumulatedStatisticsTableGUI\initData(), ilFileVersionsTableGUI\initData(), ilMarkSchemaTableGUI\initData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), ilTaxonomyAdministrationRepositoryTableGUI\initItems(), SurveyConstraintsTableGUI\initItems(), ilObjectOwnershipManagementTableGUI\initItems(), ilForumTopicTableGUI\numericOrdering(), ilTestEvaluationGUI\outEvaluation(), ilObjForumSearchResultTableGUI\parse(), ilObjWikiSearchResultTableGUI\parse(), ilAuthLoginPageEditorTableGUI\parse(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilLTIProviderReleasedObjectsTableGUI\parse(), ilSCTreeDuplicatesTableGUI\parse(), ilSCORMOfflineModeUsersTableGUI\parse(), ilLPCollectionSettingsTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilDidacticTemplateSettingsTableGUI\parse(), ilMDCopyrightUsageTableGUI\parse(), ilObjectCustomUserFieldsTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilExAssignmentListTextTableGUI\parse(), ilUserClipboardTableGUI\parse(), ilLuceneAdvancedSearchActivationTableGUI\parse(), ilLogComponentTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilSCGroupTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilConsultationHourGroupTableGUI\parse(), ilConsultationHourBookingTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilObjectCopyProgressTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilSCTaskTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilECSServerTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilObjectRoleTemplateOptionsTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilObjectTableGUI\parse(), ilCalendarCategoryTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilTimingsPersonalTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilTimingsManageTableGUI\parse(), ilLOTestAssignmentTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilLearningSequenceParticipantsTableGUI\parse(), ilObjectRoleTemplatePermissionTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilRoleTableGUI\parse(), ilObjectRolePermissionTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExportSelectionTableGUI\parseContainer(), ilDclTableViewEditFieldsTableGUI\parseData(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilBiblTranslationTableGUI\parseData(), ilOrgUnitOtherRolesTableGUI\parseData(), ilOrgUnitStaffTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilOrgUnitUserAssignmentTableGUI\parseData(), ilMMItemTranslationTableGUI\parseData(), ilMemcacheServerTableGUI\parseData(), ilBiblFieldFilterTableGUI\parseData(), ilBiblAdminFieldTableGUI\parseData(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilLOTestAssignmentTableGUI\parseMultipleAssignments(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilWebResourceEditableLinkTableGUI\parseSelectedLinks(), ilMDCopyrightTableGUI\parseSelections(), ilObjectCopySelectionTableGUI\parseSource(), ilRepositoryUserResultTableGUI\parseUserIds(), ilBuddySystemRelationsTableGUI\populate(), ilTermsOfServiceTableGUI\populate(), ilWorkflowEngineDefinitionsTableGUI\populateTable(), ilLinkCheckerTableGUI\prepareHTML(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarAppointmentsTableGUI\setAppointments(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), ilConditionHandlerTableGUI\setConditions(), ilSessionMaterialsTableGUI\setMaterials(), ilQuestionBrowserTableGUI\setQuestionData(), ilAssQuestionSkillUsagesTableGUI\showCmd(), ilOrgUnitDefaultPermissionTableGUI\start(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::setDefaultFilterVisiblity | ( | $a_status | ) |
Set default filter visiblity.
bool | $a_status |
Definition at line 1177 of file class.ilTable2GUI.php.
Referenced by ilParticipantTableGUI\initFilter().
ilTable2GUI::setDefaultOrderDirection | ( | $a_defaultorderdirection | ) |
Set Default order direction.
string | $a_defaultorderdirection | Default order direction |
Definition at line 1158 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilExAssignmentFileSystemTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilExportTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilUserTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSpecialUsersTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilAnswerFrequencyStatisticTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilDidacticTemplateSettingsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassManualScoringOverviewTableGUI\initOrdering(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilConditionHandlerTableGUI\initTable(), and ilAssQuestionHintsTableGUI\initTestoutputColumns().
ilTable2GUI::setDefaultOrderField | ( | $a_defaultorderfield | ) |
Set Default order field.
string | $a_defaultorderfield | Default order field |
Definition at line 1138 of file class.ilTable2GUI.php.
Referenced by ilMemberExportFileTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilExAssignmentFileSystemTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilClientListTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExportTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilMatchingQuestionAnswerFreqStatTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilContributorTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilUserTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilTrashTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilClipboardTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilSpecialUsersTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilTermListTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilAnswerFrequencyStatisticTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilDidacticTemplateSettingsTableGUI\init(), ilLogComponentTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilLearningSequenceParticipantsTableGUI\initForm(), ilTestPassManualScoringOverviewTableGUI\initOrdering(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::setDescription | ( | $a_val | ) |
Set description.
string | description |
Definition at line 546 of file class.ilTable2GUI.php.
Referenced by ilSamlIdpSelectionTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilExParticipantTableGUI\initMode(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilLPTableBaseGUI\parseTitle().
ilTable2GUI::setDisableFilterHiding | ( | $a_val = true | ) |
Set disable filter hiding.
boolean | disable filter hiding |
Definition at line 826 of file class.ilTable2GUI.php.
Referenced by ilLanguageExtTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSCTreeDuplicatesTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLPTableBaseGUI\initBaseFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilRoleTableGUI\initFilter(), and ilSCORMTrackingUsersTableGUI\initTable().
ilTable2GUI::setDisplayAsBlock | ( | $a_val | ) |
Set display as block.
boolean | display as block |
Definition at line 1000 of file class.ilTable2GUI.php.
Referenced by assFileUploadFileTableGUI\__construct(), and ilCalendarCategoryTableGUI\__construct().
ilTable2GUI::setEnableAllCommand | ( | $a_value | ) |
Enable actions for all entries in current result.
bool | $a_value |
Definition at line 3319 of file class.ilTable2GUI.php.
Referenced by ilObjLearningSequenceContentTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), and ilUserTableGUI\__construct().
ilTable2GUI::setEnableHeader | ( | $a_enableheader | ) |
Set Enable Header.
boolean | $a_enableheader | Enable Header |
Definition at line 498 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExportTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRendererTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilLinksTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilStyleTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilModulesTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilRepositoryObjectSearchResultTableGUI\init(), ilLinkCheckerTableGUI\prepareHTML(), and ilOrgUnitDefaultPermissionTableGUI\start().
ilTable2GUI::setEnableNumInfo | ( | $a_val | ) |
Set enable num info.
boolean | enable number of records info |
Definition at line 518 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), __construct(), ilLinkCheckerTableGUI\prepareHTML(), and ilTestToplistGUI\prepareTable().
ilTable2GUI::setEnableTitle | ( | $a_enabletitle | ) |
Set Enable Title.
boolean | $a_enabletitle | Enable Title |
Definition at line 478 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilRendererTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilUserTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilStyleTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilTermListTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setExportFormats | ( | array | $formats | ) |
Set available export formats.
array | $formats |
Definition at line 3090 of file class.ilTable2GUI.php.
References $format, and $valid.
Referenced by ilUserLPTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), and ilBookingReservationsTableGUI\__construct().
ilTable2GUI::setExternalSegmentation | ( | $a_val | ) |
Set external segmentation.
boolean | data is segmented externally |
Definition at line 1106 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilUserTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBuddySystemRelationsTableGUI\populate(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::setExternalSorting | ( | $a_val | ) |
Set external sorting.
boolean | data is sorted externally |
Definition at line 1042 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilRendererTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilUserTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilSCTreeDuplicatesTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilSCORMTrackingUsersTableGUI\parse(), ilMStListUsersTableGUI\parseData(), ilMStListCoursesTableGUI\parseData(), ilMStShowUserCoursesTableGUI\parseData(), ilBuddySystemRelationsTableGUI\populate(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::setFilterCols | ( | $a_val | ) |
Set filter columns.
int | number of filter columns |
Definition at line 806 of file class.ilTable2GUI.php.
Referenced by ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), and arIndexTableGUI\getSelectableColumns().
ilTable2GUI::setFilterCommand | ( | $a_val, | |
$a_caption = null |
|||
) |
Set filter command.
string | filter command |
string | filter caption |
Definition at line 1063 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilUserTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), arIndexTableGUI\getSelectableColumns(), and ilSCORMTrackingUsersTableGUI\initTable().
|
protected |
Set current filter value.
ilFormPropertyGUI | $a_item | |
mixed | $a_value |
Definition at line 2900 of file class.ilTable2GUI.php.
References IL_CAL_DATE, and ilFormPropertyGUI\writeToSession().
Referenced by ilTrMatrixTableGUI\getItems(), and ilTrMatrixTableGUI\initFilter().
|
final |
Set Form action parameter.
string | $a_form_action | Form action |
bvool | $a_multipart | Form multipart status |
Definition at line 936 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilExportTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilContributorTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilUserTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStyleTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilLinksTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilSpecialUsersTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilTermListTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilModulesTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilObjStudyProgrammeIndividualPlanGUI\appendIndividualPlanActions(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilSCTreeDuplicatesTableGUI\init(), ilDidacticTemplateSettingsTableGUI\init(), ilSCGroupTableGUI\init(), ilObjectCopyCourseGroupSelectionTableGUI\init(), ilSCTaskTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLogComponentTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilAssQuestionSkillAssignmentsTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), arDeleteGUI\initFormAction(), arIndexTableGUI\initFormAction(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setFormName | ( | $a_formname = "" | ) |
Set Form name.
string | $a_formname | Form name |
Definition at line 957 of file class.ilTable2GUI.php.
Referenced by ilTestAverageReachedPointsTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSessionParticipantsTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilAuthLoginPageEditorTableGUI\initTable(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\setTableIdentifiers(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
ilTable2GUI::setHeaderHTML | ( | $html | ) |
set header html
string | $html |
Definition at line 2783 of file class.ilTable2GUI.php.
References $html.
ilTable2GUI::setId | ( | $a_val | ) |
Set id.
string | element id |
Definition at line 977 of file class.ilTable2GUI.php.
References getPrefix(), and setPrefix().
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilNotificationSettingsTable\__construct(), ilSessionOverviewTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilRepositoryObjectSearchResultTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilSCTreeDuplicatesTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilECSServerTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSCORMTrackingItemsPerScoTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilDidacticTemplateSettingsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLearningSequenceParticipantsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilSCORMTrackingItemsPerUserTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilSCGroupTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilSCORMTrackingItemPerUserTableGUI\__construct(), ilSCORMTrackingItemsScoTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilObjectTableGUI\__construct(), ilSCTaskTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilConsultationHourGroupTableGUI\__construct(), ilLogComponentTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilTimingsPersonalTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilTimingsManageTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilConsultationHourBookingTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilObjectCopyProgressTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilLOMemberTestResultTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilUserClipboardTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilMMTopItemTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilUserTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilMDCopyrightUsageTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilRoleTableGUI\__construct(), ilTermListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilModulesTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilAnswerFrequencyStatisticTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), arIndexTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilForumTopicTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilExParticipantTableGUI\initMode(), ilExerciseMemberTableGUI\initMode(), ilAuthLoginPageEditorTableGUI\initTable(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\setTableIdentifiers(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
ilTable2GUI::setIsDataTable | ( | $a_val | ) |
Set is data table.
boolean | is data table |
Definition at line 458 of file class.ilTable2GUI.php.
Referenced by ilPDNewsTableGUI\__construct(), and __construct().
ilTable2GUI::setLimit | ( | $a_limit = 0 , |
|
$a_default_limit = 0 |
|||
) |
Definition at line 3380 of file class.ilTable2GUI.php.
Referenced by ilObjLearningSequenceContentTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilExAssignmentFileSystemTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilRendererTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilMultilingualismTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilStyleTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), determineLimit(), ilLogComponentTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), arDeleteGUI\initRowSelector(), ilLinkCheckerTableGUI\prepareHTML(), and ilTestToplistGUI\prepareTable().
ilTable2GUI::setNoEntriesText | ( | $a_text | ) |
Set text for an empty table.
string | $a_text | Text |
Definition at line 438 of file class.ilTable2GUI.php.
Referenced by ilForumModeratorsTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), and ilOrgUnitDefaultPermissionTableGUI\start().
ilTable2GUI::setOpenFormTag | ( | $a_val | ) |
Set open form tag.
boolean | open form tag |
Definition at line 170 of file class.ilTable2GUI.php.
Referenced by ilQuestionPoolImportVerificationTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), and ilOrgUnitDefaultPermissionTableGUI\start().
ilTable2GUI::setOrderField | ( | $a_order_field | ) |
set order column
string | (array) field name for ordering |
Definition at line 566 of file class.ilTable2GUI.php.
Referenced by ilBiblEntryTableGUI\__construct(), determineOffsetAndOrder(), ilRegistrationCodesTableGUI\getItems(), and ilCalendarManageTableGUI\resetToDefaults().
ilTable2GUI::setOrderLink | ( | $sort_field, | |
$order_dir | |||
) |
Definition at line 1358 of file class.ilTable2GUI.php.
References $_GET, $ctrl, $DIC, $ilCtrl, $ilUser, getNavParameter(), and getTopAnchor().
Referenced by fillHeader().
|
final |
Definition at line 623 of file class.ilTable2GUI.php.
Referenced by ilLearningSequenceParticipantsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilAnswerFrequencyStatisticTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), assFileUploadFileTableGUI\initCommand(), setId(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\setTableIdentifiers(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
ilTable2GUI::setPreventDoubleSubmission | ( | $a_val | ) |
Set prevent double submission.
bool | $a_val | prevent double submission |
Definition at line 3365 of file class.ilTable2GUI.php.
ilTable2GUI::setPrintMode | ( | $a_value = false | ) |
Toogle print mode.
bool | $a_value |
Definition at line 3109 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
ilTable2GUI::setResetCommand | ( | $a_val, | |
$a_caption = null |
|||
) |
Set reset filter command.
string | reset command |
string | reset caption |
Definition at line 1085 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), arIndexTableGUI\getSelectableColumns(), and ilSCORMTrackingUsersTableGUI\initTable().
ilTable2GUI::setRowSelectorLabel | ( | $row_selector_label | ) |
string | $row_selector_label |
Definition at line 3346 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by ilForumTopicTableGUI\initMergeThreadsTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
|
final |
Set row template.
string | $a_template | Template file name. |
string | $a_template_dir | Service/Module directory. |
Definition at line 1127 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilQuestionPoolImportVerificationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilNotificationSettingsTable\__construct(), ilUserLPTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilComponentsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilForumDraftsTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilStudyProgrammeAcknowledgeCompletedCoursesTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilExportTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilMMItemTranslationTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilBiblTranslationTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilRendererTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilNewsForContextTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilContributorTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilMMTopItemTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilMultilingualismTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilUserTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilLinksTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilStyleTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilBiblAdminFieldTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilBiblFieldFilterTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilFoundUsersTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilSpecialUsersTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilMMSubItemTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilTermListTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilLearningSequenceEditParticipantsTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilModulesTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilAssQuestionSkillUsagesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilAnswerFrequencyStatisticTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilPDNewsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilExerciseSubmissionTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSystemStylesTableGUI\addActions(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilLTIProviderReleasedObjectsTableGUI\init(), ilSCTreeDuplicatesTableGUI\init(), ilDidacticTemplateSettingsTableGUI\init(), ilSCGroupTableGUI\init(), ilUserClipboardTableGUI\init(), ilSCTaskTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilLogComponentTableGUI\init(), ilObjectCopyProgressTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilObjectTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), ilRepositoryObjectSearchResultTableGUI\initRowTemplate(), ilECSServerTableGUI\initTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), arIndexTableGUI\initTableRowTemplate(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setSelectAllCheckbox | ( | $a_select_all_checkbox, | |
$a_select_all_on_top = false |
|||
) |
Set the name of the checkbox that should be toggled with a select all button.
string | $a_select_all_checkbox | name of the checkbox |
bool | $a_select_all_on_top | Show select all on top of table |
Definition at line 1031 of file class.ilTable2GUI.php.
Referenced by ilQuestionPoolImportVerificationTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilNotificationSettingsTable\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilParticipantsTestResultsTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilContributorTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMailingListsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilDclFieldListTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilFileVersionsTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSCORM2004TrackingTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilExAssignmentFileSystemTableGUI\addColumns(), ilFileSystemTableGUI\addColumns(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilDidacticTemplateSettingsTableGUI\init(), ilUserClipboardTableGUI\init(), ilRoleTableGUI\init(), ilTestQuestionsTableGUI\init(), ilSessionParticipantsTableGUI\init(), assFileUploadFileTableGUI\initCommand(), ilLearningSequenceParticipantsTableGUI\initForm(), ilExParticipantTableGUI\initMode(), ilExerciseMemberTableGUI\initMode(), arIndexTableGUI\initMultiItemActionsButton(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilForumDraftsTableGUI\initTableColumns(), ilForumTopicTableGUI\initTopicsOverviewTable(), and ilTestParticipantsTableGUI\setManageInviteesCommandsEnabled().
ilTable2GUI::setShowRowsSelector | ( | $a_value | ) |
Toggle rows-per-page selector.
bool | $a_value |
Definition at line 2939 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilTestDetailedEvaluationStatisticsTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilCategoryAssignRoleTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilMediaCastTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilUserTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilTermListTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBiblEntryTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilObjQuestionPoolGUI\deleteQuestionsObject(), ilLogComponentTableGUI\init(), ilTimingsManageTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilRoleTableGUI\init(), ilParticipantsTestResultsTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilLearningSequenceParticipantsTableGUI\initForm(), ilForumTopicTableGUI\initMergeThreadsTable(), arDeleteGUI\initRowSelector(), arIndexTableGUI\initRowSelector(), ilConsultationHourBookingTableGUI\initTable(), and ilForumTopicTableGUI\initTopicsOverviewTable().
ilTable2GUI::setShowTemplates | ( | $a_value | ) |
Toggle templates.
bool | $a_value |
Definition at line 2959 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), and ilExerciseSubmissionTableGUI\__construct().
|
final |
Set title and title icon.
Definition at line 536 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilMemberExportFileTableGUI\__construct(), ilSamlIdpSelectionTableGUI\__construct(), ilForumModeratorsTableGUI\__construct(), ilSurveyParticipantsTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilSessionOverviewTableGUI\__construct(), ilSubItemSelectionTableGUI\__construct(), ilLDAPServerTableGUI\__construct(), ilObjectConsumerTableGUI\__construct(), ilNotificationSettingsTable\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilExcCriteriaCatalogueTableGUI\__construct(), ilRoleDesktopItemsTableGUI\__construct(), ilExcCriteriaTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilPCGridCellTableGUI\__construct(), ilBiblLibraryTableGUI\__construct(), ilMailAttachmentTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilPCTabsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExportTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMemcacheServerTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilUserRoleStartingPointTableGUI\__construct(), ilBadgeTypesTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilWikiPagesTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilBadgeImageTemplateTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilPCFileListTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSamlIdpTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilRendererTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilBadgeTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilMailMemberSearchTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilMobMultiSrtConfirmationTable2GUI\__construct(), ilExportIDTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilBackgroundTaskTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMailingListsMembersTableGUI\__construct(), ilMailingListsTableGUI\__construct(), ilContributorTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilOrgUnitDefaultPermissionTableGUI\__construct(), ilObjectBadgeTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilBadgeUserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilBadgePersonalTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilTermsOfServiceAcceptanceHistoryTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilMailTemplateTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilWikiRecentChangesTableGUI\__construct(), ilUserActionAdminTableGUI\__construct(), ilWikiSearchResultsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilGlossaryAutoLinkTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilWikiContributorsTableGUI\__construct(), ilStyleTableGUI\__construct(), ilLinksTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\__construct(), ilMultiSrtConfirmationTable2GUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilContSkillTableGUI\__construct(), ilGlossaryForeignTermTableGUI\__construct(), ilFileVersionsTableGUI\__construct(), ilTermListTableGUI\__construct(), ilLMEditShortTitlesTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilLMDownloadTableGUI\__construct(), ilModulesTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilTermsOfServiceDocumentTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilContSkillMemberTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilAnswerFrequencyStatisticTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilBookingParticipantsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilBookingAssignObjectsTableGUI\__construct(), ilBookingAssignParticipantsTableGUI\__construct(), ilTestRandomQuestionSetNonAvailablePoolsTableGUI\build(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilECSSettingsGUI\communities(), ilDidacticTemplateSettingsTableGUI\init(), ilSCGroupTableGUI\init(), ilUserClipboardTableGUI\init(), ilSCTaskTableGUI\init(), ilMDCopyrightUsageTableGUI\init(), ilTimingsManageTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilTimingsPersonalTableGUI\init(), ilRepositoryObjectSearchResultTableGUI\init(), ilLOMemberTestResultTableGUI\init(), ilRoleTableGUI\init(), ilForumTopicTableGUI\initMergeThreadsTable(), ilExParticipantTableGUI\initMode(), ilExerciseMemberTableGUI\initMode(), ilECSServerTableGUI\initTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilLOTestAssignmentTableGUI\initTitle(), ilTestDynamicQuestionSetStatisticTableGUI\initTitle(), ilLPTableBaseGUI\parseTitle(), ilGlobalUnitCategoryTableGUI\populateTitle(), ilLocalUnitCategoryTableGUI\populateTitle(), ilLinkCheckerTableGUI\prepareHTML(), and ilLDAPSettingsGUI\roleMapping().
ilTable2GUI::setTopAnchor | ( | $a_val | ) |
Set top anchor.
string | top anchor |
Definition at line 418 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 1306 of file class.ilTable2GUI.php.
Referenced by ilDclTableViewEditFieldsTableGUI\__construct(), ilObjLearningSequenceContentTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilStudyProgrammeIndividualPlanTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilDclTableListTableGUI\__construct(), ilStudyProgrammeMembersTableGUI\__construct(), ilDclFieldListTableGUI\__construct(), ilUserTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilDclTableViewTableGUI\__construct(), and ilCourseParticipantsTableGUI\__construct().
ilTable2GUI::storeNavParameter | ( | ) |
Definition at line 1595 of file class.ilTable2GUI.php.
References getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), and getHTML().
ilTable2GUI::storeProperty | ( | $type, | |
$value | |||
) |
Store table property.
string | $type | |
mixed | $value |
Definition at line 2794 of file class.ilTable2GUI.php.
References $DIC, $ilUser, $type, and getId().
Referenced by determineLimit(), determineSelectedColumns(), determineSelectedFilters(), restoreTemplate(), and storeNavParameter().
ilTable2GUI::writeFilterToSession | ( | ) |
Write filter values to session.
Definition at line 2044 of file class.ilTable2GUI.php.
References $_POST, getFilterItems(), and isAdvMDFilter().
Referenced by arIndexTableGUI\applyFilter(), ilTestQuestionBrowserTableGUI\applyFilterCmd(), and ilLPTableBaseGUI\executeCommand().
|
protected |
Definition at line 38 of file class.ilTable2GUI.php.
|
protected |
Definition at line 66 of file class.ilTable2GUI.php.
Referenced by getCloseFormTag().
|
protected |
Definition at line 64 of file class.ilTable2GUI.php.
|
protected |
Definition at line 49 of file class.ilTable2GUI.php.
Referenced by ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), and getContext().
|
protected |
Definition at line 21 of file class.ilTable2GUI.php.
Referenced by ilObjLearningSequenceContentTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilAssQuestionSkillAssignmentsTableGUI\__construct(), ilSurveySyncTableGUI\buildPath(), executeCommand(), fillFooter(), ilTermQuickListTableGUI\fillRow(), ilPublicSubmissionsTableGUI\fillRow(), ilScormSpecialPagesTableGUI\fillRow(), ilLMGlossaryTableGUI\fillRow(), ilLMMenuItemsTableGUI\fillRow(), ilTaxonomyListTableGUI\fillRow(), ilFoundUsersTableGUI\fillRow(), ilSpecialUsersTableGUI\fillRow(), SurveyMaterialsSourceTableGUI\fillRow(), ilSCORM2004TrackingTableGUI\fillRow(), ilWikiSearchResultsTableGUI\fillRow(), ilExcDeliveredFilesTableGUI\fillRow(), ilObjectCopyProgressTableGUI\fillRow(), ilTermUsagesTableGUI\fillRow(), ilMediaCastTableGUI\fillRow(), ilLinksTableGUI\fillRow(), ilPortfolioTableGUI\fillRow(), ilBookingSchedulesTableGUI\fillRow(), ilExcCriteriaTableGUI\fillRow(), ilLMPagesTableGUI\fillRow(), ilObjWorkspaceFolderTableGUI\fillRow(), ilObjectivesAlignmentTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilSurveySkillTableGUI\fillRow(), ilWikiContributorsTableGUI\fillRow(), ilTaxAssignedItemsTableGUI\fillRow(), ilExerciseVerificationTableGUI\fillRow(), ilTaxonomyTableGUI\fillRow(), ilPortfolioPageTableGUI\fillRow(), ilSurveySkillAssignmentTableGUI\fillRow(), ilMediaPoolPageUsagesTableGUI\fillRow(), ilSCORM2004ExportTableGUI\fillRow(), ilExAssignmentListTextTableGUI\fillRow(), ilSurveySkillThresholdsTableGUI\fillRow(), ilAssignmentsTableGUI\fillRow(), ilExcCriteriaCatalogueTableGUI\fillRow(), ilExGradesTableGUI\fillRow(), ilLMQuestionListTableGUI\fillRow(), ilSurveySyncTableGUI\fillRow(), ilExParticipantTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilExAssignmentPeerReviewTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilSurveyQuestionTableGUI\fillRow(), ilSCORM2004TrackingItemsTableGUI\fillRow(), ilExerciseMemberTableGUI\fillRow(), ilBookingObjectsTableGUI\fillRow(), ilMediaPoolTableGUI\fillRow(), ilBookingReservationsTableGUI\fillRow(), getHTML(), getLinkbar(), ilSurveySkillAssignmentTableGUI\getQuestions(), ilSurveyQuestionTableGUI\importData(), ilObjectCopyProgressTableGUI\init(), ilExParticipantTableGUI\initMode(), ilObjWikiSearchResultTableGUI\parse(), ilExerciseSubmissionTableGUI\parseRow(), ilMediaPoolTableGUI\render(), ilExerciseSubmissionTableGUI\render(), render(), and setOrderLink().
|
protected |
Definition at line 79 of file class.ilTable2GUI.php.
Referenced by getDefaultFilterVisibility().
|
protected |
Definition at line 52 of file class.ilTable2GUI.php.
Referenced by getDisableFilterHiding().
|
protected |
Definition at line 72 of file class.ilTable2GUI.php.
|
protected |
Definition at line 68 of file class.ilTable2GUI.php.
|
protected |
Definition at line 69 of file class.ilTable2GUI.php.
Referenced by getExportMode().
|
protected |
Definition at line 48 of file class.ilTable2GUI.php.
Referenced by getExternalSegmentation().
|
protected |
Definition at line 47 of file class.ilTable2GUI.php.
Referenced by getExternalSorting().
|
protected |
Definition at line 44 of file class.ilTable2GUI.php.
Referenced by getFilterCommand().
|
protected |
Definition at line 46 of file class.ilTable2GUI.php.
Referenced by getFilterCols().
|
protected |
Definition at line 42 of file class.ilTable2GUI.php.
Referenced by arIndexTableGUI\checkColumnVisibile(), and getFilterItems().
|
protected |
Definition at line 63 of file class.ilTable2GUI.php.
|
private |
Definition at line 40 of file class.ilTable2GUI.php.
|
protected |
Definition at line 62 of file class.ilTable2GUI.php.
|
protected |
Definition at line 51 of file class.ilTable2GUI.php.
|
protected |
Definition at line 61 of file class.ilTable2GUI.php.
|
protected |
Definition at line 65 of file class.ilTable2GUI.php.
Referenced by getOpenFormTag().
|
protected |
Definition at line 43 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
|
protected |
Definition at line 36 of file class.ilTable2GUI.php.
Referenced by ilMStListCoursesTableGUI\__construct(), ilMStListUsersTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilMStShowUserCoursesTableGUI\__construct(), ilOrgUnitUserAssignmentTableGUI\__construct(), ilOrgUnitPositionTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), and getParentCmd().
|
protected |
Definition at line 31 of file class.ilTable2GUI.php.
Referenced by ilOrgUnitTypeTableGUI\__construct(), ilWorkflowEngineDefinitionsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilStudyProgrammeTypeTableGUI\__construct(), and getParentObject().
|
protected |
Definition at line 85 of file class.ilTable2GUI.php.
Referenced by getPreventDoubleSubmission().
|
protected |
Definition at line 70 of file class.ilTable2GUI.php.
Referenced by getPrintMode().
|
protected |
Definition at line 45 of file class.ilTable2GUI.php.
Referenced by getResetCommand().
|
protected |
Definition at line 73 of file class.ilTable2GUI.php.
|
protected |
Definition at line 74 of file class.ilTable2GUI.php.
Referenced by addFilterItem().
|
protected |
Definition at line 90 of file class.ilTable2GUI.php.
Referenced by getRowSelectorLabel(), and setRowSelectorLabel().
|
protected |
Definition at line 59 of file class.ilTable2GUI.php.
|
protected |
Definition at line 97 of file class.ilTable2GUI.php.
|
protected |
Definition at line 95 of file class.ilTable2GUI.php.
|
protected |
Definition at line 55 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\getSelectableColumns().
|
protected |
Definition at line 56 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
|
protected |
Definition at line 53 of file class.ilTable2GUI.php.
|
protected |
Definition at line 58 of file class.ilTable2GUI.php.
Referenced by getShowRowsSelector().
|
protected |
Definition at line 57 of file class.ilTable2GUI.php.
Referenced by getShowTemplates().
|
protected |
Definition at line 81 of file class.ilTable2GUI.php.
|
protected |
Definition at line 41 of file class.ilTable2GUI.php.
Referenced by getTopAnchor().
|
protected |
Definition at line 54 of file class.ilTable2GUI.php.
Referenced by getTopCommands().
|
protected |
Definition at line 26 of file class.ilTable2GUI.php.
Referenced by ilRoleDesktopItemsTableGUI\__construct(), ilOrgUnitPermissionTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilObjectCopyProgressTableGUI\fillRow(), ilRepositoryObjectSearchResultTableGUI\getRelevanceHTML(), ilRepositoryUserResultTableGUI\getRelevanceHTML(), ilObjectCopyProgressTableGUI\init(), ilLPObjectStatisticsLPTableGUI\initLearningProgressDetailsLayer(), ilDidacticTemplateSettingsTableGUI\parse(), and ilExerciseSubmissionTableGUI\render().
|
private |
Definition at line 39 of file class.ilTable2GUI.php.
Referenced by __construct().
const ilTable2GUI::ACTION_ALL_LIMIT = 1000 |
Definition at line 113 of file class.ilTable2GUI.php.
const ilTable2GUI::EXPORT_CSV = 2 |
Definition at line 111 of file class.ilTable2GUI.php.
const ilTable2GUI::EXPORT_EXCEL = 1 |
Definition at line 110 of file class.ilTable2GUI.php.
Referenced by ilObjLanguageExtGUI\statisticsObject().
const ilTable2GUI::FILTER_CHECKBOX = 9 |
Definition at line 108 of file class.ilTable2GUI.php.
Referenced by ilSessionParticipantsTableGUI\initFilter().
const ilTable2GUI::FILTER_DATE = 3 |
Definition at line 102 of file class.ilTable2GUI.php.
const ilTable2GUI::FILTER_DATE_RANGE = 6 |
Definition at line 105 of file class.ilTable2GUI.php.
Referenced by ilDclDatetimeFieldRepresentation\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilBookingReservationsTableGUI\initFilter().
const ilTable2GUI::FILTER_DATETIME_RANGE = 8 |
Definition at line 107 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_DURATION_RANGE = 7 |
Definition at line 106 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_LANGUAGE = 4 |
Definition at line 103 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_NUMBER_RANGE = 5 |
Definition at line 104 of file class.ilTable2GUI.php.
Referenced by ilDclNumberFieldRepresentation\addFilterInputFieldToTable(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_SELECT = 2 |
Definition at line 101 of file class.ilTable2GUI.php.
Referenced by ilDclBooleanFieldRepresentation\addFilterInputFieldToTable(), ilDclRatingFieldRepresentation\addFilterInputFieldToTable(), ilDclReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclSelectionFieldRepresentation\addFilterInputFieldToTable(), ilParticipantTableGUI\initFilter(), ilRbacLogTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilBookingReservationsTableGUI\initFilter().
const ilTable2GUI::FILTER_TEXT = 1 |
Definition at line 100 of file class.ilTable2GUI.php.
Referenced by ilDclTextFieldRepresentation\addFilterInputFieldToTable(), ilDclIliasReferenceFieldRepresentation\addFilterInputFieldToTable(), ilDclMobFieldRepresentation\addFilterInputFieldToTable(), ilDclFileuploadFieldRepresentation\addFilterInputFieldToTable(), ilParticipantTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilMDCopyrightUsageTableGUI\initFilter(), ilBookingParticipantsTableGUI\initFilter(), ilBookingObjectsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilSessionParticipantsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), ilTrObjectUsersPropsTableGUI\initFilter(), and ilBookingReservationsTableGUI\initFilter().