ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilTable2GUI. More...
Public Member Functions | |
__construct ($a_parent_obj, $a_parent_cmd="") | |
Constructor. | |
& | 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. | |
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 disable filter hiding. | |
setCustomPreviousNext ($a_prev_link, $a_next_link) | |
Set custom previous/next links. | |
setFormAction ($a_form_action) | |
Set Form action parameter. | |
getFormAction () | |
Get Form action parameter. | |
setFormName ($a_formname) | |
Set Form name. | |
getFormName () | |
Get Form name. | |
setId ($a_val) | |
Set id. | |
getId () | |
Get element id. | |
setDisplayAsBlock ($a_val) | |
Set display as block. | |
getDisplayAsBlock () | |
Get display as block. | |
getSelectAllCheckbox () | |
Get the name of the checkbox that should be toggled with a select all button. | |
setSelectAllCheckbox ($a_select_all_checkbox) | |
Set the name of the checkbox that should be toggled with a select all button. | |
setExternalSorting ($a_val) | |
Set external sorting. | |
getExternalSorting () | |
Get external sorting. | |
setFilterCommand ($a_val) | |
Set filter command. | |
getFilterCommand () | |
Get filter command. | |
setResetCommand ($a_val) | |
Set reset filter command. | |
getResetCommand () | |
Get reset filter command. | |
setExternalSegmentation ($a_val) | |
Set external segmentation. | |
getExternalSegmentation () | |
Get external segmentation. | |
setRowTemplate ($a_template, $a_template_dir="") | |
Set row template. | |
setDefaultOrderField ($a_defaultorderfield) | |
Set Default order field. | |
getDefaultOrderField () | |
Get Default order field. | |
setDefaultOrderDirection ($a_defaultorderdirection) | |
Set Default order direction. | |
getDefaultOrderDirection () | |
Get Default order direction. | |
clearCommandButtons () | |
addCommandButton ($a_cmd, $a_text, $a_onclick= '') | |
Add Command button. | |
addSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '') | |
Add Selection List + Command button. | |
addMultiItemSelectionButton ($a_sel_var, $a_options, $a_cmd, $a_text, $a_default_selection= '') | |
Add Selection List + Command button for selected items. | |
setCloseCommand ($a_link) | |
Add command for closing table. | |
addMultiCommand ($a_cmd, $a_text) | |
Add Command button. | |
addHiddenInput ($a_name, $a_value) | |
Add Hidden Input field. | |
addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="") | |
Add Header Command (Link) (Image needed for now) | |
setTopCommands ($a_val) | |
Set top commands (display command buttons on top of table, too) | |
getTopCommands () | |
Get top commands (display command buttons on top of table, too) | |
addColumn ($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="") | |
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 | |
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. | |
getLimit () | |
Get limit. | |
setOffset ($a_offset) | |
set dataset offset public | |
getOffset () | |
Get offset. | |
setOrderColumn ($a_order_column=0, $a_default_column=0) | |
set order column public | |
getOrderColumn () | |
Get order column. | |
setOrderDirection ($a_order_direction) | |
set order direction public | |
getOrderDirection () | |
Get order direction. | |
setFooter ($a_style, $a_previous=0, $a_next=0) | |
set order direction public | |
enable ($a_module_name) | |
enables particular modules of table | |
disable ($a_module_name) | |
diesables particular modules of table | |
sortData () | |
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) |
Protected Member Functions | |
prepareOutput () | |
Anything that must be done before HTML is generated. | |
fillRow ($a_set) | |
Standard Version of Fill Row. |
Protected Attributes | |
$close_command = "" | |
$top_anchor = "il_table_top" | |
$filters = array() | |
$optional_filters = array() | |
$filter_cmd = 'applyFilter' | |
$reset_cmd = 'resetFilter' | |
$filter_cols = 4 | |
$ext_sort = false | |
$ext_seg = false | |
$mi_sel_buttons = null | |
$disable_filter_hiding = false | |
$top_commands = false |
Private Member Functions | |
renderFilter () | |
Render Filter section. |
Private Attributes | |
$unique_id | |
$headerHTML |
Additional Inherited Members | |
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 |
Class ilTable2GUI.
Definition at line 15 of file class.ilTable2GUI.php.
ilTable2GUI::__construct | ( | $a_parent_obj, | |
$a_parent_cmd = "" |
|||
) |
Constructor.
Reimplemented in ilShopPersonalSettingsTopicsTableGUI, ilShopTopicsTableGUI, ilCalendarInboxSharedTableGUI, ilMDCopyrightTableGUI, ilCourseInfoFileTableGUI, ilCourseObjectivesTableGUI, ilSessionFileTableGUI, ilAdvancedMDRecordTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilAddressbookTableGUI, ilLDAPRoleAssignmentTableGUI, ilECSImportedContentTableGUI, ilECSReleasedContentTableGUI, ilShibbolethRoleAssignmentTableGUI, ilTestHistoryTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilCalendarAppointmentsTableGUI, ilCalendarChangedAppointmentsTableGUI, ilCalendarSharedListTableGUI, ilLuceneAdvancedSearchActivationTableGUI, ilCourseObjectiveQuestionsTableGUI, ilRoleSelectionTableGUI, ilSurveyInvitedUsersTableGUI, ilSurveyInviteGroupsTableGUI, ilSurveyInviteRolesTableGUI, ilSurveyInviteUsersTableGUI, ilAssessmentFolderLogTableGUI, ilTestAggregatedResultsTableGUI, ilTestAverageReachedPointsTableGUI, ilTestInviteGroupsTableGUI, ilTestInviteRolesTableGUI, ilTestInviteUsersTableGUI, assFileUploadFileTableGUI, ilRepositoryObjectResultTableGUI, ilECSCategoryMappingTableGUI, ilClipboardTableGUI, ilPageLayoutTableGUI, ilMailSearchCoursesMembersTableGUI, ilMailSearchCoursesTableGUI, ilWebResourceEditableLinkTableGUI, ilForumStatisticsTableGUI, ilCustomUserFieldSettingsTableGUI, ilUserFieldSettingsTableGUI, ilUserTableGUI, ilAccessKeyTableGUI, ilTrashTableGUI, ilRepositoryUserResultTableGUI, ilRoleAssignmentTableGUI, ilPageHistoryTableGUI, and ilChatSmiliesTableGUI.
Definition at line 37 of file class.ilTable2GUI.php.
References $unique_id, setEnableNumInfo(), setIsDataTable(), and ilTableGUI\setLimit().
Referenced by ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), and ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI().
|
final |
Add a column to the header.
string | Text |
string | Sort field name (corresponds to data array field) |
string | Width string |
Definition at line 782 of file class.ilTable2GUI.php.
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilUserTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilStyleTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\fillRow(), ilCalendarAppointmentsTableGUI\fillRow(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilSessionParticipantsTableGUI\init(), and ilMailFolderTableGUI\prepareHTML().
ilTable2GUI::addCommandButton | ( | $a_cmd, | |
$a_text, | |||
$a_onclick = '' |
|||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 677 of file class.ilTable2GUI.php.
Referenced by iliLinkMembersTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilUserTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilStyleTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilMailFolderTableGUI\initCommandButtons(), ilObjectTranslationTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
|
final |
Add filter item.
Filter items are property form inputs that implement the ilTableFilterItem interface
Definition at line 330 of file class.ilTable2GUI.php.
Referenced by ilRoleAssignmentTableGUI\initFilter(), ilLPObjectsTableGUI\initFilter(), ilLPProgressTableGUI\initFilter(), ilPDNewsTableGUI\initFilter(), ilSurveyQuestionblockbrowserTableGUI\initFilter(), ilTestQuestionBrowserTableGUI\initFilter(), ilSurveyQuestionbrowserTableGUI\initFilter(), ilSurveyQuestionsTableGUI\initFilter(), ilEvaluationAllTableGUI\initFilter(), ilUserTableGUI\initFilter(), ilQuestionBrowserTableGUI\initFilter(), and ilMediaPoolTableGUI\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 749 of file class.ilTable2GUI.php.
Referenced by ilMediaPoolTableGUI\__construct().
ilTable2GUI::addHiddenInput | ( | $a_name, | |
$a_value | |||
) |
Add Hidden Input field.
string | Name |
string | Value |
Definition at line 738 of file class.ilTable2GUI.php.
ilTable2GUI::addMultiCommand | ( | $a_cmd, | |
$a_text | |||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 727 of file class.ilTable2GUI.php.
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilUserTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilStyleTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilRepositoryUserResultTableGUI\initMultiCommands(), ilMailFolderTableGUI\initMultiCommands(), ilShopTopicsTableGUI\parseRecords(), ilObjectTranslationTableGUI\prepareOutput(), and ilMediaPoolTableGUI\prepareOutput().
ilTable2GUI::addMultiItemSelectionButton | ( | $a_sel_var, | |
$a_options, | |||
$a_cmd, | |||
$a_text, | |||
$a_default_selection = '' |
|||
) |
Add Selection List + Command button for selected items.
string | selection input variable name |
array | selection options ("value" => text") |
string | command |
string | button text |
Definition at line 704 of file class.ilTable2GUI.php.
Referenced by ilRepositoryUserResultTableGUI\initMultiCommands().
ilTable2GUI::addSelectionButton | ( | $a_sel_var, | |
$a_options, | |||
$a_cmd, | |||
$a_text, | |||
$a_default_selection = '' |
|||
) |
Add Selection List + Command button.
string | selection input variable name |
array | selection options ("value" => text") |
string | command |
string | button text |
Definition at line 690 of file class.ilTable2GUI.php.
Referenced by ilSurveyResultsCumulatedTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), and ilSurveyCodesTableGUI\__construct().
ilTable2GUI::clearCommandButtons | ( | ) |
Definition at line 666 of file class.ilTable2GUI.php.
|
final |
Definition at line 304 of file class.ilTable2GUI.php.
Referenced by fillActionRow(), fillFooter(), and ilObjectTranslationTableGUI\prepareOutput().
ilTable2GUI::determineOffsetAndOrder | ( | $a_omit_offset = false | ) |
Determine offset and order.
Definition at line 924 of file class.ilTable2GUI.php.
References $_GET, $_POST, $_SESSION, elseif(), getDefaultOrderDirection(), getDefaultOrderField(), getExternalSegmentation(), getId(), getNavParameter(), resetOffset(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), and setOrderField().
Referenced by ilMailFolderTableGUI\fetchTableData(), getHTML(), ilAssignedUsersTableGUI\getItems(), ilUserTableGUI\getItems(), ilFileSystemTableGUI\prepareOutput(), and resetOffset().
& ilTable2GUI::executeCommand | ( | ) |
Execute command.
Definition at line 64 of file class.ilTable2GUI.php.
References $_GET, $cmd, $ilCtrl, getFilterItemByPostVar(), and initFilter().
ilTable2GUI::fillActionRow | ( | ) |
Fill Action Row.
Definition at line 1661 of file class.ilTable2GUI.php.
References $cmd, $lng, dataExists(), elseif(), ilUtil\formSelect(), ilUtil\getImagePath(), and getTopCommands().
Referenced by getHTML().
ilTable2GUI::fillFooter | ( | ) |
Fill footer row.
Definition at line 1411 of file class.ilTable2GUI.php.
References $ilCtrl, ilTableGUI\$limit, $lng, ilTableGUI\$max_count, $start, dataExists(), ilTableGUI\getColumnCount(), getDisplayAsBlock(), getEnableNumInfo(), getFormName(), getLinkbar(), and getSelectAllCheckbox().
Referenced by getHTML().
ilTable2GUI::fillHeader | ( | ) |
Reimplemented in ilQuestionBrowserTableGUI, and ilTestQuestionsTableGUI.
Definition at line 824 of file class.ilTable2GUI.php.
References $lng, ilUtil\getImagePath(), ilUtil\img(), and setOrderLink().
Referenced by render().
ilTable2GUI::fillHiddenRow | ( | ) |
Definition at line 1640 of file class.ilTable2GUI.php.
Referenced by getHTML().
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
array | $a_set | data array |
Reimplemented in ilMailFolderTableGUI, ilMediaPoolTableGUI, ilUserTableGUI, ilQuestionBrowserTableGUI, ilEvaluationAllTableGUI, ilSessionParticipantsTableGUI, ilSurveyQuestionsTableGUI, ilSurveyQuestionbrowserTableGUI, ilWebResourceEditableLinkTableGUI, ilTestQuestionBrowserTableGUI, ilWikiPagesTableGUI, ilWebResourceLinkTableGUI, ilClientListTableGUI, ilCourseParticipantsTableGUI, ilFileSystemTableGUI, ilObjectCopySearchResultTableGUI, ilAdminSubItemsTableGUI, ilGroupParticipantsTableGUI, ilSurveyCodesTableGUI, ilPDNewsTableGUI, ilLPObjectsTableGUI, ilLPProgressTableGUI, ilSubscriberTableGUI, ilTestQuestionsTableGUI, ilTestFixedParticipantsTableGUI, ilWaitingListTableGUI, ilQuestionPoolExportTableGUI, ilCourseEditParticipantsTableGUI, ilTestExportTableGUI, ilSurveyExportTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilTestParticipantsTableGUI, ilSurveyMaintenanceTableGUI, ilSurveyQuestionPoolExportTableGUI, ilSCORM2004ExportTableGUI, ilStyleTableGUI, ilMailSearchCoursesTableGUI, ilAssignedUsersTableGUI, ilMilestoneResponsiblesTableGUI, ilComponentsTableGUI, ilObjectCopySelectionTableGUI, ilCourseObjectiveQuestionAssignmentTableGUI, ilSurveyPhrasesTableGUI, ilImageMapTableGUI, ilMediaPoolPageUsagesTableGUI, ilMailSearchCoursesMembersTableGUI, ilMediaObjectUsagesTableGUI, ilSurveyResultsCumulatedTableGUI, ilTestAverageReachedPointsTableGUI, ilCalendarAppointmentsTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilListOfQuestionsTableGUI, ilGroupEditParticipantsTableGUI, ilLanguageTableGUI, ilClipboardTableGUI, ilAssessmentFolderLogAdministrationTableGUI, ilCourseObjectivesTableGUI, ilObjectivesAlignmentTableGUI, ilTestInviteUsersTableGUI, ilSurveyInvitedUsersTableGUI, ilSurveyInviteUsersTableGUI, ilQuestionPoolPrintViewTableGUI, ilTableTemplatesTableGUI, ilSurveyInviteGroupsTableGUI, ilSurveyInviteRolesTableGUI, ilTestInviteGroupsTableGUI, ilTestInviteRolesTableGUI, ilCalendarChangedAppointmentsTableGUI, ilPageLayoutTableGUI, ilTestHistoryTableGUI, ilCalendarCategoryTableGUI, ilPCFileListTableGUI, ilCalendarSharedListTableGUI, ilPluginsTableGUI, ilStyleColorTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilAssessmentFolderLogTableGUI, ilCalendarInboxSharedTableGUI, ilStyleImageTableGUI, ilCourseObjectiveQuestionsTableGUI, ilWikiContributorsTableGUI, ilShopTopicsTableGUI, assFileUploadFileTableGUI, ilECSCommunityTableGUI, ilMDCopyrightTableGUI, ilTestAggregatedResultsTableGUI, ilAdvancedMDRecordTableGUI, ilLDAPRoleAssignmentTableGUI, ilShopPersonalSettingsTopicsTableGUI, ilECSImportedContentTableGUI, ilCourseInfoFileTableGUI, ilSessionFileTableGUI, ilSurveyMaterialsTableGUI, ilWikiRecentChangesTableGUI, ilShibbolethRoleAssignmentTableGUI, ilECSReleasedContentTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilExerciseMemberTableGUI, ilLinksTableGUI, ilRoleSelectionTableGUI, ilRepositoryObjectResultTableGUI, ilRoleAssignmentTableGUI, ilAddressbookTableGUI, ilObjectTranslationTableGUI, ilLuceneAdvancedSearchActivationTableGUI, ilECSCategoryMappingTableGUI, ilResultsByQuestionTableGUI, ilExcDeliveredFilesTableGUI, ilPCImageMapTableGUI, ilMediaCastTableGUI, ilWikiSearchResultsTableGUI, ilRepositoryUserResultTableGUI, ilAccessKeyTableGUI, ilFoundUsersTableGUI, ilSpecialUsersTableGUI, ilSCORM2004TrackingTableGUI, ilUserFieldSettingsTableGUI, ilCustomUserFieldSettingsTableGUI, ilSearchResultTableGUI, ilPageHistoryTableGUI, ilBookmarkAdministrationTableGUI, ilSetupLanguageTableGUI, ilTrashTableGUI, ilChatRoomsTableGUI, ilSubItemSelectionTableGUI, ilPCTabsTableGUI, ilConfirmationTableGUI, ilUserForTagTableGUI, ilNewsForContextTableGUI, and ilChatSmiliesTableGUI.
Definition at line 1400 of file class.ilTable2GUI.php.
References $key.
Referenced by getHTML().
|
final |
Reimplemented from ilTableGUI.
Definition at line 299 of file class.ilTable2GUI.php.
Referenced by ilImageMapTableGUI\__construct(), ilTestQuestionsTableGUI\fillRow(), getHTML(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::getDefaultOrderDirection | ( | ) |
Get Default order direction.
Definition at line 656 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::getDefaultOrderField | ( | ) |
Get Default order field.
Definition at line 636 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::getDescription | ( | ) |
Get description.
Definition at line 274 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getDisableFilterHiding | ( | ) |
Get disable filter hiding disable filter hiding.
Definition at line 409 of file class.ilTable2GUI.php.
References $disable_filter_hiding.
Referenced by renderFilter().
ilTable2GUI::getDisplayAsBlock | ( | ) |
Get display as block.
Definition at line 504 of file class.ilTable2GUI.php.
Referenced by fillFooter(), getLinkbar(), and render().
ilTable2GUI::getEnableHeader | ( | ) |
Get Enable Header.
Definition at line 226 of file class.ilTable2GUI.php.
ilTable2GUI::getEnableNumInfo | ( | ) |
Get enable num info.
Definition at line 246 of file class.ilTable2GUI.php.
Referenced by fillFooter().
ilTable2GUI::getEnableTitle | ( | ) |
Get Enable Title.
Definition at line 206 of file class.ilTable2GUI.php.
ilTable2GUI::getExternalSegmentation | ( | ) |
Get external segmentation.
Definition at line 604 of file class.ilTable2GUI.php.
References $ext_seg.
Referenced by determineOffsetAndOrder(), and getHTML().
ilTable2GUI::getExternalSorting | ( | ) |
Get external sorting.
Definition at line 544 of file class.ilTable2GUI.php.
References $ext_sort.
Referenced by getHTML().
ilTable2GUI::getFilterCols | ( | ) |
Get filter columns.
Definition at line 389 of file class.ilTable2GUI.php.
References $filter_cols.
Referenced by renderFilter().
ilTable2GUI::getFilterCommand | ( | ) |
Get filter command.
Definition at line 564 of file class.ilTable2GUI.php.
References $filter_cmd.
|
final |
Definition at line 355 of file class.ilTable2GUI.php.
References getFilterItems().
Referenced by executeCommand().
|
final |
Get filter items.
Definition at line 346 of file class.ilTable2GUI.php.
References $filters, and $optional_filters.
Referenced by getFilterItemByPostVar(), renderFilter(), resetFilter(), and writeFilterToSession().
|
final |
Get Form action parameter.
Definition at line 440 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::getFormName | ( | ) |
Get Form name.
Reimplemented from ilTableGUI.
Definition at line 460 of file class.ilTable2GUI.php.
Referenced by fillFooter(), and getHTML().
|
final |
Get HTML.
Definition at line 1018 of file class.ilTable2GUI.php.
References ilTableGUI\$data, $ilCtrl, $lng, determineOffsetAndOrder(), fillActionRow(), fillFooter(), fillHiddenRow(), fillRow(), getData(), getExternalSegmentation(), getExternalSorting(), getFormAction(), getFormName(), getId(), ilTableGUI\getLimit(), getNavParameter(), getNoEntriesText(), ilTableGUI\getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), getParentObject(), numericOrdering(), prepareOutput(), render(), ilTableGUI\setFooter(), ilTableGUI\setMaxCount(), ilUtil\sortArray(), and storeNavParameter().
ilTable2GUI::getId | ( | ) |
Get element id.
Definition at line 484 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), getHTML(), render(), renderFilter(), and storeNavParameter().
ilTable2GUI::getIsDataTable | ( | ) |
Get is data table.
Definition at line 186 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getLinkbar | ( | $a_num | ) |
Get previous/next linkbar.
Definition at line 1530 of file class.ilTable2GUI.php.
References $ilCtrl, $lng, formSelect(), getDisplayAsBlock(), ilTableGUI\getLimit(), getNavParameter(), ilTableGUI\getOffset(), ilTableGUI\getOrderDirection(), and getOrderField().
Referenced by fillFooter().
|
final |
Definition at line 795 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder(), getHTML(), getLinkbar(), resetOffset(), and setOrderLink().
ilTable2GUI::getNoEntriesText | ( | ) |
Get text for an empty table.
Definition at line 166 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::getOrderField | ( | ) |
Definition at line 289 of file class.ilTable2GUI.php.
Referenced by ilMailFolderTableGUI\fetchTableData(), getHTML(), ilAssignedUsersTableGUI\getItems(), ilUserTableGUI\getItems(), getLinkbar(), resetOffset(), and storeNavParameter().
ilTable2GUI::getParentCmd | ( | ) |
Get parent command.
Definition at line 126 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\fillRow(), ilWikiRecentChangesTableGUI\fillRow(), and ilWikiPagesTableGUI\fillRow().
ilTable2GUI::getParentObject | ( | ) |
Get parent object.
Definition at line 116 of file class.ilTable2GUI.php.
Referenced by ilBookmarkAdministrationTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilPageHistoryTableGUI\fillRow(), ilECSCategoryMappingTableGUI\fillRow(), ilShibbolethRoleAssignmentTableGUI\fillRow(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilMDCopyrightTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilPCFileListTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilAssignedUsersTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), ilWebResourceLinkTableGUI\fillRow(), ilWebResourceEditableLinkTableGUI\fillRow(), getHTML(), ilPCFileListTableGUI\ilPCFileListTableGUI(), and ilWebResourceLinkTableGUI\initSorting().
|
final |
Definition at line 321 of file class.ilTable2GUI.php.
References ilTableGUI\$prefix.
Referenced by setId().
ilTable2GUI::getResetCommand | ( | ) |
Get reset filter command.
Definition at line 584 of file class.ilTable2GUI.php.
References $reset_cmd.
ilTable2GUI::getSelectAllCheckbox | ( | ) |
Get the name of the checkbox that should be toggled with a select all button.
Reimplemented from ilTableGUI.
Definition at line 514 of file class.ilTable2GUI.php.
References ilTableGUI\$select_all_checkbox.
Referenced by fillFooter().
ilTable2GUI::getTopAnchor | ( | ) |
Get top anchor.
Definition at line 146 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 770 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 ilMediaPoolTableGUI, ilQuestionBrowserTableGUI, ilUserTableGUI, ilEvaluationAllTableGUI, ilSurveyQuestionsTableGUI, ilSurveyQuestionbrowserTableGUI, ilTestQuestionBrowserTableGUI, ilSurveyQuestionblockbrowserTableGUI, ilPDNewsTableGUI, ilLPObjectsTableGUI, ilLPProgressTableGUI, and ilRoleAssignmentTableGUI.
Definition at line 107 of file class.ilTable2GUI.php.
Referenced by executeCommand().
ilTable2GUI::numericOrdering | ( | $a_field | ) |
Should this field be sorted numeric?
Reimplemented in ilWikiPagesTableGUI, ilEvaluationAllTableGUI, ilTestAverageReachedPointsTableGUI, ilFileSystemTableGUI, ilForumStatisticsTableGUI, and ilPageHistoryTableGUI.
Definition at line 1126 of file class.ilTable2GUI.php.
Referenced by ilAssessmentFolderLogAdministrationTableGUI\__construct(), and getHTML().
|
protected |
Anything that must be done before HTML is generated.
Reimplemented in ilMediaPoolTableGUI, ilFileSystemTableGUI, and ilObjectTranslationTableGUI.
Definition at line 916 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::render | ( | ) |
render table public
Reimplemented from ilTableGUI.
Definition at line 1135 of file class.ilTable2GUI.php.
References $command, $lng, fillHeader(), getDescription(), getDisplayAsBlock(), getId(), ilUtil\getImagePath(), getIsDataTable(), ilTableGUI\getStyle(), getTopAnchor(), and renderFilter().
Referenced by getHTML().
|
private |
Render Filter section.
Definition at line 1245 of file class.ilTable2GUI.php.
References $filter, $lng, $tpl, getDisableFilterHiding(), getFilterCols(), getFilterItems(), getId(), and ilYuiUtil\initConnection().
Referenced by render().
ilTable2GUI::resetFilter | ( | ) |
Reset filter.
Definition at line 1369 of file class.ilTable2GUI.php.
References $_POST, $filter, $lng, and getFilterItems().
ilTable2GUI::resetOffset | ( | $a_in_determination = false | ) |
Reset offset.
Definition at line 89 of file class.ilTable2GUI.php.
References $_GET, $_POST, determineOffsetAndOrder(), getNavParameter(), ilTableGUI\getOrderDirection(), getOrderField(), and ilTableGUI\setOffset().
Referenced by determineOffsetAndOrder(), ilMailFolderTableGUI\fetchTableData(), and ilUserTableGUI\getItems().
ilTable2GUI::setCloseCommand | ( | $a_link | ) |
Add command for closing table.
string | $a_link | closing link |
Definition at line 716 of file class.ilTable2GUI.php.
Referenced by ilNewsForContextTableGUI\ilNewsForContextTableGUI().
ilTable2GUI::setCustomPreviousNext | ( | $a_prev_link, | |
$a_next_link | |||
) |
Set custom previous/next links.
Definition at line 417 of file class.ilTable2GUI.php.
|
final |
set table data public
array | table data |
Reimplemented from ilTableGUI.
Definition at line 294 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilStyleTableGUI\__construct(), ilMailFolderTableGUI\fetchTableData(), ilClientListTableGUI\getClients(), ilComponentsTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilFileSystemTableGUI\getEntries(), ilPCImageMapTableGUI\getItems(), ilMediaPoolPageUsagesTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilAssignedUsersTableGUI\getItems(), ilStyleImageTableGUI\getItems(), ilUserTableGUI\getItems(), ilStyleColorTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilLanguageTableGUI\getItems(), ilTableTemplatesTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilAdminSubItemsTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilPageLayoutTableGUI\getPageLayouts(), ilWikiPagesTableGUI\getPages(), ilMilestoneResponsiblesTableGUI\getParticipantsAndResponsibles(), ilPluginsTableGUI\getPlugins(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilTestOutputGUI\outQuestionSummary(), ilLuceneAdvancedSearchActivationTableGUI\parse(), ilECSCategoryMappingTableGUI\parse(), ilRoleSelectionTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilWebResourceLinkTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilShibbolethRoleAssignmentTableGUI\parse(), ilLDAPRoleAssignmentTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilCalendarCategoryTableGUI\parse(), ilWebResourceEditableLinkTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilRepositoryObjectResultTableGUI\parseObjectIds(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), ilShopTopicsTableGUI\parseRecords(), ilAdvancedMDRecordTableGUI\parseRecords(), ilObjectCopySearchResultTableGUI\parseSearchResults(), ilWebResourceEditableLinkTableGUI\parseSelectedLinks(), ilMDCopyrightTableGUI\parseSelections(), ilObjectCopySelectionTableGUI\parseSource(), ilRepositoryUserResultTableGUI\parseUserIds(), ilObjTestGUI\participantsObject(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarAppointmentsTableGUI\setAppointments(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), and ilWebResourceEditableLinkTableGUI\updateFromPost().
ilTable2GUI::setDefaultOrderDirection | ( | $a_defaultorderdirection | ) |
Set Default order direction.
string | $a_defaultorderdirection | Default order direction |
Definition at line 646 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilClientListTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), and ilSpecialUsersTableGUI\ilSpecialUsersTableGUI().
ilTable2GUI::setDefaultOrderField | ( | $a_defaultorderfield | ) |
Set Default order field.
string | $a_defaultorderfield | Default order field |
Definition at line 626 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilObjectivesAlignmentTableGUI\getScos(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), and ilSessionParticipantsTableGUI\init().
ilTable2GUI::setDescription | ( | $a_val | ) |
Set description.
string | description |
Definition at line 264 of file class.ilTable2GUI.php.
Referenced by ilUserFieldSettingsTableGUI\__construct(), ilStyleColorTableGUI\__construct(), and ilTestFixedParticipantsTableGUI\__construct().
ilTable2GUI::setDisableFilterHiding | ( | $a_val = true | ) |
Set disable filter hiding.
boolean | disable filter hiding |
Definition at line 399 of file class.ilTable2GUI.php.
Referenced by ilRoleAssignmentTableGUI\__construct(), ilLPObjectsTableGUI\initFilter(), and ilLPProgressTableGUI\initFilter().
ilTable2GUI::setDisplayAsBlock | ( | $a_val | ) |
Set display as block.
boolean | display as block |
Definition at line 494 of file class.ilTable2GUI.php.
Referenced by ilCalendarCategoryTableGUI\__construct().
ilTable2GUI::setEnableHeader | ( | $a_enableheader | ) |
Set Enable Header.
boolean | $a_enableheader | Enable Header |
Definition at line 216 of file class.ilTable2GUI.php.
Referenced by ilExcDeliveredFilesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilStyleTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), and ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI().
ilTable2GUI::setEnableNumInfo | ( | $a_val | ) |
Set enable num info.
boolean | enable number of records info |
Definition at line 236 of file class.ilTable2GUI.php.
Referenced by ilSearchResultTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), __construct(), and ilObjectCopySearchResultTableGUI\__construct().
ilTable2GUI::setEnableTitle | ( | $a_enabletitle | ) |
Set Enable Title.
boolean | $a_enabletitle | Enable Title |
Definition at line 196 of file class.ilTable2GUI.php.
Referenced by ilExcDeliveredFilesTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilTrashTableGUI\__construct(), ilClientListTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilUserTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilStyleTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), and ilPDNewsTableGUI\ilPDNewsTableGUI().
ilTable2GUI::setExternalSegmentation | ( | $a_val | ) |
Set external segmentation.
boolean | data is segmented externally |
Definition at line 594 of file class.ilTable2GUI.php.
Referenced by ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), and ilMailFolderTableGUI\__construct().
ilTable2GUI::setExternalSorting | ( | $a_val | ) |
Set external sorting.
boolean | data is sorted externally |
Definition at line 534 of file class.ilTable2GUI.php.
Referenced by ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), and ilMailFolderTableGUI\__construct().
ilTable2GUI::setFilterCols | ( | $a_val | ) |
Set filter columns.
int | number of filter columns |
Definition at line 379 of file class.ilTable2GUI.php.
ilTable2GUI::setFilterCommand | ( | $a_val | ) |
Set filter command.
string | filter command |
Definition at line 554 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), and ilQuestionBrowserTableGUI\__construct().
|
final |
Set Form action parameter.
string | $a_form_action | Form action |
Definition at line 430 of file class.ilTable2GUI.php.
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilStyleTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), and ilSessionParticipantsTableGUI\init().
ilTable2GUI::setFormName | ( | $a_formname | ) |
Set Form name.
string | $a_formname | Form name |
Reimplemented from ilTableGUI.
Definition at line 450 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), and ilSessionParticipantsTableGUI\init().
ilTable2GUI::setHeaderHTML | ( | $html | ) |
set header html
string | $html |
Definition at line 1856 of file class.ilTable2GUI.php.
ilTable2GUI::setId | ( | $a_val | ) |
Set id.
string | element id |
Definition at line 470 of file class.ilTable2GUI.php.
References getPrefix(), and setPrefix().
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), and ilShopPersonalSettingsTopicsTableGUI\__construct().
ilTable2GUI::setIsDataTable | ( | $a_val | ) |
Set is data table.
boolean | is data table |
Definition at line 176 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 156 of file class.ilTable2GUI.php.
Referenced by ilObjectivesAlignmentTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), and ilShopTopicsTableGUI\parseRecords().
ilTable2GUI::setOrderField | ( | $a_order_field | ) |
set order column
string | (array) field name for ordering |
Definition at line 284 of file class.ilTable2GUI.php.
Referenced by determineOffsetAndOrder().
ilTable2GUI::setOrderLink | ( | $sort_field, | |
$order_dir | |||
) |
Reimplemented from ilTableGUI.
Definition at line 800 of file class.ilTable2GUI.php.
References $_GET, $ilCtrl, and getNavParameter().
Referenced by fillHeader().
|
final |
set prefix for sort and offset fields (if you have two or more tables on a page that you want to sort separately) public
string | prefix |
Reimplemented from ilTableGUI.
Definition at line 316 of file class.ilTable2GUI.php.
Referenced by iliLinkConfirmationTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilSessionParticipantsTableGUI\__construct(), and setId().
ilTable2GUI::setResetCommand | ( | $a_val | ) |
Set reset filter command.
string | reset command |
Definition at line 574 of file class.ilTable2GUI.php.
Referenced by ilEvaluationAllTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), and ilQuestionBrowserTableGUI\__construct().
|
final |
Set row template.
string | $a_template | Template file name. |
string | $a_template_dir | Service/Module directory. |
Definition at line 615 of file class.ilTable2GUI.php.
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), iliLinkConfirmationTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilClientListTableGUI\__construct(), ilSetupLanguageTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilObjectTranslationTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilForumStatisticsTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilEvaluationAllTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilStyleTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilSurveyResultsCumulatedTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilAssessmentFolderLogTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilRoleSelectionTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestHistoryTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilQuestionPoolPrintViewTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilShibbolethRoleAssignmentTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilResultsByQuestionTableGUI\ilResultsByQuestionTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), and ilSessionParticipantsTableGUI\init().
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 524 of file class.ilTable2GUI.php.
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), iliLinkMembersTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilLanguageTableGUI\__construct(), ilAdminSubItemsTableGUI\__construct(), ilTrashTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilAssignedUsersTableGUI\__construct(), ilUserTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilMailFolderTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), assFileUploadFileTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilAssessmentFolderLogAdministrationTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilSurveyPhrasesTableGUI\__construct(), ilLuceneAdvancedSearchActivationTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestQuestionBrowserTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSCORM2004ExportTableGUI\__construct(), ilQuestionPoolExportTableGUI\__construct(), ilSurveyMaintenanceTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilSurveyExportTableGUI\__construct(), ilTestExportTableGUI\__construct(), ilSurveyCodesTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilSurveyQuestionblockbrowserTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilSurveyQuestionsTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSurveyQuestionbrowserTableGUI\__construct(), ilTestQuestionsTableGUI\__construct(), ilQuestionBrowserTableGUI\__construct(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), and ilShopTopicsTableGUI\parseRecords().
|
final |
Set title and title icon.
Reimplemented from ilTableGUI.
Definition at line 254 of file class.ilTable2GUI.php.
Referenced by ilChatSmiliesTableGUI\__construct(), ilChatRoomsTableGUI\__construct(), ilPageHistoryTableGUI\__construct(), ilClientListTableGUI\__construct(), ilExcDeliveredFilesTableGUI\__construct(), ilExerciseMemberTableGUI\__construct(), ilAccessKeyTableGUI\__construct(), ilRepositoryUserResultTableGUI\__construct(), ilSearchResultTableGUI\__construct(), ilRoleAssignmentTableGUI\__construct(), ilConfirmationTableGUI\__construct(), ilUserFieldSettingsTableGUI\__construct(), ilCustomUserFieldSettingsTableGUI\__construct(), ilUserForTagTableGUI\__construct(), ilFileSystemTableGUI\__construct(), ilBookmarkAdministrationTableGUI\__construct(), ilLPProgressTableGUI\__construct(), ilObjectCopySelectionTableGUI\__construct(), ilLPObjectsTableGUI\__construct(), ilWebResourceEditableLinkTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilMailSearchCoursesMembersTableGUI\__construct(), ilMailSearchCoursesTableGUI\__construct(), ilWebResourceLinkTableGUI\__construct(), ilPageLayoutTableGUI\__construct(), ilObjectivesAlignmentTableGUI\__construct(), ilStyleColorTableGUI\__construct(), ilStyleImageTableGUI\__construct(), ilTableTemplatesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilMediaPoolPageUsagesTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilSurveyMaterialsTableGUI\__construct(), ilStyleTableGUI\__construct(), ilECSCategoryMappingTableGUI\__construct(), ilRepositoryObjectResultTableGUI\__construct(), ilTestInviteRolesTableGUI\__construct(), ilTestAggregatedResultsTableGUI\__construct(), ilTestAverageReachedPointsTableGUI\__construct(), ilSurveyInvitedUsersTableGUI\__construct(), ilTestInviteGroupsTableGUI\__construct(), ilSurveyInviteGroupsTableGUI\__construct(), ilTestInviteUsersTableGUI\__construct(), ilSurveyInviteUsersTableGUI\__construct(), ilSurveyInviteRolesTableGUI\__construct(), ilListOfQuestionsTableGUI\__construct(), ilTestFixedParticipantsTableGUI\__construct(), ilTestParticipantsTableGUI\__construct(), ilSurveyQuestionPoolExportTableGUI\__construct(), ilObjectCopySearchResultTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilECSSettingsGUI\communities(), ilComponentsTableGUI\ilComponentsTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMilestoneResponsiblesTableGUI\ilMilestoneResponsiblesTableGUI(), ilPCFileListTableGUI\ilPCFileListTableGUI(), ilPCTabsTableGUI\ilPCTabsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSubItemSelectionTableGUI\ilSubItemSelectionTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilObjChatGUI\recordingsObject(), ilMailFolderTableGUI\setTitleData(), and ilTestEvaluationGUI\singleResults().
ilTable2GUI::setTopAnchor | ( | $a_val | ) |
Set top anchor.
string | top anchor |
Definition at line 136 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 760 of file class.ilTable2GUI.php.
Referenced by ilUserTableGUI\__construct().
ilTable2GUI::storeNavParameter | ( | ) |
Definition at line 987 of file class.ilTable2GUI.php.
References getId(), ilTableGUI\getOffset(), ilTableGUI\getOrderDirection(), and getOrderField().
Referenced by getHTML().
ilTable2GUI::writeFilterToSession | ( | ) |
Write filter values to session.
Definition at line 1341 of file class.ilTable2GUI.php.
References $_POST, $filter, $lng, and getFilterItems().
|
protected |
Definition at line 17 of file class.ilTable2GUI.php.
|
protected |
Definition at line 30 of file class.ilTable2GUI.php.
Referenced by getDisableFilterHiding().
|
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().
|
private |
Definition at line 19 of file class.ilTable2GUI.php.
|
protected |
Definition at line 29 of file class.ilTable2GUI.php.
|
protected |
Definition at line 22 of file class.ilTable2GUI.php.
Referenced by getFilterItems().
|
protected |
Definition at line 24 of file class.ilTable2GUI.php.
Referenced by getResetCommand().
|
protected |
Definition at line 20 of file class.ilTable2GUI.php.
Referenced by getTopAnchor().
|
protected |
Definition at line 31 of file class.ilTable2GUI.php.
Referenced by getTopCommands().
|
private |
Definition at line 18 of file class.ilTable2GUI.php.
Referenced by __construct().