36 $ilCtrl = $DIC[
'ilCtrl'];
38 $this->factory = $DIC->ui()->factory();
39 $this->renderer = $DIC->ui()->renderer();
43 $this->parent_obj = $a_parent_obj;
45 $this->
ctrl = $ilCtrl;
52 $ilCtrl->setParameterByClass(
'ildcltableviewgui',
'table_id', $table->
getId());
53 $this->
setFormAction($ilCtrl->getFormActionByClass(
'ildcltableviewgui'));
63 $this->
setRowTemplate(
'tpl.tableview_list_row.html',
'Modules/DataCollection');
64 $this->
setData($this->table->getTableViews());
66 $this->
setRowTemplate(
'tpl.detailview_list_row.html',
'Modules/DataCollection');
67 $this->
setData($this->table->getVisibleTableViews($ref_id,
true));
84 $this->
setId(
'dcl_tableviews');
86 $this->
setStyle(
'table', $this->
getStyle(
'table') .
' ' .
'dcl_record_list');
112 if ($this->form_multipart) {
113 $this->tpl->touchBlock(
"form_multipart_bl");
117 $this->tpl->touchBlock(
"pdfs");
120 $this->tpl->setCurrentBlock(
"tbl_form_header");
121 $this->tpl->setVariable(
"FORMACTION", $this->
getFormAction() . $hash);
122 $this->tpl->setVariable(
"FORMNAME", $this->
getFormName());
123 $this->tpl->parseCurrentBlock();
127 $this->tpl->touchBlock(
"tbl_form_footer");
131 if (!$this->enabled[
'content']) {
141 $this->
setFooter(
"tblfooter", $this->
lng->txt(
"previous"), $this->
lng->txt(
"next"));
167 $this->tpl->addBlockFile(
171 $this->row_template_dir
174 foreach ($data as $set) {
175 $this->tpl->setCurrentBlock(
"tbl_content");
176 $this->css_row = ($this->css_row !==
"tblrow1")
179 $this->tpl->setVariable(
"CSS_ROW", $this->css_row);
182 $this->tpl->setCurrentBlock(
"tbl_content");
183 $this->tpl->parseCurrentBlock();
191 $this->css_row = ($this->css_row !==
"tblrow1")
195 $this->tpl->setCurrentBlock(
"tbl_no_entries");
196 $this->tpl->setVariable(
'TBL_NO_ENTRY_CSS_ROW', $this->css_row);
197 $this->tpl->setVariable(
'TBL_NO_ENTRY_COLUMN_COUNT', $this->column_count);
198 $this->tpl->setVariable(
'TBL_NO_ENTRY_TEXT', trim($no_items_text));
199 $this->tpl->parseCurrentBlock();
221 $this->tpl->setVariable(
"ID", $a_set->
getId());
222 $this->tpl->setVariable(
"ORDER_NAME",
"order[{$a_set->getId()}]");
223 $this->tpl->setVariable(
"ORDER_VALUE", $a_set->
getOrder());
225 $this->tpl->setVariable(
"TITLE", $a_set->
getTitle());
226 $this->
ctrl->setParameterByClass(
'ildcltablevieweditgui',
'tableview_id', $a_set->
getId());
227 $this->tpl->setVariable(
"TITLE_LINK", $this->
ctrl->getLinkTargetByClass(
228 [ilDclTableListGUI::class, ilDclTableViewGUI::class, ilDclTableViewEditGUI::class]
236 $this->tpl->setVariable(
"ICON_CONFIG", $this->renderer->render(
$icon));
248 $alist->setListTitle($this->
lng->txt(
'actions'));
249 $this->
ctrl->setParameterByClass(
'ildcltableviewgui',
'tableview_id', $id);
250 $this->
ctrl->setParameterByClass(
'ilDclDetailedViewDefinitionGUI',
'tableview_id', $id);
252 $this->
lng->txt(
'edit'),
254 $this->
ctrl->getLinkTargetByClass(
'ildcltablevieweditgui',
'editGeneralSettings')
257 $this->
lng->txt(
'copy'),
259 $this->
ctrl->getLinkTargetByClass(
'ildcltablevieweditgui',
'copy')
262 $this->
lng->txt(
'delete'),
264 $this->
ctrl->getLinkTargetByClass(
'ildcltablevieweditgui',
'confirmDelete')
267 return $alist->getHTML();
270 $this->
ctrl->setParameterByClass(
'ilDclDetailedViewGUI',
'tableview_id', $id);
271 $this->
ctrl->saveParameterByClass(
'ilDclDetailedViewGUI',
'record_id');
272 $button->setUrl($this->
ctrl->getLinkTargetByClass(
'ilDclDetailedViewGUI',
'renderRecord'));
273 $button->setCaption(
'view');
275 return $button->getToolbarHTML();
numericOrdering(string $a_field)
Should this field be sorted numeric?
prepareOutput()
Anything that must be done before HTML is generated.
setTopCommands(bool $a_val)
getStyle(string $a_element)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setFormAction(string $a_form_action, bool $a_multipart=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setEnableTitle(bool $a_enabletitle)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
setShowTemplates(bool $a_value)
fillRowFromObject(ilDclTableView $a_set)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormName(string $a_name="")
buildAction(int $id)
build either actions menu or view button
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
exportData(int $format, bool $send=false)
Export and optionally send current table data.
setStyle(string $a_element, string $a_style)
setExternalSorting(bool $a_val)
validateConfigCompletion()
Check if the configuration of the view is complete.
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
__construct(object $a_parent_obj, $a_parent_cmd, ilDclTable $table, int $ref_id)
ilDclTableViewTableGUI constructor.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
getExternalSegmentation()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setDefaultOrderDirection(string $a_defaultorderdirection)
getPreventDoubleSubmission()
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
ILIAS UI Renderer $renderer
setFooter(string $a_style, string $a_previous="", string $a_next="")
__construct(Container $dic, ilPlugin $plugin)
setLimit(int $a_limit=0, int $a_default_limit=0)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
static setUseRelativeDates(bool $a_status)
set use relative dates
addMultiCommand(string $a_cmd, string $a_text)
determineOffsetAndOrder(bool $a_omit_offset=false)
setEnableHeader(bool $a_enableheader)
setMaxCount(int $a_max_count)
set max.
ILIAS UI Factory $factory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setExternalSegmentation(bool $a_val)
static sortArray(array $array, string $a_array_sortby_key, string $a_array_sortorder="asc", bool $a_numeric=false, bool $a_keep_keys=false)