19declare(strict_types=1);
24use ILIAS\UI\Implementation\Component\ComponentHelper;
100 function (
string $id):
bool {
101 return !array_key_exists(
$id, $this->disabled_actions);
109 if (!array_key_exists($col_id, $this->
record)) {
112 return $this->columns[$col_id]->format($this->
record[$col_id]);
string()
Contains constraints for string.
bool()
Get a kind transformation to a bool.
bool $table_has_multiactions
getCellContent(string $col_id)
__construct(bool $table_has_singleactions, bool $table_has_multiactions, array $columns, array $actions, string $id, array $record)
The records's key is the column-id of the table.
bool $table_has_singleactions
bool $table_has_multiactions
withDisabledAction(string $action_id, bool $disable=true)
ilDclBaseRecordModel $record
clone(ilDclStandardField $original_record)
A component is the most general form of an entity in the UI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...