|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilDclTableViewGUI. More...
Collaboration diagram for ilDclTableViewGUI:Public Member Functions | |
| __construct (ilDclTableListGUI $a_parent_obj, $table_id=0) | |
| Constructor. More... | |
| executeCommand () | |
| show () | |
| doTableSwitch () | |
| confirmDeleteTableviews () | |
| Confirm deletion of multiple fields. More... | |
| checkViewsLeft ($delete_count) | |
| redirects if there are no tableviews left after deletion of {$delete_count} tableviews More... | |
| saveTableViewOrder () | |
| invoked by ilDclTableViewTableGUI More... | |
Protected Member Functions | |
| checkAccess () | |
| deleteTableviews () | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $toolbar | |
| $tpl | |
| $tabs | |
| $table | |
Class ilDclTableViewGUI.
@ilCtrl_Calls ilDclTableViewGUI: ilDclTableViewEditGUI
Definition at line 13 of file class.ilDclTableViewGUI.php.
| ilDclTableViewGUI::__construct | ( | ilDclTableListGUI | $a_parent_obj, |
$table_id = 0 |
|||
| ) |
Constructor.
| ilDclTableListGUI | $a_parent_obj | |
| int | $table_id |
Definition at line 52 of file class.ilDclTableViewGUI.php.
References $_GET, $DIC, $ilCtrl, $lng, $tpl, checkAccess(), ilDclCache\getTableCache(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 118 of file class.ilDclTableViewGUI.php.
References ilObjDataCollectionAccess\hasAccessToEditTable().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclTableViewGUI::checkViewsLeft | ( | $delete_count | ) |
redirects if there are no tableviews left after deletion of {$delete_count} tableviews
| $delete_count | number of tableviews to delete |
Definition at line 211 of file class.ilDclTableViewGUI.php.
References ilUtil\sendFailure().
Referenced by confirmDeleteTableviews().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDclTableViewGUI::confirmDeleteTableviews | ( | ) |
Confirm deletion of multiple fields.
Definition at line 173 of file class.ilDclTableViewGUI.php.
References $_POST, and checkViewsLeft().
Here is the call graph for this function:
|
protected |
Definition at line 195 of file class.ilDclTableViewGUI.php.
References $_POST, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilDclTableViewGUI::doTableSwitch | ( | ) |
Definition at line 163 of file class.ilDclTableViewGUI.php.
References $_POST.
| ilDclTableViewGUI::executeCommand | ( | ) |
Definition at line 88 of file class.ilDclTableViewGUI.php.
References $_GET, $cmd, and ActiveRecord\findOrGetInstance().
Here is the call graph for this function:| ilDclTableViewGUI::saveTableViewOrder | ( | ) |
invoked by ilDclTableViewTableGUI
Definition at line 223 of file class.ilDclTableViewGUI.php.
References $_POST, and ilUtil\sendSuccess().
Here is the call graph for this function:| ilDclTableViewGUI::show | ( | ) |
Definition at line 126 of file class.ilDclTableViewGUI.php.
References $options, $table, ilLinkButton\getInstance(), and ilSubmitButton\getInstance().
Here is the call graph for this function:
|
protected |
Definition at line 18 of file class.ilDclTableViewGUI.php.
|
protected |
Definition at line 23 of file class.ilDclTableViewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilDclTableViewGUI.php.
Referenced by show().
|
protected |
Definition at line 38 of file class.ilDclTableViewGUI.php.
|
protected |
Definition at line 28 of file class.ilDclTableViewGUI.php.
|
protected |
Definition at line 33 of file class.ilDclTableViewGUI.php.
Referenced by __construct().