19 declare(strict_types=1);
    30         $this->
setId(
'dcl_tableviews');
    31         $this->
setTitle($this->
lng->txt(
'dcl_tableview_fieldsettings'));
    32         $this->
addColumn($this->
lng->txt(
'dcl_tableview_fieldtitle'), 
"", 
'auto');
    33         $this->
addColumn($this->
lng->txt(
'dcl_tableview_field_access'), 
"", 
'auto');
    35         $this->
ctrl->saveParameter($this, 
'tableview_id');
    36         $this->
setFormAction($this->
ctrl->getFormActionByClass(
'ildcleditviewdefinitiongui'));
    42         $this->
setRowTemplate(
'tpl.tableview_edit_view.html', 
'components/ILIAS/DataCollection');
    51         $this->
parseData($a_parent_obj->tableview->getFieldSettings());
    82                 if ($this->form_multipart) {
    83                     $this->tpl->touchBlock(
"form_multipart_bl");
    87                     $this->tpl->touchBlock(
"pdfs");
    90                 $this->tpl->setCurrentBlock(
"tbl_form_header");
    91                 $this->tpl->setVariable(
"FORMACTION", $this->
getFormAction() . $hash);
    92                 $this->tpl->setVariable(
"FORMNAME", $this->
getFormName());
    93                 $this->tpl->parseCurrentBlock();
    97                 $this->tpl->touchBlock(
"tbl_form_footer");
   101         if (!$this->enabled[
'content']) {
   111         $this->
setFooter(
"tblfooter", $this->
lng->txt(
"previous"), $this->
lng->txt(
"next"));
   137             $this->tpl->addBlockFile(
   141                 $this->row_template_dir
   144             foreach ($data as $set) {
   145                 $this->tpl->setCurrentBlock(
"tbl_content");
   146                 $this->css_row = ($this->css_row !== 
"tblrow1")
   149                 $this->tpl->setVariable(
"CSS_ROW", $this->css_row);
   152                 $this->tpl->setCurrentBlock(
"tbl_content");
   153                 $this->tpl->parseCurrentBlock();
   159                 : $lng->
txt(
"no_items");
   161             $this->css_row = ($this->css_row !== 
"tblrow1")
   165             $this->tpl->setCurrentBlock(
"tbl_no_entries");
   166             $this->tpl->setVariable(
'TBL_NO_ENTRY_CSS_ROW', $this->css_row);
   167             $this->tpl->setVariable(
'TBL_NO_ENTRY_COLUMN_COUNT', $this->column_count);
   168             $this->tpl->setVariable(
'TBL_NO_ENTRY_TEXT', trim($no_items_text));
   169             $this->tpl->parseCurrentBlock();
   189         $field = $a_set->getFieldObject();
   191         if (!$field->isStandardField() || $field->getId() === 
'owner') {
   192             $this->tpl->setVariable(
'TEXT_VISIBLE', $lng->
txt(
'dcl_tableview_visible'));
   193             $this->tpl->setVariable(
'TEXT_REQUIRED_VISIBLE', $lng->
txt(
'dcl_tableview_required_visible'));
   194             $this->tpl->setVariable(
'TEXT_LOCKED_VISIBLE', $lng->
txt(
'dcl_tableview_locked_visible'));
   195             $this->tpl->setVariable(
'TEXT_NOT_VISIBLE', $lng->
txt(
'dcl_tableview_not_visible'));
   196             $this->tpl->setVariable(
'IS_LOCKED', $a_set->isLockedEdit() ? 
'checked' : 
'');
   197             $this->tpl->setVariable(
'IS_REQUIRED', $a_set->isRequiredEdit() ? 
'checked' : 
'');
   198             $this->tpl->setVariable(
'DEFAULT_VALUE', $a_set->getDefaultValue());
   199             $this->tpl->setVariable(
'IS_VISIBLE', $a_set->isVisibleEdit() ? 
'checked' : 
'');
   200             $this->tpl->setVariable(
'IS_NOT_VISIBLE', !$a_set->isVisibleEdit() ? 
'checked' : 
'');
   202             $this->tpl->setVariable(
'HIDDEN', 
'hidden');
   205         $this->tpl->setVariable(
'FIELD_ID', $a_set->getField());
   206         $this->tpl->setVariable(
'TITLE', $field->getTitle());
   207         $this->tpl->parseCurrentBlock();
 
numericOrdering(string $a_field)
Should this field be sorted numeric? 
 
static array static setUseRelativeDates(bool $a_status)
set use relative dates 
 
prepareOutput()
Anything that must be done before HTML is generated. 
 
fillRowFromObject(object $a_set)
 
setTopCommands(bool $a_val)
 
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)
 
setEnableTitle(bool $a_enabletitle)
 
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
 
ilDclEditViewDefinitionGUI: ilDclTableViewEditGUI 
 
setShowTemplates(bool $a_value)
 
exportData(int $format, bool $send=false)
Export and optionally send current table data. 
 
setExternalSorting(bool $a_val)
 
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector. 
 
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template. 
 
getExternalSegmentation()
 
setDefaultOrderDirection(string $a_defaultorderdirection)
 
getPreventDoubleSubmission()
 
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
 
__construct(ilDclEditViewDefinitionGUI $a_parent_obj)
 
setFooter(string $a_style, string $a_previous="", string $a_next="")
 
__construct(Container $dic, ilPlugin $plugin)
 
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)
 
determineOffsetAndOrder(bool $a_omit_offset=false)
 
setEnableHeader(bool $a_enableheader)
 
setMaxCount(int $a_max_count)
set max. 
 
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)