29 public function __construct($newType, $parentGui, $parentCmd, $applyFilterCmd, $resetFilterCmd)
35 $this->table->setFilterCommand($applyFilterCmd);
36 $this->table->setResetCommand($resetFilterCmd);
38 $this->table->setSelectProviderCmd(
'save');
39 $this->table->setOwnProviderColumnEnabled(
true);
41 $this->table->setDefaultFilterVisiblity(
true);
42 $this->table->setDisableFilterHiding(
true);
46 $this->
setTitle($DIC->language()->txt($newType .
'_select_provider'));
51 $this->table->setTitle($title);
56 return $this->table->getTitle();
61 return $this->table->getHTML();
66 $this->table->writeFilterToSession();
67 $this->table->resetOffset();
72 $this->table->resetFilter();
73 $this->table->resetOffset();
78 $field = $this->table->getFilterItemByPostVar($field);
81 return (
bool) $field->getChecked();
84 return $field->getValue();
89 $this->table->setData(
$data);