ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilTable2GUI. More...
Public Member Functions | |
__construct ($a_parent_obj, $a_parent_cmd="") | |
Constructor. | |
getParentObject () | |
Get parent object. | |
getParentCmd () | |
Get parent command. | |
setNoEntriesText ($a_text) | |
Set text for an empty table. | |
getNoEntriesText () | |
Get text for an empty table. | |
setEnableTitle ($a_enabletitle) | |
Set Enable Title. | |
getEnableTitle () | |
Get Enable Title. | |
setEnableHeader ($a_enableheader) | |
Set Enable Header. | |
getEnableHeader () | |
Get Enable Header. | |
setTitle ($a_title, $a_icon=0, $a_icon_alt=0) | |
set table title public | |
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 | |
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. | |
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. | |
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. | |
addCommandButton ($a_cmd, $a_text) | |
Add Command button. | |
setCloseCommand ($a_link) | |
Add command for closing table. | |
addMultiCommand ($a_cmd, $a_text) | |
Add Command button. | |
addHeaderCommand ($a_href, $a_text, $a_target="", $a_img="") | |
Add Header Command (Link) (Image needed for now) | |
addColumn ($a_text, $a_sort_field="", $a_width="") | |
Add a column to the header. | |
getNavParameter () | |
setOrderLink ($sort_field, $order_dir) | |
fillHeader () | |
getHTML () | |
numericOrdering ($a_field) | |
Should this field be sorted numeric? | |
render () | |
render table public | |
fillFooter () | |
Fill footer row. | |
getLinkbar ($a_num) | |
Get previous/next linkbar. | |
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 public | |
disable ($a_module_name) | |
diesables particular modules of table public | |
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 | |
fillRow ($a_set) | |
Standard Version of Fill Row. |
Protected Attributes | |
$close_command = "" |
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 34 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, ilLDAPRoleAssignmentTableGUI, ilAddressbookTableGUI, ilECSImportedContentTableGUI, ilECSReleasedContentTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilCalendarAppointmentsTableGUI, ilCalendarChangedAppointmentsTableGUI, ilCalendarSharedListTableGUI, ilCourseObjectiveQuestionsTableGUI, ilClipboardTableGUI, and ilPageHistoryTableGUI.
Definition at line 44 of file class.ilTable2GUI.php.
References $unique_id, and ilTableGUI\setLimit().
Referenced by ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), 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 372 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\fillRow(), ilCalendarAppointmentsTableGUI\fillRow(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), and ilSessionParticipantsTableGUI\init().
ilTable2GUI::addCommandButton | ( | $a_cmd, | |
$a_text | |||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 326 of file class.ilTable2GUI.php.
Referenced by ilImageMapTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), and ilSessionParticipantsTableGUI\init().
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 359 of file class.ilTable2GUI.php.
Referenced by ilMediaPoolTableGUI\__construct().
ilTable2GUI::addMultiCommand | ( | $a_cmd, | |
$a_text | |||
) |
Add Command button.
string | Command |
string | Text |
Definition at line 348 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), and ilShopTopicsTableGUI\parseRecords().
|
final |
Definition at line 171 of file class.ilTable2GUI.php.
Referenced by fillActionRow(), and fillFooter().
ilTable2GUI::fillActionRow | ( | ) |
Fill Action Row.
Definition at line 863 of file class.ilTable2GUI.php.
References $cmd, $lng, dataExists(), ilUtil\formSelect(), ilTableGUI\getColumnCount(), and ilUtil\getImagePath().
Referenced by getHTML().
ilTable2GUI::fillFooter | ( | ) |
Fill footer row.
Definition at line 668 of file class.ilTable2GUI.php.
References $ilCtrl, ilTableGUI\$limit, $lng, ilTableGUI\$max_count, dataExists(), ilTableGUI\getColumnCount(), getFormName(), getLinkbar(), and getSelectAllCheckbox().
Referenced by getHTML().
ilTable2GUI::fillHeader | ( | ) |
Definition at line 404 of file class.ilTable2GUI.php.
References ilUtil\getImagePath(), and setOrderLink().
Referenced by render().
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
array | $a_set | data array |
Reimplemented in ilMediaPoolTableGUI, ilWikiPagesTableGUI, ilSessionParticipantsTableGUI, ilCourseParticipantsTableGUI, ilGroupParticipantsTableGUI, ilSubscriberTableGUI, ilWaitingListTableGUI, ilCourseEditParticipantsTableGUI, ilComponentsTableGUI, ilCourseObjectiveQuestionAssignmentTableGUI, ilMediaObjectUsagesTableGUI, ilImageMapTableGUI, ilCalendarAppointmentsTableGUI, ilCourseObjectiveMaterialAssignmentTableGUI, ilGroupEditParticipantsTableGUI, ilClipboardTableGUI, ilCourseObjectivesTableGUI, ilCalendarChangedAppointmentsTableGUI, ilCalendarSharedListTableGUI, ilPluginsTableGUI, ilCalendarSharedRoleListTableGUI, ilCalendarSharedUserListTableGUI, ilCalendarInboxSharedTableGUI, ilCourseObjectiveQuestionsTableGUI, ilWikiContributorsTableGUI, ilCalendarCategoryTableGUI, ilShopTopicsTableGUI, ilECSCommunityTableGUI, ilMDCopyrightTableGUI, ilAdvancedMDRecordTableGUI, ilPageHistoryTableGUI, ilECSImportedContentTableGUI, ilCourseInfoFileTableGUI, ilSessionFileTableGUI, ilWikiRecentChangesTableGUI, ilLDAPRoleAssignmentTableGUI, ilShopPersonalSettingsTopicsTableGUI, ilECSReleasedContentTableGUI, ilAdvancedMDFieldTableGUI, ilAdvancedMDRecordExportFilesTableGUI, ilLinksTableGUI, ilAddressbookTableGUI, ilPCImageMapTableGUI, ilMediaCastTableGUI, ilWikiSearchResultsTableGUI, ilPDNewsTableGUI, ilFoundUsersTableGUI, ilSpecialUsersTableGUI, ilSCORM2004TrackingTableGUI, and ilNewsForContextTableGUI.
Definition at line 656 of file class.ilTable2GUI.php.
Referenced by getHTML().
|
final |
Reimplemented from ilTableGUI.
Definition at line 166 of file class.ilTable2GUI.php.
Referenced by ilImageMapTableGUI\__construct(), and getHTML().
ilTable2GUI::getDefaultOrderDirection | ( | ) |
Get Default order direction.
Definition at line 315 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::getDefaultOrderField | ( | ) |
Get Default order field.
Definition at line 295 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::getEnableHeader | ( | ) |
Get Enable Header.
Definition at line 136 of file class.ilTable2GUI.php.
ilTable2GUI::getEnableTitle | ( | ) |
Get Enable Title.
Definition at line 116 of file class.ilTable2GUI.php.
|
final |
Get Form action parameter.
Definition at line 203 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::getFormName | ( | ) |
Get Form name.
Reimplemented from ilTableGUI.
Definition at line 223 of file class.ilTable2GUI.php.
Referenced by fillFooter(), and getHTML().
|
final |
Definition at line 460 of file class.ilTable2GUI.php.
References $_GET, ilTableGUI\$data, $ilCtrl, $lng, fillActionRow(), fillFooter(), fillRow(), getData(), getDefaultOrderDirection(), getDefaultOrderField(), getFormAction(), getFormName(), ilTableGUI\getLimit(), getNavParameter(), getNoEntriesText(), ilTableGUI\getOffset(), ilTableGUI\getOrderDirection(), getOrderField(), getParentObject(), numericOrdering(), render(), ilTableGUI\setFooter(), ilTableGUI\setMaxCount(), ilTableGUI\setOffset(), ilTableGUI\setOrderDirection(), setOrderField(), and ilUtil\sortArray().
ilTable2GUI::getId | ( | ) |
Get element id.
Definition at line 243 of file class.ilTable2GUI.php.
Referenced by render().
ilTable2GUI::getLinkbar | ( | $a_num | ) |
Get previous/next linkbar.
Definition at line 770 of file class.ilTable2GUI.php.
References $ilCtrl, $lng, ilTableGUI\getLimit(), getNavParameter(), ilTableGUI\getOffset(), ilTableGUI\getOrderDirection(), and getOrderField().
Referenced by fillFooter().
|
final |
Definition at line 381 of file class.ilTable2GUI.php.
Referenced by getHTML(), getLinkbar(), and setOrderLink().
ilTable2GUI::getNoEntriesText | ( | ) |
Get text for an empty table.
Definition at line 96 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::getOrderField | ( | ) |
Definition at line 156 of file class.ilTable2GUI.php.
Referenced by getHTML(), and getLinkbar().
ilTable2GUI::getParentCmd | ( | ) |
Get parent command.
Definition at line 76 of file class.ilTable2GUI.php.
Referenced by ilWikiRecentChangesTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), and ilWikiPagesTableGUI\fillRow().
ilTable2GUI::getParentObject | ( | ) |
Get parent object.
Definition at line 66 of file class.ilTable2GUI.php.
Referenced by ilSessionParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\fillRow(), ilPageHistoryTableGUI\fillRow(), ilMDCopyrightTableGUI\fillRow(), ilCalendarCategoryTableGUI\fillRow(), ilCourseObjectivesTableGUI\fillRow(), ilWaitingListTableGUI\fillRow(), ilSubscriberTableGUI\fillRow(), and getHTML().
ilTable2GUI::getSelectAllCheckbox | ( | ) |
Get the name of the checkbox that should be toggled with a select all button.
Reimplemented from ilTableGUI.
Definition at line 253 of file class.ilTable2GUI.php.
References ilTableGUI\$select_all_checkbox.
Referenced by fillFooter().
ilTable2GUI::numericOrdering | ( | $a_field | ) |
Should this field be sorted numeric?
Reimplemented in ilPageHistoryTableGUI.
Definition at line 562 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::render | ( | ) |
render table public
Reimplemented from ilTableGUI.
Definition at line 571 of file class.ilTable2GUI.php.
References $command, $lng, fillHeader(), getId(), ilUtil\getImagePath(), and ilTableGUI\getStyle().
Referenced by getHTML().
ilTable2GUI::setCloseCommand | ( | $a_link | ) |
Add command for closing table.
string | $a_link | closing link |
Definition at line 337 of file class.ilTable2GUI.php.
Referenced by ilNewsForContextTableGUI\ilNewsForContextTableGUI().
|
final |
set table data public
array | table data |
Reimplemented from ilTableGUI.
Definition at line 161 of file class.ilTable2GUI.php.
Referenced by ilComponentsTableGUI\getComponents(), ilWikiContributorsTableGUI\getContributors(), ilPCImageMapTableGUI\getItems(), ilMediaObjectUsagesTableGUI\getItems(), ilClipboardTableGUI\getItems(), ilImageMapTableGUI\getItems(), ilMediaPoolTableGUI\getItems(), ilLinksTableGUI\getLinks(), ilWikiPagesTableGUI\getPages(), ilPluginsTableGUI\getPlugins(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI(), ilLDAPRoleAssignmentTableGUI\parse(), ilCalendarSharedUserListTableGUI\parse(), ilCalendarSharedRoleListTableGUI\parse(), ilCalendarSharedListTableGUI\parse(), ilECSCommunityTableGUI\parse(), ilSessionParticipantsTableGUI\parse(), ilCalendarInboxSharedTableGUI\parse(), ilCalendarCategoryTableGUI\parse(), ilCourseObjectiveMaterialAssignmentTableGUI\parse(), ilECSReleasedContentTableGUI\parse(), ilCourseObjectiveQuestionAssignmentTableGUI\parse(), ilCourseObjectiveQuestionsTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilECSImportedContentTableGUI\parse(), ilAdvancedMDFieldTableGUI\parseDefinitions(), ilAdvancedMDRecordExportFilesTableGUI\parseFiles(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), ilShopTopicsTableGUI\parseRecords(), ilAdvancedMDRecordTableGUI\parseRecords(), ilMDCopyrightTableGUI\parseSelections(), ilSubscriberTableGUI\readSubscriberData(), ilWaitingListTableGUI\readUserData(), ilCalendarChangedAppointmentsTableGUI\setAppointments(), and ilCalendarAppointmentsTableGUI\setAppointments().
ilTable2GUI::setDefaultOrderDirection | ( | $a_defaultorderdirection | ) |
Set Default order direction.
string | $a_defaultorderdirection | Default order direction |
Definition at line 305 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), and ilSpecialUsersTableGUI\ilSpecialUsersTableGUI().
ilTable2GUI::setDefaultOrderField | ( | $a_defaultorderfield | ) |
Set Default order field.
string | $a_defaultorderfield | Default order field |
Definition at line 285 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilWikiContributorsTableGUI\getContributors(), ilWikiPagesTableGUI\getPages(), ilWikiRecentChangesTableGUI\getRecentChanges(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), and ilSessionParticipantsTableGUI\init().
ilTable2GUI::setEnableHeader | ( | $a_enableheader | ) |
Set Enable Header.
boolean | $a_enableheader | Enable Header |
Definition at line 126 of file class.ilTable2GUI.php.
Referenced by ilClipboardTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), and ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI().
ilTable2GUI::setEnableTitle | ( | $a_enabletitle | ) |
Set Enable Title.
boolean | $a_enabletitle | Enable Title |
Definition at line 106 of file class.ilTable2GUI.php.
Referenced by ilImageMapTableGUI\__construct(), and ilPDNewsTableGUI\ilPDNewsTableGUI().
|
final |
Set Form action parameter.
string | $a_form_action | Form action |
Definition at line 193 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilAddressbookTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), 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 213 of file class.ilTable2GUI.php.
Referenced by ilCourseObjectiveQuestionsTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), and ilSessionParticipantsTableGUI\init().
ilTable2GUI::setHeaderHTML | ( | $html | ) |
set header html
string | $html |
Definition at line 942 of file class.ilTable2GUI.php.
ilTable2GUI::setId | ( | $a_val | ) |
Set id.
string | element id |
Definition at line 233 of file class.ilTable2GUI.php.
ilTable2GUI::setNoEntriesText | ( | $a_text | ) |
Set text for an empty table.
string | $a_text | Text |
Definition at line 86 of file class.ilTable2GUI.php.
Referenced by ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\parseRecords(), and ilShopTopicsTableGUI\parseRecords().
ilTable2GUI::setOrderField | ( | $a_order_field | ) |
set order column
string | (array) field name for ordering |
Definition at line 151 of file class.ilTable2GUI.php.
Referenced by getHTML().
ilTable2GUI::setOrderLink | ( | $sort_field, | |
$order_dir | |||
) |
Reimplemented from ilTableGUI.
Definition at line 386 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 183 of file class.ilTable2GUI.php.
Referenced by ilCalendarCategoryTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), and ilCalendarInboxSharedTableGUI\__construct().
|
final |
Set row template.
string | $a_template | Template file name. |
string | $a_template_dir | Service/Module directory. |
Definition at line 274 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilImageMapTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilCourseObjectiveQuestionsTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilGroupEditParticipantsTableGUI\__construct(), ilAdvancedMDFieldTableGUI\__construct(), ilAdvancedMDRecordExportFilesTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilCalendarChangedAppointmentsTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCourseInfoFileTableGUI\__construct(), ilLDAPRoleAssignmentTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilECSImportedContentTableGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilECSReleasedContentTableGUI\__construct(), ilAdvancedMDRecordTableGUI\__construct(), ilSessionFileTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilMDCopyrightTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilShopTopicsTableGUI\__construct(), ilECSCommunityTableGUI\__construct(), ilShopPersonalSettingsTopicsTableGUI\__construct(), ilCourseObjectiveMaterialAssignmentTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseEditParticipantsTableGUI\__construct(), ilComponentsTableGUI\ilComponentsTableGUI(), ilFoundUsersTableGUI\ilFoundUsersTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilMediaCastTableGUI\ilMediaCastTableGUI(), ilNewsForContextTableGUI\ilNewsForContextTableGUI(), ilPDNewsTableGUI\ilPDNewsTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), ilSpecialUsersTableGUI\ilSpecialUsersTableGUI(), 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 263 of file class.ilTable2GUI.php.
Referenced by ilClipboardTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCalendarCategoryTableGUI\__construct(), ilCalendarSharedListTableGUI\__construct(), ilCalendarAppointmentsTableGUI\__construct(), ilGroupParticipantsTableGUI\__construct(), ilCalendarSharedUserListTableGUI\__construct(), ilCalendarSharedRoleListTableGUI\__construct(), ilSubscriberTableGUI\__construct(), ilWaitingListTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilCourseParticipantsTableGUI\__construct(), ilSCORM2004TrackingTableGUI\ilSCORM2004TrackingTableGUI(), and ilShopTopicsTableGUI\parseRecords().
|
final |
set table title public
string | table title |
string | file name of title icon |
string | alternative text for title icon |
Reimplemented from ilTableGUI.
Definition at line 141 of file class.ilTable2GUI.php.
Referenced by ilPageHistoryTableGUI\__construct(), ilClipboardTableGUI\__construct(), ilMediaObjectUsagesTableGUI\__construct(), ilMediaPoolTableGUI\__construct(), ilCalendarInboxSharedTableGUI\__construct(), ilECSSettingsGUI\communities(), ilComponentsTableGUI\ilComponentsTableGUI(), ilLinksTableGUI\ilLinksTableGUI(), ilPluginsTableGUI\ilPluginsTableGUI(), ilWikiContributorsTableGUI\ilWikiContributorsTableGUI(), ilWikiPagesTableGUI\ilWikiPagesTableGUI(), ilWikiRecentChangesTableGUI\ilWikiRecentChangesTableGUI(), and ilWikiSearchResultsTableGUI\ilWikiSearchResultsTableGUI().
|
protected |
Definition at line 36 of file class.ilTable2GUI.php.
|
private |
Definition at line 38 of file class.ilTable2GUI.php.
|
private |
Definition at line 37 of file class.ilTable2GUI.php.
Referenced by __construct().