ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDclTableViewGUI. More...
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.
ilDclTableViewGUI: ilDclTableViewEditGUI
Definition at line 11 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 50 of file class.ilDclTableViewGUI.php.
References $_GET, $DIC, $ilCtrl, $lng, $tpl, checkAccess(), ilDclCache\getTableCache(), and ilUtil\sendFailure().
|
protected |
Definition at line 111 of file class.ilDclTableViewGUI.php.
References ilObjDataCollectionAccess\hasAccessToEditTable().
Referenced by __construct().
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 203 of file class.ilDclTableViewGUI.php.
References ilUtil\sendFailure().
Referenced by confirmDeleteTableviews().
ilDclTableViewGUI::confirmDeleteTableviews | ( | ) |
Confirm deletion of multiple fields.
Definition at line 165 of file class.ilDclTableViewGUI.php.
References $_POST, array, and checkViewsLeft().
|
protected |
Definition at line 187 of file class.ilDclTableViewGUI.php.
References $_POST, array, and ilUtil\sendSuccess().
ilDclTableViewGUI::doTableSwitch | ( | ) |
ilDclTableViewGUI::executeCommand | ( | ) |
Definition at line 86 of file class.ilDclTableViewGUI.php.
References $_GET, and ActiveRecord\findOrGetInstance().
ilDclTableViewGUI::saveTableViewOrder | ( | ) |
invoked by ilDclTableViewTableGUI
Definition at line 214 of file class.ilDclTableViewGUI.php.
References $_POST, array, and ilUtil\sendSuccess().
ilDclTableViewGUI::show | ( | ) |
Definition at line 119 of file class.ilDclTableViewGUI.php.
References $options, $table, ilSubmitButton\getInstance(), and ilLinkButton\getInstance().
|
protected |
Definition at line 16 of file class.ilDclTableViewGUI.php.
|
protected |
Definition at line 21 of file class.ilDclTableViewGUI.php.
Referenced by __construct().
|
protected |
Definition at line 41 of file class.ilDclTableViewGUI.php.
Referenced by show().
|
protected |
Definition at line 36 of file class.ilDclTableViewGUI.php.
|
protected |
Definition at line 26 of file class.ilDclTableViewGUI.php.
|
protected |
Definition at line 31 of file class.ilDclTableViewGUI.php.
Referenced by __construct().