ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilTable2GUI. More...
Public Member Functions | |
__construct ($a_parent_obj, $a_parent_cmd="", $a_template_context="") | |
Constructor. | |
setOpenFormTag ($a_val) | |
Set open form tag. | |
getOpenFormTag () | |
Get open form tag. | |
setCloseFormTag ($a_val) | |
Set close form tag. | |
getCloseFormTag () | |
Get close form tag. | |
determineLimit () | |
Determine the limit. | |
getSelectableColumns () | |
Get selectable columns. | |
determineSelectedColumns () | |
Determine selected columns. | |
isColumnSelected ($a_col) | |
Is given column selected? | |
getSelectedColumns () | |
Get selected columns. | |
& | executeCommand () |
Execute command. | |
resetOffset ($a_in_determination=false) | |
Reset offset. | |
initFilter () | |
Init filter. | |
getParentObject () | |
Get parent object. | |
getParentCmd () | |
Get parent command. | |
setTopAnchor ($a_val) | |
Set top anchor. | |
getTopAnchor () | |
Get top anchor. | |
setNoEntriesText ($a_text) | |
Set text for an empty table. | |
getNoEntriesText () | |
Get text for an empty table. | |
setIsDataTable ($a_val) | |
Set is data table. | |
getIsDataTable () | |
Get is data table. | |
setEnableTitle ($a_enabletitle) | |
Set Enable Title. | |
getEnableTitle () | |
Get Enable Title. | |
setEnableHeader ($a_enableheader) | |
Set Enable Header. | |
getEnableHeader () | |
Get Enable Header. | |
setEnableNumInfo ($a_val) | |
Set enable num info. | |
getEnableNumInfo () | |
Get enable num info. | |
setTitle ($a_title, $a_icon=0, $a_icon_alt=0) | |
Set title and title icon. | |
setDescription ($a_val) | |
Set description. | |
getDescription () | |
Get description. | |
setOrderField ($a_order_field) | |
set order column | |
getOrderField () | |
setData ($a_data) | |
set table data public | |
getData () | |
dataExists () | |
setPrefix ($a_prefix) | |
set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) public | |
getPrefix () | |
addFilterItem ($a_input_item, $a_optional=false) | |
Add filter item. | |
addFilterItemByMetaType ($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=NULL) | |
Add filter by standard type. | |
getFilterItems ($a_optionals=false) | |
Get filter items. | |
getFilterItemByPostVar ($a_post_var) | |
setFilterCols ($a_val) | |
Set filter columns. | |
getFilterCols () | |
Get filter columns. | |
setDisableFilterHiding ($a_val=true) | |
Set disable filter hiding. | |
getDisableFilterHiding () | |
Get disable filter hiding. | |
isFilterSelected ($a_col) | |
Is given filter selected? | |
getSelectedFilters () | |
Get selected filters. | |
determineSelectedFilters () | |
Determine selected filters. | |
setCustomPreviousNext ($a_prev_link, $a_next_link) | |
Set custom previous/next links. | |
setFormAction ($a_form_action, $a_multipart=false) | |
Set Form action parameter. | |
getFormAction () | |
Get Form action parameter. | |
setFormName ($a_formname) | |
Set Form name. | |
getFormName () | |
Get Form name. | |
setId ($a_val) | |
Set id. | |
getId () | |
Get element id. | |
setDisplayAsBlock ($a_val) | |
Set display as block. | |
getDisplayAsBlock () | |
Get display as block. | |
getSelectAllCheckbox () | |
Get the name of the checkbox that should be toggled with a select all button. | |
setSelectAllCheckbox ($a_select_all_checkbox) | |
Set the name of the checkbox that should be toggled with a select all button. | |
setExternalSorting ($a_val) | |
Set external sorting. | |
getExternalSorting () | |
Get external sorting. | |
setFilterCommand ($a_val, $a_caption=null) | |
Set filter command. | |
getFilterCommand () | |
Get filter command. | |
setResetCommand ($a_val, $a_caption=null) | |
Set reset filter command. | |
getResetCommand () | |
Get reset filter command. | |
setExternalSegmentation ($a_val) | |
Set external segmentation. | |
getExternalSegmentation () | |
Get external segmentation. | |
setRowTemplate ($a_template, $a_template_dir="") | |
Set row template. | |
setDefaultOrderField ($a_defaultorderfield) | |
Set Default order field. | |
getDefaultOrderField () | |
Get Default order field. | |
setDefaultOrderDirection ($a_defaultorderdirection) | |
Set Default order direction. | |
getDefaultOrderDirection () | |
Get Default order direction. | |
clearCommandButtons () | |
addCommandButton ($a_cmd, $a_text, $a_onclick= '', $a_id="", $a_class=null) | |
Add Command button. | |
addCommandButtonInstance (ilButton $a_button) | |
Add Command button instance. | |
addSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '') | |
Add Selection List + Command button. | |
addMultiItemSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '') | |
Add Selection List + Command button for selected items. | |
setCloseCommand ($a_link) | |
Add command for closing table. | |
addMultiCommand ($a_cmd, $a_text) | |
Add Command button. | |
addHiddenInput ($a_name, $a_value) | |
Add Hidden Input field. | |
addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="") | |
Add Header Command (Link) (Image needed for now) | |
setTopCommands ($a_val) | |
Set top commands (display command buttons on top of table, too) | |
getTopCommands () | |
Get top commands (display command buttons on top of table, too) | |
addColumn ($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="") | |
Add a column to the header. | |
getNavParameter () | |
setOrderLink ($sort_field, $order_dir) | |
fillHeader () | |
determineOffsetAndOrder ($a_omit_offset=false) | |
Determine offset and order. | |
storeNavParameter () | |
getHTML () | |
Get HTML. | |
numericOrdering ($a_field) | |
Should this field be sorted numeric? | |
render () | |
render table public | |
writeFilterToSession () | |
Write filter values to session. | |
resetFilter () | |
Reset filter. | |
fillFooter () | |
Fill footer row. | |
getLinkbar ($a_num) | |
Get previous/next linkbar. | |
fillHiddenRow () | |
fillActionRow () | |
Fill Action Row. | |
setHeaderHTML ($html) | |
set header html | |
storeProperty ($type, $value) | |
Store table property. | |
loadProperty ($type) | |
Load table property. | |
getCurrentState () | |
get current settings for order, limit, columns and filter | |
setContext ($id) | |
Set context. | |
getContext () | |
Get context. | |
setShowRowsSelector ($a_value) | |
Toggle rows-per-page selector. | |
getShowRowsSelector () | |
Get rows-per-page selector state. | |
setShowTemplates ($a_value) | |
Toggle templates. | |
getShowTemplates () | |
Get template state. | |
restoreTemplate ($a_name) | |
Restore state from template. | |
saveTemplate ($a_name) | |
Save current state as template. | |
deleteTemplate ($a_name) | |
Delete template. | |
getLimit () | |
Get limit. | |
getOffset () | |
Get offset. | |
setExportFormats (array $formats) | |
Set available export formats. | |
setPrintMode ($a_value=false) | |
Toogle print mode. | |
getPrintMode () | |
Get print mode. | |
getExportMode () | |
Was export activated? | |
exportData ($format, $send=false) | |
Export and optionally send current table data. | |
setEnableAllCommand ($a_value) | |
Enable actions for all entries in current result. | |
setRowSelectorLabel ($row_selector_label) | |
getRowSelectorLabel () | |
setPreventDoubleSubmission ($a_val) | |
Set prevent double submission. | |
getPreventDoubleSubmission () | |
Get prevent double submission. | |
Public Member Functions inherited from ilTableGUI | |
ilTableGUI ($a_data=0, $a_global_tpl=true) | |
Constructor. | |
setTemplate (&$a_tpl) | |
set template public | |
& | getTemplateObject () |
setHelp ($a_help_page, $a_help_icon, $a_help_icon_alt=0) | |
set table help page public | |
setHeaderNames ($a_header_names) | |
set table header names public | |
getColumnCount () | |
Returns the column count based on the number of the header row columns public. | |
setHeaderVars ($a_header_vars, $a_header_params=0) | |
set table header vars public | |
setColumnWidth ($a_column_width) | |
set table column widths public | |
setOneColumnWidth ($a_column_width, $a_column_number) | |
set one table column width public | |
setMaxCount ($a_max_count) | |
set max. | |
setLimit ($a_limit=0, $a_default_limit=0) | |
set max. | |
setOffset ($a_offset) | |
set dataset offset public | |
setOrderColumn ($a_order_column=0, $a_default_column=0) | |
set order column public | |
getOrderColumn () | |
Get order column. | |
setOrderDirection ($a_order_direction) | |
set order direction public | |
getOrderDirection () | |
Get order direction. | |
setFooter ($a_style, $a_previous=0, $a_next=0) | |
set order direction public | |
enable ($a_module_name) | |
enables particular modules of table | |
disable ($a_module_name) | |
diesables particular modules of table | |
sortData () | |
renderHeader () | |
setStyle ($a_element, $a_style) | |
getStyle ($a_element) | |
setBase ($a_base) | |
Set Base script name (deprecated, only use this for workarounds). | |
getBase () | |
Get Base script name (deprecated, only use this for workarounds). | |
clearActionButtons () | |
addActionButton ($btn_name, $btn_value) |
Static Public Member Functions | |
static | getAllCommandLimit () |
Get maximum number of entries to enable actions for all. |
Data Fields | |
const | FILTER_TEXT = 1 |
const | FILTER_SELECT = 2 |
const | FILTER_DATE = 3 |
const | FILTER_LANGUAGE = 4 |
const | FILTER_NUMBER_RANGE = 5 |
const | FILTER_DATE_RANGE = 6 |
const | FILTER_DURATION_RANGE = 7 |
const | FILTER_DATETIME_RANGE = 8 |
const | EXPORT_EXCEL = 1 |
const | EXPORT_CSV = 2 |
const | ACTION_ALL_LIMIT = 1000 |
Data Fields inherited from ilTableGUI | |
$title | |
$icon | |
$icon_alt | |
$help_page | |
$help_icon | |
$help_icon_alt | |
$header_names | |
$header_vars | |
$linkbar_vars | |
$data | |
$column_count | |
$column_width | |
$max_count | |
$limit | |
$max_limit = false | |
$offset | |
$order_column | |
$order_direction | |
$footer_style | |
$footer_previous | |
$footer_next | |
$lang_support = true | |
$global_tpl | |
$form_name | |
$select_all_checkbox | |
$action_buttons | |
$prefix | |
$base = "" | |
$enabled | |
$styles |
Protected Member Functions | |
prepareOutput () | |
Anything that must be done before HTML is generated. | |
fillRow ($a_set) | |
Standard Version of Fill Row. | |
getFilterValue (ilFormPropertyGUI $a_item) | |
Get current filter value. | |
SetFilterValue (ilFormPropertyGUI $a_item, $a_value) | |
Set current filter value. | |
fillMetaExcel ($worksheet, &$a_row) | |
Add meta information to excel export. | |
fillHeaderExcel ($worksheet, &$a_row) | |
Excel Version of Fill Header. | |
fillRowExcel ($a_worksheet, &$a_row, $a_set) | |
Excel Version of Fill Row. | |
fillMetaCSV ($a_csv) | |
Add meta information to csv export. | |
fillHeaderCSV ($a_csv) | |
CSV Version of Fill Header. | |
fillRowCSV ($a_csv, $a_set) | |
CSV Version of Fill Row. |
Protected Attributes | |
$close_command = "" | |
$top_anchor = "il_table_top" | |
$filters = array() | |
$optional_filters = array() | |
$filter_cmd = 'applyFilter' | |
$reset_cmd = 'resetFilter' | |
$filter_cols = 5 | |
$ext_sort = false | |
$ext_seg = false | |
$context = "" | |
$mi_sel_buttons = null | |
$disable_filter_hiding = false | |
$selected_filter = false | |
$top_commands = true | |
$selectable_columns = array() | |
$selected_column = array() | |
$show_templates = false | |
$show_rows_selector = true | |
$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 | |
$sortable_fields = array() | |
$prevent_double_submission = true | |
$row_selector_label |
Private Member Functions | |
renderFilter () | |
Render Filter section. |
Private Attributes | |
$unique_id | |
$headerHTML |
Class ilTable2GUI.
Definition at line 15 of file class.ilTable2GUI.php.
ilTable2GUI::__construct | ( | $a_parent_obj, | |
$a_parent_cmd = "" , |
|||
$a_template_context = "" |
|||
) |
Constructor.
Reimplemented in ilSessionParticipantsTableGUI, ilWaitingListTableGUI, ilSubscriberTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilObjectCopySearchResultTableGUI, ilSCORM2004ExportTableGUI, ilSurveyExportTableGUI, ilSurveyMaintenanceTableGUI, ilSurveyQuestionPoolExportTableGUI, ilSurveyQuestionsTableGUI, ilSurveyResultsUserTableGUI, ilSurveyPhrasesTableGUI, ilCalendarAppointmentsTableGUI, ilSurveyResultsCumulatedTableGUI, ilSurveyMaterialsTableGUI, ilStyleColorTableGUI, ilStyleMediaQueryTableGUI, SurveyMaterialsSourceTableGUI, ilObjectRolePermissionTableGUI, ilWebResourceLinkTableGUI, ilMailSearchCoursesTableGUI, ilMailSearchCoursesMembersTableGUI, ilSCORMOfflineModeUsersTableGUI, ilBannedUsersTableGUI, ilFileVersionTableGUI, ilConsultationHoursTableGUI, ilTrMatrixTableGUI, ilTestExportTableGUI, ilQuestionPoolPrintViewTableGUI, ilConsultationHourBookingTableGUI, ilCopySelfAssQuestionTableGUI, ilCourseParticipantsGroupsTableGUI, ilHelpMappingTableGUI, ilAssessmentFolderLogAdministrationTableGUI, assFileUploadFileTableGUI, ilRbacLogTableGUI, ilConsultationHourGroupTableGUI, ilExAssignmentTeamLogTableGUI, ilLMQuestionListTableGUI, ilConditionHandlerTableGUI, ilBookingSchedulesTableGUI, ilHelpTooltipTableGUI, ilExportTableGUI, ilObjectTableGUI, ilRatingCategoryTableGUI, ilRepositoryObjectResultTableGUI, ilAssignmentsTableGUI, ilPortfolioTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilSCORMTrackingItemsScoTableGUI, ilQuestionPoolExportTableGUI, ilPCIIMPopupTableGUI, ilImageMapTableGUI, ilUserForTagTableGUI, ilFeedbackConfirmationTable2GUI, ilTermListTableGUI, ilTermUsagesTableGUI, ilLMBlockedUsersTableGUI, ilLMGlossaryTableGUI, ilLMMenuItemsTableGUI, ilLMPagesTableGUI, ilUploadDirFilesTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilSurveySkillAssignmentTableGUI, ilSurveySkillTableGUI, ilWikiPageTemplatesTableGUI, ilSettingsTemplateTableGUI, ilPCIIMOverlaysTableGUI, ilLanguageExtTableGUI, ilLanguageTableGUI, ilMobSubtitleTableGUI, ilAdminSubItemsTableGUI, ilSearchResultTableGUI, ilSkillLevelProfileAssignmentTableGUI, ilSkillProfileLevelsTableGUI, ilSkillProfileUserTableGUI, ilStyleImageTableGUI, ilLPTableBaseGUI, ilScormSpecialPagesTableGUI, ilSCORMTrackingItemsPerScoTableGUI, ilSCORMTrackingUsersTableGUI, ilLDAPRoleMappingTableGUI, ilUserLPTableGUI, ilCourseGroupingTableGUI, and ilCourseStartObjectsTableGUI.
Definition at line 83 of file class.ilTable2GUI.php.
References $_GET, $lng, $unique_id, determineLimit(), determineSelectedColumns(), getId(), restoreTemplate(), setContext(), setEnableNumInfo(), and setIsDataTable().
Referenced by ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), and ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI().
|
final |
Add a column to the header.
string | Text |
string | Sort field name (corresponds to data array field) |
string | Width string |
Definition at line 1307 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilLicenseOverviewTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilTermListTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilTrackedQuestionsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilRendererTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilObjBibliographicAdminTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addColumns(), ilExportTableGUI\addCustomColumn(), arIndexTableGUI\addMultipleSelectionColumn(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilObjectTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPersonalDefaultSettingsTableGUI\initColumns(), ilTestPassManualScoringOverviewTableGUI\initColumns(), ilQuestionInternalLinkSelectionTableGUI\initColumns(), ilExportTableGUI\initColumns(), ilImageMapTableGUI\initColumns(), ilTestSkillLevelThresholdsTableGUI\initColumns(), ilQuestionUsagesTableGUI\initColumns(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initColumns(), ilQuestionCumulatedStatisticsTableGUI\initColumns(), ilTestSkillQuestionAssignmentsTableGUI\initColumns(), ilMailingListsTableGUI\initColumns(), ilMailingListsMembersTableGUI\initColumns(), ilTestManScoringParticipantsTableGUI\initColumns(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilPCIIMTriggerTableGUI\initColumns(), ilOrgUnitTypeTableGUI\initColumns(), ilTestPassDetailsOverviewTableGUI\initColumns(), ilTestExportTableGUI\initColumns(), ilMarkSchemaTableGUI\initColumns(), ilTestDynamicQuestionSetStatisticTableGUI\initColumns(), ilTestPassOverviewTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilForumTopicTableGUI\initMergeThreadsTable(), ilECSServerTableGUI\initTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), ilMailFolderTableGUI\prepareHTML(), ilLinkCheckerTableGUI\prepareHTML(), ilExportTableGUI\prepareOutput(), ilTestToplistGUI\prepareTable(), ilOrgUnitOtherRolesTableGUI\setTableHeaders(), and ilOrgUnitStaffTableGUI\setTableHeaders().
ilTable2GUI::addCommandButton | ( | $a_cmd, | |
$a_text, | |||
$a_onclick = '' , |
|||
$a_id = "" , |
|||
$a_class = null |
|||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 1186 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilAccessKeyTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilTestSkillQuestionAssignmentsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilTrackedQuestionsTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilListOfQuestionsTableGUI\init(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), arDeleteGUI\initCommandButtons(), ilMailFolderTableGUI\initCommandButtons(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), ilLPCollectionSettingsTableGUI\parse(), ilLinkCheckerTableGUI\prepareHTML(), ilObjectTranslationTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
ilTable2GUI::addCommandButtonInstance | ( | ilButton | $a_button | ) |
Add Command button instance.
ilButton | $a_button |
Definition at line 1197 of file class.ilTable2GUI.php.
Referenced by ilAccountCodesTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), and ilListOfQuestionsTableGUI\init().
|
final |
Add filter item.
Filter items are property form inputs that implement the ilTableFilterItem interface
Definition at line 610 of file class.ilTable2GUI.php.
References $restore_filter_values.
Referenced by addFilterItemByMetaType(), ilRoleAssignmentTableGUI\initFilter(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilPDNewsTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilLanguageExtTableGUI\initFilter(), ilTestDynamicQuestionSetStatisticTableGUI\initFilter(), ilTestPassDetailsOverviewTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilPresentationListTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilAccountCodesTableGUI\initFilter(), ilTermListTableGUI\initFilter(), ilTestParticipantsTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilMediaPoolTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), ilRegistrationCodesTableGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), ilAddressbookTableGUI\initFilter(), ilTrUserObjectsPropsTableGUI\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 645 of file class.ilTable2GUI.php.
References $lng, $options, addFilterItem(), ilCombinationInputGUI\COMPARISON_ASCENDING, and ilDateTimeInputGUI\MODE_INPUT.
Referenced by arIndexTableGUI\addFilterField(), ilDataCollectionDatatype\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilSCORMTrackingUsersTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilWorkspaceShareTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
ilTable2GUI::addHeaderCommand | ( | $a_href, | |
$a_text, | |||
$a_target = "" , |
|||
$a_img = "" |
|||
) |
Add Header Command (Link) (Image needed for now)
string | href |
string | text |
Definition at line 1274 of file class.ilTable2GUI.php.
Referenced by ilObjGroupGUI\membersObject(), and ilObjCourseGUI\membersObject().
ilTable2GUI::addHiddenInput | ( | $a_name, | |
$a_value | |||
) |
Add Hidden Input field.
string | Name |
string | Value |
Definition at line 1263 of file class.ilTable2GUI.php.
Referenced by ilPasteStyleCharacteristicTableGUI\__construct(), addMultiItemSelectionButton(), and arDeleteGUI\initCommandButtons().
ilTable2GUI::addMultiCommand | ( | $a_cmd, | |
$a_text | |||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 1252 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilStyleTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilContributorTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilUserTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands(), ilExportTableGUI\addCustomMultiCommand(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), ilQuestionPoolExportTableGUI\initMultiCommands(), ilTestExportTableGUI\initMultiCommands(), ilExportTableGUI\initMultiCommands(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilMailFolderTableGUI\initMultiCommands(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilLPCollectionSettingsTableGUI\parse(), ilShopTopicsTableGUI\parseRecords(), ilObjectTranslationTableGUI\prepareOutput(), ilObjectTranslation2TableGUI\prepareOutput(), ilMediaPoolTableGUI\prepareOutput(), and ilMailingListsGUI\showMembersList().
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 1227 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 1212 of file class.ilTable2GUI.php.
ilTable2GUI::clearCommandButtons | ( | ) |
Definition at line 1175 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\parse().
|
final |
Definition at line 584 of file class.ilTable2GUI.php.
Referenced by exportData(), fillActionRow(), fillFooter(), getHTML(), ilObjectTranslationTableGUI\prepareOutput(), and ilObjectTranslation2TableGUI\prepareOutput().
ilTable2GUI::deleteTemplate | ( | $a_name | ) |
Delete template.
string | $a_name |
Definition at line 3028 of file class.ilTable2GUI.php.
References $ilUser, getContext(), and ilUtil\prepareFormOutput().
Referenced by fillFooter().
ilTable2GUI::determineLimit | ( | ) |
Determine the limit.
Definition at line 167 of file class.ilTable2GUI.php.
References $_GET, $ilUser, ilTableGUI\$limit, loadProperty(), resetOffset(), ilTableGUI\setLimit(), and storeProperty().
Referenced by __construct(), getCurrentState(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::determineOffsetAndOrder | ( | $a_omit_offset = false | ) |
Determine offset and order.
Definition at line 1481 of file class.ilTable2GUI.php.
References $_GET, $_POST, $_SESSION, $ilUser, getDefaultOrderDirection(), getDefaultOrderField(), getExternalSegmentation(), getId(), getNavParameter(), loadProperty(), resetOffset(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), and setOrderField().
Referenced by ilLPTableBaseGUI\executeCommand(), exportData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilCourseParticipantsTableGUI\parse(), ilTermsOfServiceTableGUI\populate(), ilFileSystemTableGUI\prepareOutput(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), resetOffset(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::determineSelectedColumns | ( | ) |
Determine selected columns.
Definition at line 221 of file class.ilTable2GUI.php.
References $_POST, getId(), getSelectableColumns(), loadProperty(), and storeProperty().
Referenced by __construct(), and getCurrentState().
ilTable2GUI::determineSelectedFilters | ( | ) |
Determine selected filters.
@return |
Definition at line 862 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.
Reimplemented in ilLPTableBaseGUI.
Definition at line 317 of file class.ilTable2GUI.php.
References $_GET, $cmd, $ilCtrl, getFilterItemByPostVar(), and initFilter().
ilTable2GUI::exportData | ( | $format, | |
$send = false |
|||
) |
Export and optionally send current table data.
int | $format |
Definition at line 3123 of file class.ilTable2GUI.php.
References $filename, $row, dataExists(), determineOffsetAndOrder(), exit, fillHeaderCSV(), fillHeaderExcel(), fillMetaCSV(), fillMetaExcel(), fillRowCSV(), fillRowExcel(), getExternalSorting(), ilTableGUI\getOrderDirection(), getOrderField(), numericOrdering(), and ilUtil\sortArray().
Referenced by getHTML().
ilTable2GUI::fillActionRow | ( | ) |
Fill Action Row.
Definition at line 2523 of file class.ilTable2GUI.php.
References $cmd, $lng, $txt, dataExists(), ilUtil\formSelect(), ilUtil\getImagePath(), and getTopCommands().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::fillFooter | ( | ) |
Fill footer row.
Definition at line 2072 of file class.ilTable2GUI.php.
References $_REQUEST, $ilCtrl, $ilUser, ilTableGUI\$limit, $lng, ilTableGUI\$max_count, $options, dataExists(), deleteTemplate(), ilTableGUI\getColumnCount(), getContext(), getDisableFilterHiding(), getDisplayAsBlock(), getEnableNumInfo(), getFormName(), getId(), getLimit(), getLinkbar(), getParentCmd(), getRowSelectorLabel(), getSelectableColumns(), getSelectAllCheckbox(), getShowRowsSelector(), getShowTemplates(), isColumnSelected(), saveTemplate(), ilUtil\sendSuccess(), and ilAdvancedSelectionListGUI\STYLE_LINK_BUTTON.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::fillHeader | ( | ) |
Reimplemented in ilQuestionBrowserTableGUI, and ilTestQuestionsTableGUI.
Definition at line 1355 of file class.ilTable2GUI.php.
References $lng, ilTooltipGUI\addTooltip(), getId(), ilUtil\getImagePath(), ilUtil\img(), and setOrderLink().
Referenced by render().
|
protected |
CSV Version of Fill Header.
Likely to be overwritten by derived class.
object | $a_csv | current file |
Reimplemented in ilTrSummaryTableGUI, ilTrMatrixTableGUI, ilBookingReservationsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrObjectUsersPropsTableGUI, ilLPProgressTableGUI, ilSCORM2004TrackingItemsTableGUI, and ilSCORMTrackingItemsTableGUI.
Definition at line 3280 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
|
protected |
Excel Version of Fill Header.
Likely to be overwritten by derived class.
object | $a_worksheet | current sheet |
int | $a_row | row counter |
Reimplemented in ilTrSummaryTableGUI, ilTrMatrixTableGUI, ilBookingReservationsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrObjectUsersPropsTableGUI, ilLPProgressTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, and ilDataCollectionRecordListTableGUI.
Definition at line 3227 of file class.ilTable2GUI.php.
References ilTableGUI\$title.
Referenced by exportData().
ilTable2GUI::fillHiddenRow | ( | ) |
Definition at line 2502 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
|
protected |
Add meta information to csv export.
Likely to be overwritten by derived class.
object | $a_csv | current file |
Reimplemented in ilLPTableBaseGUI.
Definition at line 3269 of file class.ilTable2GUI.php.
Referenced by exportData().
|
protected |
Add meta information to excel export.
Likely to be overwritten by derived class.
object | $a_worksheet | current sheet |
int | $a_row | row counter |
Reimplemented in ilLPTableBaseGUI.
Definition at line 3215 of file class.ilTable2GUI.php.
Referenced by exportData().
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
array | $a_set | data array |
Reimplemented in ilTrSummaryTableGUI, arIndexTableGUI, ilMailFolderTableGUI, ilUserTableGUI, ilLPObjectStatisticsLPTableGUI, ilBookingReservationsTableGUI, ilMediaPoolTableGUI, ilTrObjectUsersPropsTableGUI, ilWorkspaceShareTableGUI, ilQuestionBrowserTableGUI, ilRegistrationCodesTableGUI, ilTrUserObjectsPropsTableGUI, ilAssQuestionHintsTableGUI, ilCronManagerTableGUI, ilContainerStartObjectsContentTableGUI, ilEvaluationAllTableGUI, ilCourseParticipantsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilSurveyQuestionTableGUI, ilSurveyQuestionbrowserTableGUI, ilRoleTableGUI, ilSurveyQuestionsTableGUI, ilLPProgressTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilSessionParticipantsTableGUI, ilLPObjectStatisticsTableGUI, ilObjectRolePermissionTableGUI, ilLPObjectStatisticsDailyTableGUI, ilPresentationListTableGUI, ilModulesTableGUI, ilCourseParticipantsGroupsTableGUI, ilTermListTableGUI, ilExerciseMemberTableGUI, ilWebResourceEditableLinkTableGUI, ilRepositoryUserResultTableGUI, ilAccountCodesTableGUI, ilTestQuestionsTableGUI, ilExAssignmentPeerReviewTableGUI, SurveyConstraintsTableGUI, ilObjectRoleTemplatePermissionTableGUI, ilWaitingListTableGUI, ilBenchmarkTableGUI, ilWikiPagesTableGUI, ilFileSystemTableGUI, ilGroupParticipantsTableGUI, ilAddressbookTableGUI, ilTestQuestionBrowserTableGUI, ilSubscriberTableGUI, ilTestDynamicQuestionSetStatisticTableGUI, ilWebResourceLinkTableGUI, ilExAssignmentPeerReviewOverviewTableGUI, ilObjectCopySearchResultTableGUI, ilSurveyResultsCumulatedTableGUI, ilClientListTableGUI, ilExportTableGUI, ilAssignedUsersTableGUI, ilContainerStartObjectsTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilPluginsOverviewTableGUI, ilCourseObjectivesTableGUI, ilCourseObjectiveQuestionAssignmentTableGUI, ilCourseStartObjectsTableGUI, ilSurveySyncTableGUI, ilMailSearchCoursesTableGUI, ilWorkspaceAccessTableGUI, ilAdminSubItemsTableGUI, ilSCORMVerificationTableGUI, ilSurveyAppraiseesTableGUI, ilBookingObjectsTableGUI, ilObjectCopySelectionTableGUI, ilExParticipantTableGUI, ilListOfQuestionsTableGUI, ilCopySelfAssQuestionTableGUI, ilPDNewsTableGUI, ilTestManScoringParticipantsTableGUI, ilCourseGroupingAssignmentTableGUI, ilQuestionPoolPrintViewTableGUI, ilSkillLevelTableGUI, ilSurveyMaintenanceTableGUI, ilTestParticipantsTableGUI, ilCourseEditParticipantsTableGUI, ilMailSearchCoursesMembersTableGUI, ilExAssignmentTeamTableGUI, ilOrgUnitStaffTableGUI, ilSCORM2004ExportTableGUI, ilTestFixedParticipantsTableGUI, ilExGradesTableGUI, ilSurveyExportTableGUI, ilAssignmentsTableGUI, ilSurveyResultsUserTableGUI, ilSurveyQuestionPoolExportTableGUI, ilExAssignmentListTextTableGUI, ilImageMapTableGUI, ilCalendarManageTableGUI, ilLMQuestionListTableGUI, ilSurveyPhrasesTableGUI, ilMilestoneResponsiblesTableGUI, ilPCIIMTriggerTableGUI, ilSCORMTrackingItemPerUserTableGUI, ilExAssignmentTeamLogTableGUI, ilOrgUnitOtherRolesTableGUI, ilCalendarAppointmentsTableGUI, ilUserLPTableGUI, ilRbacLogTableGUI, ilSkillAssignMaterialsTableGUI, ilSystemStylesTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilCalendarCategoryTableGUI, ilContributorTableGUI, ilSurveyCodesTableGUI, ilLanguageTableGUI, ilStyleTableGUI, ilECSCommunityTableGUI, ilSurveySkillAssignmentTableGUI, ilSurveySkillThresholdsTableGUI, ilGroupEditParticipantsTableGUI, ilConsultationHoursTableGUI, ilComponentsTableGUI, ilObjectOwnershipManagementTableGUI, ilSelfEvaluationSimpleTableGUI, ilPortfolioPageTableGUI, ilCalendarChangedAppointmentsTableGUI, ilTableTemplatesTableGUI, ilWikiExportOrderTableGUI, ilFileVersionTableGUI, ilPollAnswerTableGUI, ilSCORMTrackingItemsScoTableGUI, ilSurveyInvitedUsersTableGUI, ilMediaObjectUsagesTableGUI, ilSkillCatTableGUI, ilDidacticTemplateSettingsTableGUI, ilSkillSelfEvalSkillTableGUI, ilTaxonomyTableGUI, ilSurveySkillTableGUI, ilObjectRoleTemplateOptionsTableGUI, ilCourseVerificationTableGUI, ilExcDeliveredFilesTableGUI, ilExportIDTableGUI, ilSCORMTrackingUsersTableGUI, ilCalendarSharedListTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilStyleColorTableGUI, ilMediaPoolPageUsagesTableGUI, ilTestAverageReachedPointsTableGUI, ilWikiContributorsTableGUI, ilStyleMediaQueryTableGUI, ilCourseGroupingTableGUI, ilHelpMappingTableGUI, ilUploadDirFilesTableGUI, ilSessionMaterialsTableGUI, ilCalendarInboxSharedTableGUI, ilNewItemGroupTableGUI, ilCourseObjectiveQuestionsTableGUI, ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI, ilSurveySavePhraseTableGUI, ilAdvancedMDFieldTableGUI, ilLicenseOverviewTableGUI, ilObjectivesAlignmentTableGUI, ilSCORMTrackingItemsPerUserTableGUI, ilLPCollectionSettingsTableGUI, ilExerciseVerificationTableGUI, ilWikiRecentChangesTableGUI, ilMDCopyrightTableGUI, ilPageLayoutTableGUI, ilItemGroupItemsTableGUI, ilLDAPRoleAssignmentTableGUI, ilTaxonomyAdministrationRepositoryTableGUI, ilECSImportedContentTableGUI, ilCourseInfoFileTableGUI, ilSessionFileTableGUI, ilSurveyMaterialsTableGUI, ilTrackedQuestionsTableGUI, ilTaxAssignedItemsTableGUI, ilECSReleasedContentTableGUI, ilTestVerificationTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilLMPagesTableGUI, ilClipboardTableGUI, ilSearchResultTableGUI, ilLOTestAssignmentTableGUI, ilLinksTableGUI, ilSCORMOfflineModeUsersTableGUI, ilRoleSelectionTableGUI, ilRoleAssignmentTableGUI, ilECSNodeMappingTreeTableGUI, ilPollUserTableGUI, ilSurveyCodesEditTableGUI, ilAssessmentFolderLogAdministrationTableGUI, ilTestPassManualScoringOverviewTableGUI, ilConsultationHourBookingTableGUI, ilPortfolioTableGUI, ilSurveySkillChangesTableGUI, ilTestInviteUsersTableGUI, ilObjWorkspaceFolderTableGUI, ilShibbolethRoleAssignmentTableGUI, ilObjectTranslation2TableGUI, ilLPObjectStatisticsAdminTableGUI, ilObjectTranslationTableGUI, ilLuceneAdvancedSearchActivationTableGUI, ilECSCategoryMappingTableGUI, ilTermUsagesTableGUI, ilTestInviteGroupsTableGUI, ilTestInviteRolesTableGUI, ilPCFileListTableGUI, ilHistoryTableGUI, ilChatroomSmiliesTableGUI, ilTestHistoryTableGUI, ilStyleImageTableGUI, ilLMBlockedUsersTableGUI, ilMediaCastTableGUI, ilSCORMTrackingItemsPerScoTableGUI, SurveyMaterialsSourceTableGUI, ilRatingCategoryTableGUI, ilCustomUserFieldSettingsTableGUI, ilWikiSearchResultsTableGUI, ilBookingSchedulesTableGUI, ilAssessmentFolderLogTableGUI, ilSysStyleCatAssignmentTableGUI, ilTestSkillLevelThresholdsTableGUI, ilTestSkillQuestionAssignmentsTableGUI, assFileUploadFileTableGUI, ilAccessKeyTableGUI, ilAuthLoginPageEditorTableGUI, ilConsultationHourGroupTableGUI, ilPCIIMOverlaysTableGUI, ilSkillUsageTableGUI, ilUserFieldSettingsTableGUI, ilFoundUsersTableGUI, ilSpecialUsersTableGUI, ilAdvancedMDRecordTableGUI, ilExportSelectionTableGUI, ilRepDependenciesTableGUI, ilSCORM2004TrackingTableGUI, ilObjectCustomUserFieldsTableGUI, ilShopTopicsTableGUI, ilBookmarkAdministrationTableGUI, ilObjBibliographicAdminTableGUI, ilPublicSubmissionsTableGUI, ilTestAggregatedResultsTableGUI, ilPageHistoryTableGUI, ilSkillProfileTableGUI, ilContentStylesTableGUI, ilPCImageMapTableGUI, ilLanguageExtTableGUI, ilShopPersonalSettingsTopicsTableGUI, ilRepositoryObjectResultTableGUI, ilSetupLanguageTableGUI, ilDataBibliographicRecordListTableGUI, ilHelpModuleTableGUI, ilOpenIdProviderTableGUI, ilHelpTooltipTableGUI, ilImportantPagesTableGUI, ilLDAPRoleMappingTableGUI, ilTrashTableGUI, ilRendererTableGUI, ilPasteStyleCharacteristicTableGUI, ilLMGlossaryTableGUI, ilOrgUnitTypeTableGUI, ilSettingsTemplateTableGUI, ilSubItemSelectionTableGUI, ilObjectTableGUI, ilSelfEvaluationTableGUI, ilSkillLevelResourcesTableGUI, ilFeedbackConfirmationTable2GUI, ilLMMenuItemsTableGUI, ilWikiPageTemplatesTableGUI, ilSkillProfileLevelsTableGUI, ilTaxonomyListTableGUI, ilPCTabsTableGUI, ilShoppingCartTableGUI, ilScormSpecialPagesTableGUI, ilPCIIMPopupTableGUI, ilSkillLevelProfileAssignmentTableGUI, ilPageMultiLangTableGUI, ilNotificationSettingsTable, ilShopTableGUI, ilSkillProfileUserTableGUI, ilConfirmationTableGUI, ilTermQuickListTableGUI, ilPersonalSkillTableGUI, ilUserForTagTableGUI, ilMobSubtitleTableGUI, ilECSServerTableGUI, ilRoleAdoptPermissionTableGUI, ilNewsForContextTableGUI, ilAvailableRolesStatusTableGUI, ilAccessPermissionsStatusTableGUI, ilObjClipboardTableGUI, ilResultsByQuestionTableGUI, ilConditionHandlerTableGUI, and ilShopCouponsTableGUI.
Definition at line 2061 of file class.ilTable2GUI.php.
Referenced by getHTML().
|
protected |
CSV Version of Fill Row.
Most likely to be overwritten by derived class.
object | $a_csv | current file |
array | $a_set | data array |
Reimplemented in ilTrSummaryTableGUI, ilTrMatrixTableGUI, ilBookingReservationsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrObjectUsersPropsTableGUI, ilLPProgressTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsDailyTableGUI, ilLPObjectStatisticsTypesTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilPollAnswerTableGUI, and ilPollUserTableGUI.
Definition at line 3300 of file class.ilTable2GUI.php.
Referenced by exportData().
|
protected |
Excel Version of Fill Row.
Most likely to be overwritten by derived class.
object | $a_worksheet | current sheet |
int | $a_row | row counter |
array | $a_set | data array |
Reimplemented in ilTrSummaryTableGUI, ilTrMatrixTableGUI, ilBookingReservationsTableGUI, ilTrUserObjectsPropsTableGUI, ilTrObjectUsersPropsTableGUI, ilLPProgressTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectStatisticsDailyTableGUI, ilDataCollectionRecordListTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilUserLPTableGUI, ilPollUserTableGUI, and ilPollAnswerTableGUI.
Definition at line 3249 of file class.ilTable2GUI.php.
Referenced by exportData().
|
static |
Get maximum number of entries to enable actions for all.
Definition at line 3328 of file class.ilTable2GUI.php.
References ilTableGUI\$limit, and ACTION_ALL_LIMIT.
ilTable2GUI::getCloseFormTag | ( | ) |
Get close form tag.
Definition at line 159 of file class.ilTable2GUI.php.
References $close_form_tag.
Referenced by getHTML().
ilTable2GUI::getContext | ( | ) |
Get context.
Definition at line 2910 of file class.ilTable2GUI.php.
References $context.
Referenced by deleteTemplate(), fillFooter(), ilTestPassOverviewTableGUI\initColumns(), restoreTemplate(), and saveTemplate().
ilTable2GUI::getCurrentState | ( | ) |
get current settings for order, limit, columns and filter
Definition at line 2805 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 |
Reimplemented from ilTableGUI.
Definition at line 579 of file class.ilTable2GUI.php.
Referenced by ilSkillLevelTableGUI\__construct(), ilTestQuestionsTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), ilLPObjectStatisticsDailyTableGUI\getGraph(), ilLPObjectStatisticsTableGUI\getGraph(), ilLPObjectStatisticsTypesTableGUI\getGraph(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilImageMapTableGUI\initActions(), ilPCIIMTriggerTableGUI\initActions(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::getDefaultOrderDirection | ( | ) |
Get Default order direction.
Definition at line 1165 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::getDefaultOrderField | ( | ) |
Get Default order field.
Definition at line 1145 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), ilRegistrationCodesTableGUI\getItems(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::getDescription | ( | ) |
Get description.
Definition at line 527 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getDisableFilterHiding | ( | ) |
Get disable filter hiding.
Definition at line 821 of file class.ilTable2GUI.php.
References $disable_filter_hiding.
Referenced by fillFooter(), and renderFilter().
ilTable2GUI::getDisplayAsBlock | ( | ) |
Get display as block.
Definition at line 1009 of file class.ilTable2GUI.php.
Referenced by fillFooter(), getLinkbar(), and render().
ilTable2GUI::getEnableHeader | ( | ) |
Get Enable Header.
Definition at line 479 of file class.ilTable2GUI.php.
ilTable2GUI::getEnableNumInfo | ( | ) |
Get enable num info.
Definition at line 499 of file class.ilTable2GUI.php.
Referenced by fillFooter().
ilTable2GUI::getEnableTitle | ( | ) |
Get Enable Title.
Definition at line 459 of file class.ilTable2GUI.php.
ilTable2GUI::getExportMode | ( | ) |
Was export activated?
Definition at line 3113 of file class.ilTable2GUI.php.
References $export_mode.
Referenced by getHTML(), getLimit(), and getOffset().
ilTable2GUI::getExternalSegmentation | ( | ) |
Get external segmentation.
Definition at line 1113 of file class.ilTable2GUI.php.
References $ext_seg.
Referenced by determineOffsetAndOrder(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), and ilTermsOfServiceTableGUI\populate().
ilTable2GUI::getExternalSorting | ( | ) |
Get external sorting.
Definition at line 1049 of file class.ilTable2GUI.php.
References $ext_sort.
Referenced by exportData(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), ilTermsOfServiceTableGUI\populate(), and setData().
ilTable2GUI::getFilterCols | ( | ) |
Get filter columns.
Definition at line 801 of file class.ilTable2GUI.php.
References $filter_cols.
Referenced by renderFilter().
ilTable2GUI::getFilterCommand | ( | ) |
Get filter command.
Definition at line 1071 of file class.ilTable2GUI.php.
References $filter_cmd.
|
final |
Definition at line 767 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by ilLanguageExtTableGUI\__construct(), ilLPTableBaseGUI\executeCommand(), executeCommand(), ilLPTableBaseGUI\getCurrentFilter(), ilObjectRolePermissionTableGUI\initColumns(), ilRoleTableGUI\parse(), and ilPresentationListTableGUI\writeFilterToSession().
|
final |
Get filter items.
Definition at line 758 of file class.ilTable2GUI.php.
References $filters, and $optional_filters.
Referenced by determineSelectedFilters(), getFilterItemByPostVar(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), renderFilter(), resetFilter(), and writeFilterToSession().
|
protected |
Get current filter value.
ilFormPropertyGUI | $a_item |
Definition at line 2853 of file class.ilTable2GUI.php.
References IL_CAL_DATE.
Referenced by getCurrentState().
|
final |
Get Form action parameter.
Definition at line 945 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), getHTML(), ilLOTestAssignmentTableGUI\init(), ilConsultationHourGroupTableGUI\initTable(), and ilConsultationHourBookingTableGUI\initTable().
ilTable2GUI::getFormName | ( | ) |
Get Form name.
Reimplemented from ilTableGUI.
Definition at line 965 of file class.ilTable2GUI.php.
Referenced by fillFooter(), ilObjectRolePermissionTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::getHTML | ( | ) |
Get HTML.
Reimplemented in ilMediaPoolTableGUI.
Definition at line 1577 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $ilCtrl, $ilUser, $lng, dataExists(), determineOffsetAndOrder(), exportData(), fillActionRow(), fillFooter(), fillHiddenRow(), fillRow(), getCloseFormTag(), getData(), getExportMode(), getExternalSegmentation(), getExternalSorting(), getFormAction(), getFormName(), getId(), getLimit(), getNavParameter(), getNoEntriesText(), getOffset(), getOpenFormTag(), ilTableGUI\getOrderDirection(), getOrderField(), getParentObject(), getPreventDoubleSubmission(), getPrintMode(), numericOrdering(), prepareOutput(), render(), ilTableGUI\setFooter(), ilTableGUI\setMaxCount(), ilDatePresentation\setUseRelativeDates(), ilUtil\sortArray(), and storeNavParameter().
Referenced by arIndexTableGUI\render().
ilTable2GUI::getId | ( | ) |
Get element id.
Definition at line 989 of file class.ilTable2GUI.php.
Referenced by __construct(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), fillFooter(), fillHeader(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), ilWorkspaceShareTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), arIndexTableGUI\initTitle(), ilDataCollectionRecordListTableGUI\loadProperty(), loadProperty(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), render(), renderFilter(), ilParticipantTableGUI\showActionLinks(), ilSubscriberTableGUI\showActionLinks(), ilWaitingListTableGUI\showActionLinks(), and storeProperty().
ilTable2GUI::getIsDataTable | ( | ) |
Get is data table.
Definition at line 439 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getLimit | ( | ) |
Get limit.
Reimplemented from ilTableGUI.
Definition at line 3047 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by fillFooter(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCourseParticipantsTableGUI\parse(), ilTermsOfServiceTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::getLinkbar | ( | $a_num | ) |
Get previous/next linkbar.
Definition at line 2384 of file class.ilTable2GUI.php.
References $ilCtrl, $ilUser, $lng, ilUtil\formSelect(), getDisplayAsBlock(), getLimit(), getNavParameter(), getOffset(), ilTableGUI\getOrderDirection(), and getOrderField().
Referenced by fillFooter().
|
final |
Definition at line 1326 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), getLinkbar(), resetOffset(), and setOrderLink().
ilTable2GUI::getNoEntriesText | ( | ) |
Get text for an empty table.
Definition at line 419 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::getOffset | ( | ) |
Get offset.
Reimplemented from ilTableGUI.
Definition at line 3059 of file class.ilTable2GUI.php.
References getExportMode(), and getPrintMode().
Referenced by ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilUserLPTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilCourseParticipantsTableGUI\parse(), ilTermsOfServiceTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), arIndexTableGUI\setOrderAndSegmentation(), and storeNavParameter().
ilTable2GUI::getOpenFormTag | ( | ) |
Get open form tag.
Definition at line 139 of file class.ilTable2GUI.php.
References $open_form_tag.
Referenced by getHTML().
ilTable2GUI::getOrderField | ( | ) |
Definition at line 542 of file class.ilTable2GUI.php.
Referenced by exportData(), ilShoppingCartTableGUI\getCartHTML(), getCurrentState(), getHTML(), ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), getLinkbar(), ilUserTableGUI\getUserIdsForFilter(), ilCourseParticipantsTableGUI\parse(), ilTermsOfServiceTableGUI\populate(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), resetOffset(), arIndexTableGUI\setOrderAndSegmentation(), and storeNavParameter().
ilTable2GUI::getParentCmd | ( | ) |
Get parent command.
Definition at line 379 of file class.ilTable2GUI.php.
Referenced by ilObjectCustomUserFieldsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), fillFooter(), ilPageHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), ilContainerStartObjectsTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilWikiPagesTableGUI\fillRow(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilConsultationHourBookingTableGUI\parse(), ilLinkCheckerTableGUI\prepareHTML(), and renderFilter().
ilTable2GUI::getParentObject | ( | ) |
Get parent object.
Definition at line 369 of file class.ilTable2GUI.php.
Referenced by ilPollUserTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilConditionHandlerTableGUI\fillRow(), ilECSServerTableGUI\fillRow(), ilLDAPRoleMappingTableGUI\fillRow(), ilImportantPagesTableGUI\fillRow(), ilOpenIdProviderTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilObjectCustomUserFieldsTableGUI\fillRow(), ilAuthLoginPageEditorTableGUI\fillRow(), ilConsultationHourGroupTableGUI\fillRow(), SurveyMaterialsSourceTableGUI\fillRow(), ilSCORMTrackingItemsPerScoTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilConsultationHourBookingTableGUI\fillRow(), ilSCORMOfflineModeUsersTableGUI\fillRow(), ilECSNodeMappingTreeTableGUI\fillRow(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilMDCopyrightTableGUI\fillRow(), ilSCORMTrackingItemsPerUserTableGUI\fillRow(), ilDidacticTemplateSettingsTableGUI\fillRow(), ilSCORMTrackingItemsScoTableGUI\fillRow(), ilConsultationHoursTableGUI\fillRow(), ilECSCommunityTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilCalendarManageTableGUI\fillRow(), ilSCORM2004ExportTableGUI\fillRow(), ilSurveyAppraiseesTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilExportTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), SurveyConstraintsTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), ilRoleTableGUI\fillRow(), ilCronManagerTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), ilContainerStartObjectsContentTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilParticipantTableGUI\getSelectableColumns(), ilSubscriberTableGUI\getSelectableColumns(), ilWaitingListTableGUI\getSelectableColumns(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilLOTestAssignmentTableGUI\init(), ilTestPassOverviewTableGUI\initColumns(), ilObjectRolePermissionTableGUI\initColumns(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilParticipantTableGUI\initSettings(), ilWebResourceLinkTableGUI\initSorting(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilLocalUnitCategoryTableGUI\populateTitle(), ilLinkCheckerTableGUI\prepareHTML(), ilTermsOfServiceAgreementByLanguageTableGUI\prepareRow(), ilTermsOfServiceAcceptanceHistoryTableGUI\prepareRow(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilExParticipantTableGUI\render(), ilExerciseMemberTableGUI\render(), ilParticipantTableGUI\showActionLinks(), ilSubscriberTableGUI\showActionLinks(), and ilWaitingListTableGUI\showActionLinks().
|
final |
Definition at line 601 of file class.ilTable2GUI.php.
References ilTableGUI\$prefix.
Referenced by ilTestSkillQuestionAssignmentsTableGUI\__construct(), and setId().
ilTable2GUI::getPreventDoubleSubmission | ( | ) |
Get prevent double submission.
Definition at line 3373 of file class.ilTable2GUI.php.
References $prevent_double_submission.
Referenced by getHTML().
ilTable2GUI::getPrintMode | ( | ) |
Get print mode.
Definition at line 3103 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 1093 of file class.ilTable2GUI.php.
References $reset_cmd.
ilTable2GUI::getRowSelectorLabel | ( | ) |
Definition at line 3353 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by fillFooter().
ilTable2GUI::getSelectableColumns | ( | ) |
Get selectable columns.
Reimplemented in arIndexTableGUI, ilSurveyQuestionsTableGUI, ilExerciseMemberTableGUI, ilEvaluationAllTableGUI, ilWaitingListTableGUI, ilQuestionBrowserTableGUI, ilTestQuestionsTableGUI, ilRepositoryUserResultTableGUI, ilTrMatrixTableGUI, ilSubscriberTableGUI, ilTermListTableGUI, ilUserTableGUI, ilTrObjectUsersPropsTableGUI, ilSCORM2004TrackingItemsTableGUI, ilSCORMTrackingItemsTableGUI, ilSurveyResultsCumulatedTableGUI, ilTrUserObjectsPropsTableGUI, ilQuestionPoolPrintViewTableGUI, ilTrSummaryTableGUI, ilTermsOfServiceAcceptanceHistoryTableGUI, ilTermsOfServiceAgreementByLanguageTableGUI, arDeleteGUI, and ilParticipantTableGUI.
Definition at line 213 of file class.ilTable2GUI.php.
Referenced by determineSelectedColumns(), and fillFooter().
ilTable2GUI::getSelectAllCheckbox | ( | ) |
Get the name of the checkbox that should be toggled with a select all button.
Reimplemented from ilTableGUI.
Definition at line 1019 of file class.ilTable2GUI.php.
References ilTableGUI\$select_all_checkbox.
Referenced by fillFooter().
ilTable2GUI::getSelectedColumns | ( | ) |
Get selected columns.
@return |
Reimplemented in ilEvaluationAllTableGUI, and ilRegistrationCodesTableGUI.
Definition at line 301 of file class.ilTable2GUI.php.
Referenced by ilTermListTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilUserTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseParticipantsTableGUI\__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(), ilQuestionPoolPrintViewTableGUI\fillRow(), ilSurveyResultsCumulatedTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilGroupParticipantsTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilRepositoryUserResultTableGUI\fillRow(), ilTermListTableGUI\fillRow(), ilSCORMTrackingItemsTableGUI\fillRow(), ilSCORM2004TrackingItemsTableGUI\fillRow(), ilSurveyQuestionsTableGUI\fillRow(), ilCourseParticipantsTableGUI\fillRow(), ilTrUserObjectsPropsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilTrObjectUsersPropsTableGUI\fillRow(), ilTrMatrixTableGUI\fillRow(), ilUserTableGUI\fillRow(), ilTrSummaryTableGUI\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(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTrSummaryTableGUI\getItems(), ilQuestionPoolPrintViewTableGUI\initColumns(), ilGroupParticipantsTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilRepositoryUserResultTableGUI\parseUserIds(), ilSubscriberTableGUI\readSubscriberData(), and ilWaitingListTableGUI\readUserData().
ilTable2GUI::getSelectedFilters | ( | ) |
Get selected filters.
@return |
Definition at line 843 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
ilTable2GUI::getShowRowsSelector | ( | ) |
Get rows-per-page selector state.
Definition at line 2930 of file class.ilTable2GUI.php.
References $show_rows_selector.
Referenced by fillFooter().
ilTable2GUI::getShowTemplates | ( | ) |
Get template state.
Definition at line 2950 of file class.ilTable2GUI.php.
References $show_templates.
Referenced by fillFooter().
ilTable2GUI::getTopAnchor | ( | ) |
Get top anchor.
Definition at line 399 of file class.ilTable2GUI.php.
References $top_anchor.
Referenced by render().
ilTable2GUI::getTopCommands | ( | ) |
Get top commands (display command buttons on top of table, too)
Definition at line 1295 of file class.ilTable2GUI.php.
References $top_commands.
Referenced by fillActionRow().
ilTable2GUI::initFilter | ( | ) |
Init filter.
Overwrite this to initialize all filter input property objects.
Reimplemented in ilMailFolderTableGUI, ilUserTableGUI, ilDataCollectionRecordListTableGUI, ilTrUserObjectsPropsTableGUI, ilAddressbookTableGUI, ilEvaluationAllTableGUI, ilTrObjectUsersPropsTableGUI, ilRegistrationCodesTableGUI, ilTrSummaryTableGUI, ilQuestionBrowserTableGUI, ilMediaPoolTableGUI, ilRoleTableGUI, ilLPObjectStatisticsLPTableGUI, ilTestParticipantsTableGUI, ilObjectRolePermissionTableGUI, ilTermListTableGUI, ilAccountCodesTableGUI, ilSurveyQuestionbrowserTableGUI, ilSurveyQuestionsTableGUI, ilWorkspaceShareTableGUI, ilTrMatrixTableGUI, ilCopySelfAssQuestionTableGUI, ilPresentationListTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilTestPassDetailsOverviewTableGUI, ilCourseParticipantsGroupsTableGUI, ilTestDynamicQuestionSetStatisticTableGUI, ilLanguageExtTableGUI, ilTestManScoringParticipantsTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectStatisticsDailyTableGUI, ilTestQuestionBrowserTableGUI, ilSCORMTrackingUsersTableGUI, ilPDNewsTableGUI, ilRbacLogTableGUI, ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI, and ilRoleAssignmentTableGUI.
Definition at line 360 of file class.ilTable2GUI.php.
Referenced by ilLPProgressTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), and executeCommand().
ilTable2GUI::isColumnSelected | ( | $a_col | ) |
Is given column selected?
string | column name |
Definition at line 290 of file class.ilTable2GUI.php.
Referenced by arIndexTableGUI\checkColumnVisibile(), fillFooter(), ilGroupParticipantsTableGUI\parse(), and ilCourseParticipantsTableGUI\parse().
ilTable2GUI::isFilterSelected | ( | $a_col | ) |
Is given filter selected?
string | column name |
Definition at line 832 of file class.ilTable2GUI.php.
Referenced by ilTermsOfServiceTableGUI\populate(), and renderFilter().
ilTable2GUI::loadProperty | ( | $type | ) |
Load table property.
string | $type |
Reimplemented in ilDataCollectionRecordListTableGUI.
Definition at line 2787 of file class.ilTable2GUI.php.
References $ilUser, and getId().
Referenced by determineLimit(), determineOffsetAndOrder(), determineSelectedColumns(), determineSelectedFilters(), and renderFilter().
ilTable2GUI::numericOrdering | ( | $a_field | ) |
Should this field be sorted numeric?
Reimplemented in ilTrSummaryTableGUI, ilQuestionBrowserTableGUI, ilForumTopicTableGUI, ilAssQuestionHintsTableGUI, ilQuestionPoolPrintViewTableGUI, ilTestParticipantsTableGUI, ilDataCollectionRecordListTableGUI, ilPresentationListTableGUI, ilTermsOfServiceAgreementByLanguageTableGUI, ilExAssignmentPeerReviewTableGUI, ilTestFixedParticipantsTableGUI, ilLPObjectStatisticsLPTableGUI, ilTermsOfServiceAcceptanceHistoryTableGUI, ilMailSearchCoursesTableGUI, ilWikiPagesTableGUI, ilLPProgressTableGUI, ilRepositoryObjectResultTableGUI, ilTermListTableGUI, ilSurveyResultsCumulatedTableGUI, ilEvaluationAllTableGUI, ilExParticipantTableGUI, ilExGradesTableGUI, ilAssignmentsTableGUI, ilQuestionCumulatedStatisticsTableGUI, ilTestExportTableGUI, ilRepositoryUserResultTableGUI, ilFileSystemTableGUI, ilMailAttachmentTableGUI, ilSkillLevelTableGUI, ilTaxonomyTableGUI, ilExAssignmentListTextTableGUI, ilLPObjectStatisticsTableGUI, ilLPObjectStatisticsTypesTableGUI, ilLPObjectStatisticsDailyTableGUI, ilTestPersonalDefaultSettingsTableGUI, ilTestPassOverviewTableGUI, ilTaxAssignedItemsTableGUI, ilTestAverageReachedPointsTableGUI, ilSearchResultTableGUI, ilResultsByQuestionTableGUI, ilPollAnswerTableGUI, ilForumStatisticsTableGUI, and ilPageHistoryTableGUI.
Definition at line 1719 of file class.ilTable2GUI.php.
Referenced by ilAssessmentFolderLogAdministrationTableGUI\__construct(), exportData(), ilShoppingCartTableGUI\getCartHTML(), getHTML(), and ilTestManScoringParticipantsTableGUI\getInternalyOrderedDataValues().
|
protected |
Anything that must be done before HTML is generated.
Reimplemented in ilMediaPoolTableGUI, ilFileSystemTableGUI, ilExportTableGUI, ilObjectTranslation2TableGUI, and ilObjectTranslationTableGUI.
Definition at line 1473 of file class.ilTable2GUI.php.
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::render | ( | ) |
render table public
Reimplemented from ilTableGUI.
Reimplemented in arIndexTableGUI, ilMediaPoolTableGUI, ilExerciseMemberTableGUI, and ilExParticipantTableGUI.
Definition at line 1728 of file class.ilTable2GUI.php.
References $ilCtrl, $lng, fillHeader(), getDescription(), getDisplayAsBlock(), getId(), ilUtil\getImagePath(), getIsDataTable(), getPrintMode(), ilTableGUI\getStyle(), getTopAnchor(), and renderFilter().
Referenced by ilShoppingCartTableGUI\getCartHTML(), and getHTML().
|
private |
Render Filter section.
Definition at line 1843 of file class.ilTable2GUI.php.
References $lng, $tpl, determineSelectedFilters(), getDisableFilterHiding(), getFilterCols(), getFilterItems(), getId(), getParentCmd(), ilYuiUtil\initConnection(), isFilterSelected(), and loadProperty().
Referenced by render().
ilTable2GUI::resetFilter | ( | ) |
Reset filter.
Reimplemented in arIndexTableGUI, and ilMailFolderTableGUI.
Definition at line 2026 of file class.ilTable2GUI.php.
References $_POST, $_REQUEST, $lng, and getFilterItems().
Referenced by ilLPTableBaseGUI\executeCommand(), ilObjTestGUI\fpResetFilterObject(), ilObjTestGUI\npResetFilterObject(), and ilObjSCORMLearningModuleGUI\resetUserTableFilter().
ilTable2GUI::resetOffset | ( | $a_in_determination = false | ) |
Reset offset.
Definition at line 342 of file class.ilTable2GUI.php.
References $_GET, $_POST, determineOffsetAndOrder(), getNavParameter(), ilTableGUI\getOrderDirection(), getOrderField(), and ilTableGUI\setOffset().
Referenced by arIndexTableGUI\applyFilter(), ilPermission2GUI\applyLogFilter(), determineLimit(), determineOffsetAndOrder(), ilLPTableBaseGUI\executeCommand(), ilUserLPTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilUserTableGUI\getItems(), ilTermsOfServiceTableGUI\populate(), arIndexTableGUI\resetFilter(), ilPermission2GUI\resetLogFilter(), and ilCalendarManageTableGUI\resetToDefaults().
ilTable2GUI::restoreTemplate | ( | $a_name | ) |
Restore state from template.
string | $a_name |
Definition at line 2961 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $ilUser, getContext(), storeProperty(), and ilUtil\stripSlashes().
Referenced by __construct().
ilTable2GUI::saveTemplate | ( | $a_name | ) |
Save current state as template.
string | $a_name |
Definition at line 3000 of file class.ilTable2GUI.php.
References $ilUser, 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 1241 of file class.ilTable2GUI.php.
ilTable2GUI::setCloseFormTag | ( | $a_val | ) |
Set close form tag.
boolean | close form tag |
Definition at line 149 of file class.ilTable2GUI.php.
ilTable2GUI::setContext | ( | $id | ) |
Set context.
string | $id |
Definition at line 2897 of file class.ilTable2GUI.php.
Referenced by __construct().
ilTable2GUI::setCustomPreviousNext | ( | $a_prev_link, | |
$a_next_link | |||
) |
Set custom previous/next links.
Definition at line 921 of file class.ilTable2GUI.php.
|
final |
set table data public
array | table data |
Reimplemented from ilTableGUI.
Definition at line 547 of file class.ilTable2GUI.php.
References getExternalSorting().
Referenced by ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilTermListTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExportTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestExpressPageObjectGUI\browseForQuestions(), ilDataCollectionRecordListTableGUI\buildData(), ilSurveyParticipantsGUI\editRatersObject(), ilSurveyEvaluationGUI\evaluationuser(), ilHelpMappingTableGUI\getChapters(), ilClientListTableGUI\getClients(), ilComponentsTableGUI\getComponents(), ilPluginsOverviewTableGUI\getComponents(), ilModulesTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilHistoryTableGUI\getDataFromDb(), ilSessionMaterialsTableGUI\getDataFromDb(), ilLPObjectStatisticsLPTableGUI\getDetailItems(), ilFileSystemTableGUI\getEntries(), ilNewItemGroupTableGUI\getGroups(), ilHelpModuleTableGUI\getHelpModules(), ilPCImageMapTableGUI\getItems(), ilTermUsagesTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilLicenseOverviewTableGUI\getItems(), ilSCORMVerificationTableGUI\getItems(), ilTestVerificationTableGUI\getItems(), ilExerciseVerificationTableGUI\getItems(), ilCourseVerificationTableGUI\getItems(), ilObjWorkspaceFolderTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilUserLPTableGUI\getItems(), ilBookingSchedulesTableGUI\getItems(), ilContainerStartObjectsContentTableGUI\getItems(), ilLPObjectStatisticsAdminTableGUI\getItems(), ilCourseGroupingAssignmentTableGUI\getItems(), ilExAssignmentTeamLogTableGUI\getItems(), ilRatingCategoryTableGUI\getItems(), ilPollUserTableGUI\getItems(), ilCourseGroupingTableGUI\getItems(), ilPortfolioTableGUI\getItems(), ilStyleImageTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilPortfolioPageTableGUI\getItems(), ilContributorTableGUI\getItems(), ilPollAnswerTableGUI\getItems(), ilRegistrationCodesTableGUI\getItems(), ilAccountCodesTableGUI\getItems(), ilLMQuestionListTableGUI\getItems(), ilWikiExportOrderTableGUI\getItems(), ilBookingObjectsTableGUI\getItems(), ilStyleMediaQueryTableGUI\getItems(), ilRbacLogTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilLDAPRoleMappingTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilExAssignmentTeamTableGUI\getItems(), ilExAssignmentPeerReviewOverviewTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilPCIIMTriggerTableGUI\getItems(), ilExAssignmentPeerReviewTableGUI\getItems(), ilCourseParticipantsGroupsTableGUI\getItems(), ilTrObjectUsersPropsTableGUI\getItems(), ilLPObjectStatisticsDailyTableGUI\getItems(), ilLPObjectStatisticsTableGUI\getItems(), ilSCORMTrackingItemsTableGUI\getItems(), ilTrUserObjectsPropsTableGUI\getItems(), ilLPObjectStatisticsTypesTableGUI\getItems(), ilSCORM2004TrackingItemsTableGUI\getItems(), ilLPProgressTableGUI\getItems(), ilUserTableGUI\getItems(), ilLPObjectStatisticsLPTableGUI\getItems(), ilTrMatrixTableGUI\getItems(), ilCronManagerTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilBookingReservationsTableGUI\getItems(), ilTrSummaryTableGUI\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(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilSurveySyncTableGUI\importData(), ilWorkspaceAccessTableGUI\importData(), ilSurveyQuestionTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), ilQuestionCumulatedStatisticsTableGUI\initData(), ilDataBibliographicRecordListTableGUI\initData(), ilSurveyQuestionblockbrowserTableGUI\initData(), ilMarkSchemaTableGUI\initData(), ilSurveyQuestionbrowserTableGUI\initData(), ilTaxonomyAdministrationRepositoryTableGUI\initItems(), ilObjectOwnershipManagementTableGUI\initItems(), SurveyConstraintsTableGUI\initItems(), ilAuthLoginPageEditorTableGUI\parse(), ilSCORMTrackingItemsPerScoTableGUI\parse(), ilSCORMTrackingUsersTableGUI\parse(), ilSCORMOfflineModeUsersTableGUI\parse(), ilLPCollectionSettingsTableGUI\parse(), ilDidacticTemplateSettingsTableGUI\parse(), ilSCORMTrackingItemsPerUserTableGUI\parse(), ilSCORMTrackingItemsScoTableGUI\parse(), ilObjectTableGUI\parse(), ilOpenIdProviderTableGUI\parse(), ilObjectCustomUserFieldsTableGUI\parse(), ilExAssignmentListTextTableGUI\parse(), ilLuceneAdvancedSearchActivationTableGUI\parse(), ilSCORMTrackingItemPerUserTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilConsultationHourGroupTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilConsultationHourBookingTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilECSNodeMappingTreeTableGUI\parse(), ilObjectRoleTemplateOptionsTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilECSServerTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilCalendarCategoryTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilConsultationHoursTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilCalendarManageTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilObjectRoleTemplatePermissionTableGUI\parse(), ilGroupParticipantsTableGUI\parse(), ilRoleTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilObjectRolePermissionTableGUI\parse(), ilCourseParticipantsTableGUI\parse(), ilExportSelectionTableGUI\parseContainer(), ilOrgUnitOtherRolesTableGUI\parseData(), ilOrgUnitStaffTableGUI\parseData(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), ilShopTopicsTableGUI\parseRecords(), ilAdvancedMDRecordTableGUI\parseRecords(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilWebResourceEditableLinkTableGUI\parseSelectedLinks(), ilMDCopyrightTableGUI\parseSelections(), ilObjectCopySelectionTableGUI\parseSource(), ilRepositoryUserResultTableGUI\parseUserIds(), ilTermsOfServiceTableGUI\populate(), ilLinkCheckerTableGUI\prepareHTML(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarAppointmentsTableGUI\setAppointments(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), ilConditionHandlerTableGUI\setConditions(), ilTestPlayerDynamicQuestionSetGUI\showTrackedQuestionListCmd(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::setDefaultOrderDirection | ( | $a_defaultorderdirection | ) |
Set Default order direction.
string | $a_defaultorderdirection | Default order direction |
Definition at line 1155 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilLicenseOverviewTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilTermListTableGUI\__construct(), ilClientListTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilExportTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilUserTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassManualScoringOverviewTableGUI\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 1135 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilLicenseOverviewTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilClientListTableGUI\__construct(), ilTermListTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilExportTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilContributorTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilUserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationColumns(), ilTestPassManualScoringOverviewTableGUI\initOrdering(), ilTestManScoringParticipantsTableGUI\initOrdering(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputColumns(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::setDescription | ( | $a_val | ) |
Set description.
string | description |
Definition at line 517 of file class.ilTable2GUI.php.
Referenced by ilPollAnswerTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilLPCollectionSettingsTableGUI\initTable(), and ilLPTableBaseGUI\parseTitle().
ilTable2GUI::setDisableFilterHiding | ( | $a_val = true | ) |
Set disable filter hiding.
boolean | disable filter hiding |
Definition at line 811 of file class.ilTable2GUI.php.
Referenced by ilObjectOwnershipManagementTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter(), ilLPObjectStatisticsDailyTableGUI\initFilter(), ilLPObjectStatisticsTableGUI\initFilter(), ilTestManScoringParticipantsTableGUI\initFilter(), ilLPObjectStatisticsTypesTableGUI\initFilter(), ilRoleTableGUI\initFilter(), ilLPObjectStatisticsLPTableGUI\initFilter(), ilLPTableBaseGUI\initFilter(), and ilSCORMTrackingUsersTableGUI\initTable().
ilTable2GUI::setDisplayAsBlock | ( | $a_val | ) |
Set display as block.
boolean | display as block |
Definition at line 999 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 3318 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\__construct().
ilTable2GUI::setEnableHeader | ( | $a_enableheader | ) |
Set Enable Header.
boolean | $a_enableheader | Enable Header |
Definition at line 469 of file class.ilTable2GUI.php.
Referenced by ilPageLayoutTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilTermListTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilExportTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilRendererTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilLinksTableGUI\ilLinksTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setEnableNumInfo | ( | $a_val | ) |
Set enable num info.
boolean | enable number of records info |
Definition at line 489 of file class.ilTable2GUI.php.
Referenced by ilObjWorkspaceFolderTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilObjBibliographicAdminTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), __construct(), ilLinkCheckerTableGUI\prepareHTML(), and ilTestToplistGUI\prepareTable().
ilTable2GUI::setEnableTitle | ( | $a_enabletitle | ) |
Set Enable Title.
boolean | $a_enabletitle | Enable Title |
Definition at line 449 of file class.ilTable2GUI.php.
Referenced by ilExcDeliveredFilesTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRendererTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilPDNewsTableGUI\ilPDNewsTableGUI(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setExportFormats | ( | array | $formats | ) |
Set available export formats.
array | $formats |
Definition at line 3073 of file class.ilTable2GUI.php.
References $valid.
Referenced by ilUserLPTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), and ilBookingReservationsTableGUI\__construct().
ilTable2GUI::setExternalSegmentation | ( | $a_val | ) |
Set external segmentation.
boolean | data is segmented externally |
Definition at line 1103 of file class.ilTable2GUI.php.
Referenced by ilUserLPTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::setExternalSorting | ( | $a_val | ) |
Set external sorting.
boolean | data is sorted externally |
Definition at line 1039 of file class.ilTable2GUI.php.
Referenced by ilUserLPTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilRendererTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilUserTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), and arIndexTableGUI\setOrderAndSegmentation().
ilTable2GUI::setFilterCols | ( | $a_val | ) |
Set filter columns.
int | number of filter columns |
Definition at line 791 of file class.ilTable2GUI.php.
ilTable2GUI::setFilterCommand | ( | $a_val, | |
$a_caption = null |
|||
) |
Set filter command.
string | filter command |
string | filter caption |
Definition at line 1060 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilUserTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\initTable(), and ilObjTestGUI\participantsObject().
|
protected |
Set current filter value.
ilFormPropertyGUI | $a_item | |
mixed | $a_value |
Definition at line 2875 of file class.ilTable2GUI.php.
References IL_CAL_DATE, and ilFormPropertyGUI\writeToSession().
|
final |
Set Form action parameter.
string | $a_form_action | Form action |
bvool | $a_multipart | Form multipart status |
Definition at line 934 of file class.ilTable2GUI.php.
Referenced by ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilImportantPagesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilTermListTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilExportTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTestSkillQuestionAssignmentsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilShopTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilTrackedQuestionsTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilUserTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilShoppingCartTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilObjBibliographicAdminTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilAssQuestionHintsTableGUI\initAdministrationCommands(), arDeleteGUI\initFormAction(), arIndexTableGUI\initFormAction(), ilForumTopicTableGUI\initMergeThreadsTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilAssQuestionHintsTableGUI\initTestoutputCommands(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setFormName | ( | $a_formname | ) |
Set Form name.
string | $a_formname | Form name |
Reimplemented from ilTableGUI.
Definition at line 955 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTrackedQuestionsTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilSessionParticipantsTableGUI\init(), ilAuthLoginPageEditorTableGUI\initTable(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
ilTable2GUI::setHeaderHTML | ( | $html | ) |
set header html
string | $html |
Definition at line 2757 of file class.ilTable2GUI.php.
ilTable2GUI::setId | ( | $a_val | ) |
Set id.
string | element id |
Definition at line 975 of file class.ilTable2GUI.php.
References getPrefix(), and setPrefix().
Referenced by ilNotificationSettingsTable\__construct(), ilPageHistoryTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilLicenseOverviewTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilSCORMTrackingItemsPerScoTableGUI\__construct(), ilECSServerTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilSCORMTrackingUsersTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSCORMTrackingItemsPerUserTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilDidacticTemplateSettingsTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilModulesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilSCORMTrackingItemsScoTableGUI\__construct(), ilSCORMTrackingItemPerUserTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilObjectTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilConsultationHourGroupTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilTestSkillQuestionAssignmentsTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilConsultationHourBookingTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilUserTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilObjBibliographicAdminTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilRoleTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), arIndexTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilAuthLoginPageEditorTableGUI\initTable(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
ilTable2GUI::setIsDataTable | ( | $a_val | ) |
Set is data table.
boolean | is data table |
Definition at line 429 of file class.ilTable2GUI.php.
Referenced by __construct(), and ilPDNewsTableGUI\ilPDNewsTableGUI().
ilTable2GUI::setNoEntriesText | ( | $a_text | ) |
Set text for an empty table.
string | $a_text | Text |
Definition at line 409 of file class.ilTable2GUI.php.
Referenced by ilObjectivesAlignmentTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), and ilShopTopicsTableGUI\parseRecords().
ilTable2GUI::setOpenFormTag | ( | $a_val | ) |
Set open form tag.
boolean | open form tag |
Definition at line 129 of file class.ilTable2GUI.php.
Referenced by ilUploadDirFilesTableGUI\__construct(), and ilObjTaxonomyGUI\listNodes().
ilTable2GUI::setOrderField | ( | $a_order_field | ) |
set order column
string | (array) field name for ordering |
Definition at line 537 of file class.ilTable2GUI.php.
Referenced by ilDataBibliographicRecordListTableGUI\__construct(), determineOffsetAndOrder(), ilRegistrationCodesTableGUI\getItems(), and ilCalendarManageTableGUI\resetToDefaults().
ilTable2GUI::setOrderLink | ( | $sort_field, | |
$order_dir | |||
) |
Reimplemented from ilTableGUI.
Definition at line 1331 of file class.ilTable2GUI.php.
References $_GET, $ilCtrl, $ilUser, and getNavParameter().
Referenced by fillHeader().
|
final |
set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) public
string | prefix |
Reimplemented from ilTableGUI.
Definition at line 596 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), setId(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setTableIdentifiers().
ilTable2GUI::setPreventDoubleSubmission | ( | $a_val | ) |
Set prevent double submission.
bool | $a_val | prevent double submission |
Definition at line 3363 of file class.ilTable2GUI.php.
ilTable2GUI::setPrintMode | ( | $a_value = false | ) |
Toogle print mode.
bool | $a_value |
Definition at line 3094 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 1082 of file class.ilTable2GUI.php.
Referenced by ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilAddressbookTableGUI\__construct(), and ilSCORMTrackingUsersTableGUI\initTable().
ilTable2GUI::setRowSelectorLabel | ( | $row_selector_label | ) |
string | $row_selector_label |
Definition at line 3344 of file class.ilTable2GUI.php.
References $row_selector_label.
Referenced by ilForumTopicTableGUI\initMergeThreadsTable().
|
final |
Set row template.
string | $a_template | Template file name. |
string | $a_template_dir | Service/Module directory. |
Definition at line 1124 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilUserLPTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilTaxonomyAdministrationRepositoryTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilObjWorkspaceFolderTableGUI\__construct(), ilAccessPermissionsStatusTableGUI\__construct(), ilAvailableRolesStatusTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilLicenseOverviewTableGUI\__construct(), ilLDAPRoleMappingTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilRoleAdoptPermissionTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectOwnershipManagementTableGUI\__construct(), ilResultsByQuestionTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilSystemStylesTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilTermListTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilSurveySkillAssignmentTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilPluginsOverviewTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilLanguageExtTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilModulesTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilStyleTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilObjectTranslation2TableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilBookingSchedulesTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilExportTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilObjectTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRatingCategoryTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilTestPassManualScoringOverviewTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilPCIIMTriggerTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilLMQuestionListTableGUI\__construct(), ilTestSkillQuestionAssignmentsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilTrackedQuestionsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilContributorTableGUI\__construct(), ilRendererTableGUI\__construct(), ilTestSkillLevelThresholdsTableGUI\__construct(), ilUserTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilTestManScoringParticipantsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilOrgUnitTypeTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilTestPassOverviewTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilObjBibliographicAdminTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTrObjectUsersPropsTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyCodesEditTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilSurveySavePhraseTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestDynamicQuestionSetStatisticTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilLOTestAssignmentTableGUI\init(), ilRoleTableGUI\init(), ilSessionParticipantsTableGUI\init(), ilForumTopicTableGUI\initMergeThreadsTable(), ilECSServerTableGUI\initTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), arIndexTableGUI\initTableRowTemplate(), and ilLinkCheckerTableGUI\prepareHTML().
ilTable2GUI::setSelectAllCheckbox | ( | $a_select_all_checkbox | ) |
Set the name of the checkbox that should be toggled with a select all button.
string | $a_select_all_checkbox | name of the checkbox |
Reimplemented from ilTableGUI.
Definition at line 1029 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilSessionMaterialsTableGUI\__construct(), SurveyConstraintsTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilAccountCodesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilClipboardTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilRoleTableGUI\init(), arIndexTableGUI\initMultiItemActionsButton(), ilConsultationHourBookingTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilAuthLoginPageEditorTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), and ilShopTopicsTableGUI\parseRecords().
ilTable2GUI::setShowRowsSelector | ( | $a_value | ) |
Toggle rows-per-page selector.
bool | $a_value |
Definition at line 2920 of file class.ilTable2GUI.php.
Referenced by ilTermListTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPCollectionSettingsTableGUI\__construct(), ilPresentationListTableGUI\__construct(), ilDataBibliographicRecordListTableGUI\__construct(), ilSurveyQuestionTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilObjectRoleTemplatePermissionTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilCalendarManageTableGUI\__construct(), ilSurveyResultsUserTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilRoleTableGUI\init(), ilForumTopicTableGUI\initMergeThreadsTable(), arDeleteGUI\initRowSelector(), arIndexTableGUI\initRowSelector(), and ilConsultationHourBookingTableGUI\initTable().
ilTable2GUI::setShowTemplates | ( | $a_value | ) |
Toggle templates.
bool | $a_value |
Definition at line 2940 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\__construct(), ilTrUserObjectsPropsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilSCORM2004TrackingItemsTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilSCORMTrackingItemsTableGUI\__construct(), ilTrMatrixTableGUI\__construct(), and ilTrObjectUsersPropsTableGUI\__construct().
|
final |
Set title and title icon.
Reimplemented from ilTableGUI.
Definition at line 507 of file class.ilTable2GUI.php.
Referenced by ilNotificationSettingsTable\__construct(), ilCourseGroupingAssignmentTableGUI\__construct(), ilCourseGroupingTableGUI\__construct(), ilCourseStartObjectsTableGUI\__construct(), ilTimingOverviewTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilObjectCustomUserFieldsTableGUI\__construct(), ilNewItemGroupTableGUI\__construct(), ilContainerStartObjectsTableGUI\__construct(), ilLicenseOverviewTableGUI\__construct(), ilPollUserTableGUI\__construct(), ilComponentsTableGUI\__construct(), ilPollAnswerTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilScormSpecialPagesTableGUI\__construct(), ilContainerStartObjectsContentTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilBenchmarkTableGUI\__construct(), ilMobSubtitleTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilObjClipboardTableGUI\__construct(), ilLMBlockedUsersTableGUI\__construct(), ilLMGlossaryTableGUI\__construct(), ilModulesTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilPersonalSkillTableGUI\__construct(), ilLMMenuItemsTableGUI\__construct(), ilSkillLevelProfileAssignmentTableGUI\__construct(), ilLMPagesTableGUI\__construct(), ilTestVerificationTableGUI\__construct(), ilSkillProfileLevelsTableGUI\__construct(), ilSkillProfileTableGUI\__construct(), ilSkillProfileUserTableGUI\__construct(), ilSkillSelfEvalSkillTableGUI\__construct(), ilContentStylesTableGUI\__construct(), ilPasteStyleCharacteristicTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilExerciseVerificationTableGUI\__construct(), ilSysStyleCatAssignmentTableGUI\__construct(), ilUploadDirFilesTableGUI\__construct(), ilTaxonomyListTableGUI\__construct(), ilCourseVerificationTableGUI\__construct(), ilImportantPagesTableGUI\__construct(), ilLPObjectStatisticsAdminTableGUI\__construct(), ilLPObjectStatisticsDailyTableGUI\__construct(), ilLPObjectStatisticsTableGUI\__construct(), ilLPObjectStatisticsTypesTableGUI\__construct(), ilWikiPageTemplatesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilFeedbackConfirmationTable2GUI\__construct(), ilClientListTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSettingsTemplateTableGUI\__construct(), ilExAssignmentListTextTableGUI\__construct(), ilTermQuickListTableGUI\__construct(), ilSCORMVerificationTableGUI\__construct(), ilTermListTableGUI\__construct(), ilSurveySkillTableGUI\__construct(), ilPageMultiLangTableGUI\__construct(), ilPCIIMOverlaysTableGUI\__construct(), ilTermUsagesTableGUI\__construct(), ilCronManagerTableGUI\__construct(), ilItemGroupItemsTableGUI\__construct(), ilHelpModuleTableGUI\__construct(), ilTaxonomyTableGUI\__construct(), ilTaxAssignedItemsTableGUI\__construct(), ilRepDependenciesTableGUI\__construct(), ilSkillLevelResourcesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilSkillUsageTableGUI\__construct(), ilStyleTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilPCIIMPopupTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilPortfolioTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilSurveySkillThresholdsTableGUI\__construct(), ilHelpTooltipTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilOpenIdProviderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSelfEvaluationSimpleTableGUI\__construct(), ilSkillAssignMaterialsTableGUI\__construct(), ilSelfEvaluationTableGUI\__construct(), ilSkillLevelTableGUI\__construct(), ilSurveySkillChangesTableGUI\__construct(), ilExportTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilExportIDTableGUI\__construct(), ilExAssignmentTeamLogTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilSurveySyncTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilCourseParticipantsGroupsTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilRbacLogTableGUI\__construct(), ilHelpMappingTableGUI\__construct(), ilExAssignmentPeerReviewOverviewTableGUI\__construct(), ilTrackedQuestionsTableGUI\__construct(), ilRendererTableGUI\__construct(), ilQuestionUsagesTableGUI\__construct(), ilSkillCatTableGUI\__construct(), ilQuestionCumulatedStatisticsTableGUI\__construct(), ilECSNodeMappingTreeTableGUI\__construct(), ilPortfolioPageTableGUI\__construct(), ilContributorTableGUI\__construct(), ilCopySelfAssQuestionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilExportSelectionTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilWorkspaceAccessTableGUI\__construct(), ilBannedUsersTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilWikiExportOrderTableGUI\__construct(), ilFileVersionTableGUI\__construct(), ilConsultationHoursTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilLPObjectStatisticsLPTableGUI\__construct(), ilObjBibliographicAdminTableGUI\__construct(), ilTestPassDetailsOverviewTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilWorkspaceShareTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilChatroomSmiliesTableGUI\__construct(), ilBookingObjectsTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilExAssignmentPeerReviewTableGUI\__construct(), ilExAssignmentTeamTableGUI\__construct(), ilObjectRolePermissionTableGUI\__construct(), ilBookingReservationsTableGUI\__construct(), SurveyMaterialsSourceTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleMediaQueryTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyAppraiseesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilAssQuestionHintsTableGUI\__construct(), ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\build(), ilECSSettingsGUI\communities(), ilLinksTableGUI\ilLinksTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilDidacticTemplateSettingsTableGUI\init(), ilListOfQuestionsTableGUI\init(), ilRoleTableGUI\init(), ilTestPassDetailsOverviewTableGUI\initColumns(), ilForumTopicTableGUI\initMergeThreadsTable(), ilECSServerTableGUI\initTable(), ilConsultationHourGroupTableGUI\initTable(), ilConsultationHourBookingTableGUI\initTable(), ilHistoryTableGUI\initTable(), ilSCORMTrackingItemsPerScoTableGUI\initTable(), ilSCORMOfflineModeUsersTableGUI\initTable(), ilSCORMTrackingItemsPerUserTableGUI\initTable(), ilSCORMTrackingUsersTableGUI\initTable(), ilSCORMTrackingItemsScoTableGUI\initTable(), ilConditionHandlerTableGUI\initTable(), ilSCORMTrackingItemPerUserTableGUI\initTable(), ilLPCollectionSettingsTableGUI\initTable(), ilTestDynamicQuestionSetStatisticTableGUI\initTitle(), ilLPTableBaseGUI\parseTitle(), ilGlobalUnitCategoryTableGUI\populateTitle(), ilLocalUnitCategoryTableGUI\populateTitle(), ilLinkCheckerTableGUI\prepareHTML(), ilLDAPSettingsGUI\roleMapping(), and ilMailFolderTableGUI\setTitleData().
ilTable2GUI::setTopAnchor | ( | $a_val | ) |
Set top anchor.
string | top anchor |
Definition at line 389 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 1285 of file class.ilTable2GUI.php.
Referenced by ilAccountCodesTableGUI\__construct(), ilAssignmentsTableGUI\__construct(), ilRegistrationCodesTableGUI\__construct(), ilExGradesTableGUI\__construct(), ilPublicSubmissionsTableGUI\__construct(), ilExParticipantTableGUI\__construct(), ilUserTableGUI\__construct(), ilDataCollectionFieldListTableGUI\__construct(), ilObjectRoleTemplateOptionsTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), and ilCourseParticipantsTableGUI\__construct().
ilTable2GUI::storeNavParameter | ( | ) |
Definition at line 1556 of file class.ilTable2GUI.php.
References getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), and storeProperty().
Referenced by ilLPTableBaseGUI\executeCommand(), ilShoppingCartTableGUI\getCartHTML(), and getHTML().
ilTable2GUI::storeProperty | ( | $type, | |
$value | |||
) |
Store table property.
string | $type | |
mixed | $value |
Definition at line 2768 of file class.ilTable2GUI.php.
References $ilUser, and getId().
Referenced by determineLimit(), determineSelectedColumns(), determineSelectedFilters(), restoreTemplate(), and storeNavParameter().
ilTable2GUI::writeFilterToSession | ( | ) |
Write filter values to session.
Reimplemented in ilMailFolderTableGUI, and ilPresentationListTableGUI.
Definition at line 1994 of file class.ilTable2GUI.php.
References $_POST, $_REQUEST, $lng, and getFilterItems().
Referenced by arIndexTableGUI\applyFilter(), ilObjSCORMLearningModuleGUI\applyUserTableFilter(), ilLPTableBaseGUI\executeCommand(), ilDataCollectionRecordListTableGUI\fillHeaderExcel(), ilObjTestGUI\fpSetFilterObject(), and ilObjTestGUI\npSetFilterObject().
|
protected |
Definition at line 17 of file class.ilTable2GUI.php.
|
protected |
Definition at line 44 of file class.ilTable2GUI.php.
Referenced by getCloseFormTag().
|
protected |
Definition at line 42 of file class.ilTable2GUI.php.
|
protected |
Definition at line 28 of file class.ilTable2GUI.php.
Referenced by ilTestPassOverviewTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), and getContext().
|
protected |
Definition at line 31 of file class.ilTable2GUI.php.
Referenced by getDisableFilterHiding().
|
protected |
Definition at line 50 of file class.ilTable2GUI.php.
|
protected |
Definition at line 46 of file class.ilTable2GUI.php.
|
protected |
Definition at line 47 of file class.ilTable2GUI.php.
Referenced by getExportMode().
|
protected |
Definition at line 27 of file class.ilTable2GUI.php.
Referenced by getExternalSegmentation().
|
protected |
Definition at line 26 of file class.ilTable2GUI.php.
Referenced by getExternalSorting().
|
protected |
Definition at line 23 of file class.ilTable2GUI.php.
Referenced by getFilterCommand().
|
protected |
Definition at line 25 of file class.ilTable2GUI.php.
Referenced by getFilterCols().
|
protected |
Definition at line 21 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
|
protected |
Definition at line 41 of file class.ilTable2GUI.php.
|
private |
Definition at line 19 of file class.ilTable2GUI.php.
|
protected |
Definition at line 40 of file class.ilTable2GUI.php.
|
protected |
Definition at line 30 of file class.ilTable2GUI.php.
|
protected |
Definition at line 39 of file class.ilTable2GUI.php.
|
protected |
Definition at line 43 of file class.ilTable2GUI.php.
Referenced by getOpenFormTag().
|
protected |
Definition at line 22 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
|
protected |
Definition at line 58 of file class.ilTable2GUI.php.
Referenced by getPreventDoubleSubmission().
|
protected |
Definition at line 48 of file class.ilTable2GUI.php.
Referenced by getPrintMode().
|
protected |
Definition at line 24 of file class.ilTable2GUI.php.
Referenced by getResetCommand().
|
protected |
Definition at line 51 of file class.ilTable2GUI.php.
|
protected |
Definition at line 52 of file class.ilTable2GUI.php.
Referenced by addFilterItem().
|
protected |
Definition at line 63 of file class.ilTable2GUI.php.
Referenced by getRowSelectorLabel(), and setRowSelectorLabel().
|
protected |
Definition at line 34 of file class.ilTable2GUI.php.
Referenced by ilTrObjectUsersPropsTableGUI\getSelectableColumns().
|
protected |
Definition at line 35 of file class.ilTable2GUI.php.
Referenced by getCurrentState().
|
protected |
Definition at line 32 of file class.ilTable2GUI.php.
|
protected |
Definition at line 37 of file class.ilTable2GUI.php.
Referenced by getShowRowsSelector().
|
protected |
Definition at line 36 of file class.ilTable2GUI.php.
Referenced by getShowTemplates().
|
protected |
Definition at line 54 of file class.ilTable2GUI.php.
|
protected |
Definition at line 20 of file class.ilTable2GUI.php.
Referenced by getTopAnchor().
|
protected |
Definition at line 33 of file class.ilTable2GUI.php.
Referenced by getTopCommands().
|
private |
Definition at line 18 of file class.ilTable2GUI.php.
Referenced by __construct(), ilTermsOfServiceAgreementByLanguageTableGUI\prepareRow(), and ilTermsOfServiceAcceptanceHistoryTableGUI\prepareRow().
const ilTable2GUI::ACTION_ALL_LIMIT = 1000 |
Definition at line 77 of file class.ilTable2GUI.php.
Referenced by getAllCommandLimit().
const ilTable2GUI::EXPORT_CSV = 2 |
Definition at line 75 of file class.ilTable2GUI.php.
const ilTable2GUI::EXPORT_EXCEL = 1 |
Definition at line 74 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionRecordListGUI\exportExcel(), and ilObjLanguageExtGUI\statisticsObject().
const ilTable2GUI::FILTER_DATE = 3 |
Definition at line 67 of file class.ilTable2GUI.php.
const ilTable2GUI::FILTER_DATE_RANGE = 6 |
Definition at line 70 of file class.ilTable2GUI.php.
Referenced by arIndexTableGUI\addFilterField(), ilDataCollectionDatatype\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_DATETIME_RANGE = 8 |
Definition at line 72 of file class.ilTable2GUI.php.
Referenced by arIndexTableGUI\addFilterField(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_DURATION_RANGE = 7 |
Definition at line 71 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_LANGUAGE = 4 |
Definition at line 68 of file class.ilTable2GUI.php.
Referenced by ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_NUMBER_RANGE = 5 |
Definition at line 69 of file class.ilTable2GUI.php.
Referenced by arIndexTableGUI\addFilterField(), ilDataCollectionDatatype\addFilterInputFieldToTable(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_SELECT = 2 |
Definition at line 66 of file class.ilTable2GUI.php.
Referenced by ilDataCollectionDatatype\addFilterInputFieldToTable(), ilRbacLogTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilBookingReservationsTableGUI\initFilter(), ilObjectRolePermissionTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().
const ilTable2GUI::FILTER_TEXT = 1 |
Definition at line 65 of file class.ilTable2GUI.php.
Referenced by arIndexTableGUI\addFilterField(), ilDataCollectionDatatype\addFilterInputFieldToTable(), ilSCORMTrackingUsersTableGUI\initFilter(), ilCourseParticipantsGroupsTableGUI\initFilter(), ilTrMatrixTableGUI\initFilter(), ilTrSummaryTableGUI\initFilter(), and ilTrObjectUsersPropsTableGUI\initFilter().