40 parent::__construct($a_parent_obj, $a_parent_cmd);
42 $this->parent_obj = $a_parent_obj;
51 $ilCtrl->setParameterByClass(
'ildcltableviewgui',
'table_id', $table->
getId());
62 $this->
setRowTemplate(
'tpl.tableview_list_row.html',
'Modules/DataCollection');
63 $this->
setData($this->table->getTableViews());
65 $this->
setRowTemplate(
'tpl.detailview_list_row.html',
'Modules/DataCollection');
66 $this->
setData($this->table->getVisibleTableViews($this->parent_obj->parent_obj->ref_id,
true));
82 $this->
setId(
'dcl_tableviews');
84 $this->
setStyle(
'table', $this->
getStyle(
'table') .
' ' .
'dcl_record_list');
94 $this->tpl->setVariable(
"ID", $a_set->getId());
95 $this->tpl->setVariable(
"ORDER_NAME",
"order[{$a_set->getId()}]");
96 $this->tpl->setVariable(
"ORDER_VALUE", $a_set->getOrder());
98 $this->tpl->setVariable(
"TITLE", $a_set->getTitle());
99 $this->ctrl->setParameterByClass(
'ilDclTableViewEditGUI',
'tableview_id', $a_set->getId());
100 $this->tpl->setVariable(
"TITLE_LINK", $this->ctrl->getLinkTargetByClass(
'ilDclTableViewEditGUI'));
101 $this->tpl->setVariable(
"DESCRIPTION", $a_set->getDescription());
102 $this->tpl->setVariable(
'ACTIONS', $this->
buildAction($a_set->getId()));
118 $alist->setListTitle($this->lng->txt(
'actions'));
119 $this->ctrl->setParameterByClass(
'ildcltableviewgui',
'tableview_id',
$id);
120 $this->ctrl->setParameterByClass(
'ilDclDetailedViewDefinitionGUI',
'tableview_id',
$id);
121 $alist->addItem($this->lng->txt(
'settings'),
'', $this->ctrl->getLinkTargetByClass(
'ildcltablevieweditgui',
'editGeneralSettings'));
122 $alist->addItem($this->lng->txt(
'dcl_list_visibility_and_filter'),
'', $this->ctrl->getLinkTargetByClass(
'ildcltablevieweditgui',
'editFieldSettings'));
123 $alist->addItem($this->lng->txt(
'dcl_detailed_view'),
'', $this->ctrl->getLinkTargetByClass(array(
'ildcltablevieweditgui',
'ilDclDetailedViewDefinitionGUI'),
'edit'));
124 $alist->addItem($this->lng->txt(
'delete'),
'', $this->ctrl->getLinkTargetByClass(
'ildcltablevieweditgui',
'confirmDelete'));
126 return $alist->getHTML();
129 $this->ctrl->setParameterByClass(
'ilDclDetailedViewGUI',
'tableview_id',
$id);
130 $this->ctrl->saveParameterByClass(
'ilDclDetailedViewGUI',
'record_id');
131 $button->setUrl($this->ctrl->getLinkTargetByClass(
'ilDclDetailedViewGUI',
'renderRecord'));
132 $button->setCaption(
'view');
134 return $button->getToolbarHTML();
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
setExternalSorting($a_val)
Set external sorting.
setStyle($a_element, $a_style)
setShowTemplates($a_value)
Toggle templates.
setExternalSegmentation($a_val)
Set external segmentation.
if(!array_key_exists('StateId', $_REQUEST)) $id
__construct(ilDclTableViewGUI $a_parent_obj, $a_parent_cmd, ilDclTable $table)
ilDclTableViewTableGUI constructor.
Class ilDclBaseFieldModel.
Class ilDclTableViewTableGUI.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
buildAction($id)
build either actions menu or view button
setTopCommands($a_val)
Set top commands (display command buttons on top of table, too)
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
User interface class for advanced drop-down selection lists.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setFormName($a_formname="")
Set Form name.
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.
setLimit($a_limit=0, $a_default_limit=0)