ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private Pons $pons, TokenContainer $token_container, private ilMMItemRepository $repository, private bool $write_access) | |
getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
get () | |
getRows (OrderingRowBuilder $row_builder, array $visible_column_ids) | |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Data Fields | |
const | ACTION_EDIT_SUB_TEMS = 'edit_sub_tems' |
const | ACTION_EDIT = 'edit' |
const | ACTION_TRANSLATE = 'translate' |
const | ACTION_ACTIVATE = 'activate' |
const | ACTION_DEACTIVATE = 'deactivate' |
const | ACTION_MOVE = 'move' |
const | ACTION_DELETE = 'delete' |
Private Attributes | |
URLBuilder | $url_builder = null |
URLBuilderToken | $token = null |
Factory | $ui_factory |
Renderer | $ui_renderer |
Definition at line 35 of file class.ilMMTopItemTableComponent.php.
ilMMTopItemTableComponent::__construct | ( | private Pons | $pons, |
TokenContainer | $token_container, | ||
private ilMMItemRepository | $repository, | ||
private bool | $write_access | ||
) |
Definition at line 72 of file class.ilMMTopItemTableComponent.php.
References ILIAS\GlobalScreen\GUI\Input\TokenContainer\builder(), and ILIAS\GlobalScreen\GUI\Input\TokenContainer\token().
ilMMTopItemTableComponent::get | ( | ) |
Definition at line 151 of file class.ilMMTopItemTableComponent.php.
References ilMMBaseGUI\CMD_ACTIVATE, ilMMBaseGUI\CMD_CONFIRM_DELETE, ilMMBaseGUI\CMD_DEACTIVATE, ilMMBaseGUI\CMD_DEFAULT, ilMMBaseGUI\CMD_EDIT, ilMMBaseGUI\CMD_SAVE_ORDER, and ilMMTopItemGUI\CMD_SELECT_PARENT.
ilMMTopItemTableComponent::getRows | ( | OrderingRowBuilder | $row_builder, |
array | $visible_column_ids | ||
) |
This is called by the (ordering-)table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildOrderingRow($row_id, $record).
Implements ILIAS\UI\Component\Table\OrderingRetrieval.
Definition at line 84 of file class.ilMMTopItemTableComponent.php.
References $id, ILIAS\UI\Component\Table\OrderingRowBuilder\buildOrderingRow(), ilMMBaseGUI\CMD_DEFAULT, and ILIAS\UI\examples\Deck\repository().
|
private |
Definition at line 68 of file class.ilMMTopItemTableComponent.php.
|
private |
Definition at line 69 of file class.ilMMTopItemTableComponent.php.
|
private |
Definition at line 70 of file class.ilMMTopItemTableComponent.php.
|
private |
Definition at line 67 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_ACTIVATE = 'activate' |
Definition at line 54 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_DEACTIVATE = 'deactivate' |
Definition at line 58 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_DELETE = 'delete' |
Definition at line 66 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_EDIT = 'edit' |
Definition at line 46 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_EDIT_SUB_TEMS = 'edit_sub_tems' |
Definition at line 42 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_MOVE = 'move' |
Definition at line 62 of file class.ilMMTopItemTableComponent.php.
const ilMMTopItemTableComponent::ACTION_TRANSLATE = 'translate' |
Definition at line 50 of file class.ilMMTopItemTableComponent.php.