ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
withPosition (int $position_index) | |
getPosition () | |
![]() | |
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... | |
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 26 of file OrderingRow.php.
ILIAS\UI\Component\Table\OrderingRow::getPosition | ( | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\OrderingRow.
ILIAS\UI\Component\Table\OrderingRow::withPosition | ( | int | $position_index | ) |
Implemented in ILIAS\UI\Implementation\Component\Table\OrderingRow.