ILIAS
Release_4_1_x_branch Revision 61804
|
TableGUI class for pc image map editor. More...
Public Member Functions | |
__construct ($a_parent_obj, $a_parent_cmd, $a_pc_media_object) | |
Constructor. | |
getItems () | |
Get items of current folder. |
Protected Member Functions | |
fillRow ($a_set) | |
Standard Version of Fill Row. |
Additional Inherited Members | |
Data Fields inherited from ilTable2GUI | |
const | FILTER_TEXT = 1 |
const | FILTER_SELECT = 2 |
const | FILTER_DATE = 3 |
const | FILTER_LANGUAGE = 4 |
const | FILTER_NUMBER_RANGE = 5 |
const | FILTER_DATE_RANGE = 6 |
const | FILTER_DURATION_RANGE = 7 |
const | EXPORT_EXCEL = 1 |
const | EXPORT_CSV = 2 |
Protected Attributes inherited from ilTable2GUI | |
$close_command = "" | |
$top_anchor = "il_table_top" | |
$filters = array() | |
$optional_filters = array() | |
$filter_cmd = 'applyFilter' | |
$reset_cmd = 'resetFilter' | |
$filter_cols = 4 | |
$ext_sort = false | |
$ext_seg = false | |
$context = "" | |
$mi_sel_buttons = null | |
$disable_filter_hiding = false | |
$selected_filter = false | |
$top_commands = true | |
$selectable_columns = array() | |
$selected_column = array() | |
$show_templates = false | |
$show_rows_selector = false | |
$nav_determined = false | |
$limit_determined = false | |
$filters_determined = false | |
$columns_determined = false | |
$export_formats | |
$export_mode | |
$print_mode |
TableGUI class for pc image map editor.
Definition at line 35 of file class.ilPCImageMapTableGUI.php.
ilPCImageMapTableGUI::__construct | ( | $a_parent_obj, | |
$a_parent_cmd, | |||
$a_pc_media_object | |||
) |
Constructor.
Reimplemented from ilImageMapTableGUI.
Definition at line 41 of file class.ilPCImageMapTableGUI.php.
|
protected |
Standard Version of Fill Row.
Most likely to be overwritten by derived class.
Reimplemented from ilImageMapTableGUI.
Definition at line 70 of file class.ilPCImageMapTableGUI.php.
ilPCImageMapTableGUI::getItems | ( | ) |
Get items of current folder.
Reimplemented from ilImageMapTableGUI.
Definition at line 52 of file class.ilPCImageMapTableGUI.php.
References ilMediaAliasItem\getMapAreas(), ilTable2GUI\setData(), and ilUtil\sortArray().