|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Badge\ilBadgeImageTemplateTableGUI:
Collaboration diagram for ILIAS\Badge\ilBadgeImageTemplateTableGUI:Public Member Functions | |
| __construct (protected bool $has_write=false) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
| getColumns () | |
| renderTable (string $url) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Private Member Functions | |
| getRecords () | |
| getActions (URLBuilder $url_builder, URLBuilderToken $action_parameter_token, URLBuilderToken $row_id_token) | |
Private Attributes | |
| readonly Factory | $factory |
| readonly Renderer | $renderer |
| readonly ILIAS Refinery Factory | $refinery |
| readonly ServerRequestInterface RequestInterface | $request |
| readonly Services | $http |
| readonly ilLanguage | $lng |
| readonly ilGlobalTemplateInterface | $tpl |
| array | $cached_records = null |
Definition at line 41 of file class.ilBadgeImageTemplateTableGUI.php.
| ILIAS\Badge\ilBadgeImageTemplateTableGUI::__construct | ( | protected bool | $has_write = false | ) |
Definition at line 53 of file class.ilBadgeImageTemplateTableGUI.php.
References $DIC, factory(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and renderer().
Here is the call graph for this function:
|
private |
Definition at line 183 of file class.ilBadgeImageTemplateTableGUI.php.
| ILIAS\Badge\ilBadgeImageTemplateTableGUI::getColumns | ( | ) |
Definition at line 172 of file class.ilBadgeImageTemplateTableGUI.php.
References factory(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 68 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Badge\ilBadgeImageTemplateTableGUI\$cached_records, factory(), ilBadgeImageTemplate\getInstances(), ILIAS\Badge\ilBadgeImage\IMAGE_SIZE_XL, and renderer().
Here is the call graph for this function:| ILIAS\Badge\ilBadgeImageTemplateTableGUI::getRows | ( | DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g.
yield $row_builder->buildStandardRow($row_id, $record).
| string[] | $visible_column_ids |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 119 of file class.ilBadgeImageTemplateTableGUI.php.
References ILIAS\Data\Order\DESC, and ILIAS\Data\Order\join().
Here is the call graph for this function:| ILIAS\Badge\ilBadgeImageTemplateTableGUI::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available.
Given the nature of a DataTable, which is, opposite to a PresentationTable, rather administrative than explorative, this information will increase user experience quite a bit. However, you may return null, if the call is to costly, but expect the View Control to look a little different in this case.
Make sure that potential filters or user restrictions are being applied to the count.
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 161 of file class.ilBadgeImageTemplateTableGUI.php.
| ILIAS\Badge\ilBadgeImageTemplateTableGUI::renderTable | ( | string | $url | ) |
Definition at line 203 of file class.ilBadgeImageTemplateTableGUI.php.
References $id, $out, $url, factory(), ilBadgeImageTemplate\getInstances(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and renderer().
Here is the call graph for this function:
|
private |
Definition at line 51 of file class.ilBadgeImageTemplateTableGUI.php.
Referenced by ILIAS\Badge\ilBadgeImageTemplateTableGUI\getRecords().
|
private |
Definition at line 43 of file class.ilBadgeImageTemplateTableGUI.php.
|
private |
Definition at line 47 of file class.ilBadgeImageTemplateTableGUI.php.
|
private |
Definition at line 48 of file class.ilBadgeImageTemplateTableGUI.php.
Definition at line 45 of file class.ilBadgeImageTemplateTableGUI.php.
|
private |
Definition at line 44 of file class.ilBadgeImageTemplateTableGUI.php.
|
private |
Definition at line 46 of file class.ilBadgeImageTemplateTableGUI.php.
|
private |
Definition at line 49 of file class.ilBadgeImageTemplateTableGUI.php.