19 declare(strict_types=1);
47 $this->
ctrl->clearParameterByClass(ilObjDataCollectionGUI::class,
"tableview_id");
48 $this->
ctrl->clearParameterByClass($target_class,
"tableview_id");
50 foreach ($tables as $table) {
51 $this->
ctrl->setParameterByClass($target_class,
"table_id", $table->getId());
52 $links[] = $this->ui_factory->link()->standard($table->getTitle(), $this->
ctrl->getLinkTargetByClass($target_class, $target_cmd));
54 $this->
ctrl->clearParameterByClass($target_class,
"table_id");
70 $this->
ctrl->setParameterByClass($target_class,
"table_id", $table_id);
71 foreach ($views as $view) {
72 $this->
ctrl->setParameterByClass($target_class,
"tableview_id", $view->getId());
73 $links[] = $this->ui_factory->link()->standard($view->getTitle(), $this->
ctrl->getLinkTargetByClass($target_class, $target_cmd));
85 if (count($links) > 1) {
87 $this->ui_factory->dropdown()->standard($links)->withLabel($label)
addViewSwitcherToToolbar(array $views, int $table_id, string $target_class, string $target_cmd)
addSwitcherToToolbar(array $links, string $label)
Interface Observer Contains several chained tasks and infos about them.
ILIAS UI Factory $ui_factory
__construct(ilToolbarGUI $toolbar, \ILIAS\UI\Factory $ui_factory, ilCtrl $ctrl, ilLanguage $lng)
addTableSwitcherToToolbar(array $tables, string $target_class, string $target_cmd)