|
FusionDirectory
|
This class handles the entries list for a management instance. More...
Public Member Functions | |
| __construct (management $parent, bool $baseMode=TRUE, bool $multiSelect=TRUE) | |
| Create a listing. More... | |
| render () | |
| Render. | |
| updateBase () | |
| Updates base and sorting according to POST and GET infos. | |
| update (string $dn=NULL) | |
| Update a listing. | |
| setBase (string $base) | |
| Set a new base valor. More... | |
| getBase () | |
| Accessor of the base. More... | |
| getAction () | |
| Get action. | |
| focusDn (string $dn) | |
| Set base close to this dn and load only him. | |
| refreshBasesList () | |
| Refresh the bases list. | |
| getEntry (string $dn) | |
| Get entry. More... | |
| setSortColumn (int $column, bool $direction=NULL) | |
| Set sort column. More... | |
This class handles the entries list for a management instance.
Definition at line 30 of file class_managementListing.inc.
| __construct | ( | management | $parent, |
| bool | $baseMode = TRUE, |
||
| bool | $multiSelect = TRUE |
||
| ) |
Create a listing.
| string | $parent | management instance |
Definition at line 60 of file class_managementListing.inc.
References Column\build(), and refreshBasesList().
| getBase | ( | ) |
Accessor of the base.
Definition at line 361 of file class_managementListing.inc.
References in_array_ics(), and baseSelector\render().
| getEntry | ( | string | $dn | ) |
| setBase | ( | string | $base | ) |
Set a new base valor.
| string | $base |
Definition at line 339 of file class_managementListing.inc.
References baseSelector\setBase().
Referenced by focusDn(), and updateBase().
| setSortColumn | ( | int | $column, |
| bool | $direction = NULL |
||
| ) |
Set sort column.
| int | $column | Index of column to sort by |
| bool | $direction | Whether to sort up or down |
Definition at line 598 of file class_managementListing.inc.
Referenced by updateBase().
1.8.13