|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilLTIConsumerGradeSynchronizationTableGUI:
Collaboration diagram for ilLTIConsumerGradeSynchronizationTableGUI:Public Member Functions | |
| __construct (bool $isMultiActorReport) | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| 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... | |
| setRecords (array $records) | |
| getHTML () | |
| 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... | |
Protected Attributes | |
| ilLanguage | $lng |
| Factory | $ui_factory |
| ILIAS UI Renderer | $ui_renderer |
| $request | |
| bool | $isMultiActorReport |
Private Member Functions | |
| getColumns () | |
Private Attributes | |
| array | $records = [] |
Definition at line 35 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
| ilLTIConsumerGradeSynchronizationTableGUI::__construct | ( | bool | $isMultiActorReport | ) |
Definition at line 44 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
References $DIC, $isMultiActorReport, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 103 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilLTIConsumerGradeSynchronizationTableGUI::getHTML | ( | ) |
Definition at line 93 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
| ilLTIConsumerGradeSynchronizationTableGUI::getRows | ( | DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
| DateMalformedStringException |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 60 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
References ILIAS\UI\Component\Table\DataRowBuilder\buildDataRow(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilLTIConsumerGradeSynchronizationTableGUI::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 80 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
| ilLTIConsumerGradeSynchronizationTableGUI::setRecords | ( | array | $records | ) |
Definition at line 88 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
|
protected |
Definition at line 41 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
|
private |
Definition at line 42 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
|
protected |
Definition at line 40 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
|
protected |
Definition at line 38 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.
|
protected |
Definition at line 39 of file class.ilLTIConsumerGradeSynchronizationTableGUI.php.