|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\Table\DataRow:
Collaboration diagram for ILIAS\UI\Component\Table\DataRow: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) | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
| reduceWith (\Closure $fn) | |
| The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
Definition at line 27 of file DataRow.php.
| ILIAS\UI\Component\Table\DataRow::getActions | ( | ) |
| ILIAS\UI\Component\Table\DataRow::getCellContent | ( | string | $col_id | ) |
| ILIAS\UI\Component\Table\DataRow::getColumns | ( | ) |
| ILIAS\UI\Component\Table\DataRow::getId | ( | ) |
| 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.
Referenced by ILIAS\Contact\BuddySystem\Tables\RelationsTable\rows().
Here is the caller graph for this function: