ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
getId () | |
withDisabledAction (string $action_id, bool $disable=true) | |
Refer to an Action by its id and disable it for this row/record only. More... | |
getColumns () | |
getActions () | |
getCellContent (string $col_id) | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
Definition at line 27 of file DataRow.php.
ILIAS\UI\Component\Table\DataRow::getActions | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.
ILIAS\UI\Component\Table\DataRow::getCellContent | ( | string | $col_id | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTableActions\setDisabledActions().
ILIAS\UI\Component\Table\DataRow::getColumns | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.
ILIAS\UI\Component\Table\DataRow::getId | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTableActions\setDisabledActions().
ILIAS\UI\Component\Table\DataRow::withDisabledAction | ( | string | $action_id, |
bool | $disable = true |
||
) |
Refer to an Action by its id and disable it for this row/record only.
Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.
Referenced by ILIAS\Test\Participants\ParticipantTableActions\onDataRow(), and ILIAS\Test\Questions\Presentation\QuestionsTableActions\setDisabledActions().