ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (ilDclTableListGUI $a_parent_obj) | |
executeCommand () | |
create () | |
edit () | |
initForm (bool $create=true) | |
save (bool $create=true) | |
confirmDelete () | |
cancelDelete () | |
delete () | |
setAsDefault () | |
Protected Member Functions | |
setValues (array $inputs) | |
checkAccess () | |
Protected Attributes | |
ILIAS UI Factory | $ui_factory |
ILIAS UI Renderer | $ui_renderer |
ilLanguage | $lng |
ilCtrl | $ctrl |
ilGlobalTemplateInterface | $tpl |
ilToolbarGUI | $toolbar |
Form | $form |
ilHelpGUI | $help |
ILIAS HTTP Services | $http |
ILIAS Refinery Factory | $refinery |
ilDclTableListGUI | $parent_object |
int | $obj_id |
Private Member Functions | |
checkbox (string $label) | |
Private Attributes | |
int | $table_id |
ilDclTable | $table |
Definition at line 24 of file class.ilDclTableEditGUI.php.
ilDclTableEditGUI::__construct | ( | ilDclTableListGUI | $a_parent_obj | ) |
Definition at line 41 of file class.ilDclTableEditGUI.php.
References $DIC, $table_id, checkAccess(), ILIAS\Repository\ctrl(), ilDclTableListGUI\getObjId(), ilDclCache\getTableCache(), ILIAS\Repository\help(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
ilDclTableEditGUI::cancelDelete | ( | ) |
Definition at line 291 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 328 of file class.ilDclTableEditGUI.php.
References $ref_id, ilObjDataCollectionAccess\hasAccessToEditTable(), and ilObjDataCollectionAccess\hasWriteAccess().
Referenced by __construct().
|
private |
Definition at line 178 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\lng().
Referenced by initForm().
ilDclTableEditGUI::confirmDelete | ( | ) |
Definition at line 277 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilDclTableEditGUI::create | ( | ) |
Definition at line 89 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\help(), and ILIAS\Repository\lng().
ilDclTableEditGUI::delete | ( | ) |
Definition at line 296 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and true.
ilDclTableEditGUI::edit | ( | ) |
Definition at line 95 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\help(), and ILIAS\Repository\lng().
ilDclTableEditGUI::executeCommand | ( | ) |
Definition at line 79 of file class.ilDclTableEditGUI.php.
References ILIAS\Repository\ctrl(), and save().
ilDclTableEditGUI::initForm | ( | bool | $create = true | ) |
Definition at line 104 of file class.ilDclTableEditGUI.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\$inputs, $table, checkbox(), ILIAS\Repository\ctrl(), ilDclTable\getTitle(), ILIAS\Repository\lng(), and setValues().
Referenced by save().
ilDclTableEditGUI::save | ( | bool | $create = true | ) |
Definition at line 212 of file class.ilDclTableEditGUI.php.
References $data, $form, $message, $table, ilObjDataCollectionAccess\checkActionForObjId(), ILIAS\Repository\ctrl(), ILIAS\UI\Component\Input\Container\Container\getData(), ilDclTable\getId(), ilObjectFactory\getInstanceByObjId(), ilDclTable\getTitle(), ILIAS\FileDelivery\http(), initForm(), and ILIAS\Repository\lng().
Referenced by executeCommand().
ilDclTableEditGUI::setAsDefault | ( | ) |
Definition at line 312 of file class.ilDclTableEditGUI.php.
References $table, ILIAS\Repository\ctrl(), ilDclTable\doUpdate(), ilDclTable\getId(), ilObjectFactory\getInstanceByObjId(), and ilDclTable\setOrder().
|
protected |
Definition at line 186 of file class.ilDclTableEditGUI.php.
References ILIAS\UI\Implementation\Component\Input\$inputs.
Referenced by initForm().
|
protected |
Definition at line 31 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 34 of file class.ilDclTableEditGUI.php.
Referenced by save().
|
protected |
Definition at line 35 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 36 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 30 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 39 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 38 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 37 of file class.ilDclTableEditGUI.php.
|
private |
Definition at line 27 of file class.ilDclTableEditGUI.php.
Referenced by initForm(), save(), and setAsDefault().
|
private |
Definition at line 26 of file class.ilDclTableEditGUI.php.
Referenced by __construct().
|
protected |
Definition at line 33 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 32 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 28 of file class.ilDclTableEditGUI.php.
|
protected |
Definition at line 29 of file class.ilDclTableEditGUI.php.