|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilLTIConsumerProviderUsageTableGUI:
Collaboration diagram for ilLTIConsumerProviderUsageTableGUI:Public Member Functions | |
| __construct () | |
| 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... | |
| setData (array $data) | |
| getHTML () | |
Public Member Functions inherited from ILIAS\UI\Component\Table\DataRetrieval | |
| 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 | |
| array | $records |
Private Member Functions | |
| getColumns () | |
Definition at line 38 of file class.ilLTIConsumerProviderUsageTableGUI.php.
| ilLTIConsumerProviderUsageTableGUI::__construct | ( | ) |
Definition at line 46 of file class.ilLTIConsumerProviderUsageTableGUI.php.
References $DIC, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 111 of file class.ilLTIConsumerProviderUsageTableGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilLTIConsumerProviderUsageTableGUI::getHTML | ( | ) |
Definition at line 101 of file class.ilLTIConsumerProviderUsageTableGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilLTIConsumerProviderUsageTableGUI::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 88 of file class.ilLTIConsumerProviderUsageTableGUI.php.
| ilLTIConsumerProviderUsageTableGUI::setData | ( | array | $data | ) |
Definition at line 96 of file class.ilLTIConsumerProviderUsageTableGUI.php.
References $data.
|
protected |
Definition at line 40 of file class.ilLTIConsumerProviderUsageTableGUI.php.
|
protected |
Definition at line 44 of file class.ilLTIConsumerProviderUsageTableGUI.php.
|
protected |
Definition at line 43 of file class.ilLTIConsumerProviderUsageTableGUI.php.
|
protected |
Definition at line 41 of file class.ilLTIConsumerProviderUsageTableGUI.php.
|
protected |
Definition at line 42 of file class.ilLTIConsumerProviderUsageTableGUI.php.