|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\LDAP\Server\UI\ServerTable:
Collaboration diagram for ILIAS\LDAP\Server\UI\ServerTable:Public Member Functions | |
| __construct (private array $servers, private \ilLDAPSettingsGUI $parent_gui, private \ILIAS\UI\Factory $ui_factory, private \ILIAS\UI\Renderer $ui_renderer, private \ilLanguage $lng, private \ilCtrlInterface $ctrl, private \Psr\Http\Message\ServerRequestInterface $http_request, private \ILIAS\Data\URI $action_url, private bool $has_write_access) | |
| getRows (\ILIAS\UI\Component\Table\DataRowBuilder $row_builder, array $visible_column_ids, \ILIAS\Data\Range $range, \ILIAS\Data\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... | |
| getComponent () | |
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... | |
Private Member Functions | |
| getRecords (\ILIAS\Data\Range $range, \ILIAS\Data\Order $order) | |
| getColumnDefinition () | |
| getActions () | |
Private Attributes | |
| ILIAS UI URLBuilder | $url_builder |
| ILIAS UI URLBuilderToken | $action_parameter_token |
| ILIAS UI URLBuilderToken | $row_id_token |
Definition at line 23 of file ServerTable.php.
| ILIAS\LDAP\Server\UI\ServerTable::__construct | ( | private array | $servers, |
| private \ilLDAPSettingsGUI | $parent_gui, | ||
| private \ILIAS\UI\Factory | $ui_factory, | ||
| private \ILIAS\UI\Renderer | $ui_renderer, | ||
| private \ilLanguage | $lng, | ||
| private \ilCtrlInterface | $ctrl, | ||
| private \Psr\Http\Message\ServerRequestInterface | $http_request, | ||
| private \ILIAS\Data\URI | $action_url, | ||
| private bool | $has_write_access | ||
| ) |
| list<array<string,string|int|float|null>> | $servers |
Definition at line 32 of file ServerTable.php.
References ILIAS\LDAP\Server\UI\ServerTable\$action_parameter_token, ILIAS\LDAP\Server\UI\ServerTable\$row_id_token, and ILIAS\LDAP\Server\UI\ServerTable\$url_builder.
|
private |
Definition at line 180 of file ServerTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 140 of file ServerTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\LDAP\Server\UI\ServerTable::getComponent | ( | ) |
Definition at line 210 of file ServerTable.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 57 of file ServerTable.php.
References ILIAS\UI\Implementation\Component\Table\$range, $server, ilObjUser\_getExternalAccountsByAuthMode(), ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), and ilArrayUtil\sortArray().
Here is the call graph for this function:| ILIAS\LDAP\Server\UI\ServerTable::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| \ILIAS\Data\Range | $range, | ||
| \ILIAS\Data\Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Definition at line 88 of file ServerTable.php.
References $server, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ILIAS\LDAP\Server\UI\ServerTable::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 129 of file ServerTable.php.
|
private |
Definition at line 26 of file ServerTable.php.
Referenced by ILIAS\LDAP\Server\UI\ServerTable\__construct().
|
private |
Definition at line 27 of file ServerTable.php.
Referenced by ILIAS\LDAP\Server\UI\ServerTable\__construct().
|
private |
Definition at line 25 of file ServerTable.php.
Referenced by ILIAS\LDAP\Server\UI\ServerTable\__construct().