ILIAS
Release_5_0_x_branch Revision 61816
|
ADT based-object GUI base class. More...
Public Member Functions | |
__construct (ilObjectGUI $a_parent_gui) | |
Constructor. | |
editAction (ilADTGroupFormBridge $a_form=null) | |
Edit object ADT properties. | |
updateAction () | |
Parse incoming values and update if valid. |
Protected Member Functions | |
initObject () | |
Init ADT-based object. | |
prepareFormElements (ilADTGroupFormBridge $a_adt_form) | |
Prepare/customize form elements. | |
initForm () | |
Init ADT-based form. |
Protected Attributes | |
$object |
ADT based-object GUI base class.
Definition at line 11 of file class.ilADTBasedObjectGUI.php.
ilADTBasedObjectGUI::__construct | ( | ilObjectGUI | $a_parent_gui | ) |
Constructor.
Parent GUI is just needed for testing (ilCtrl)
ilObjectGUI | $a_parent_gui |
Definition at line 23 of file class.ilADTBasedObjectGUI.php.
References initObject().
ilADTBasedObjectGUI::editAction | ( | ilADTGroupFormBridge | $a_form = null | ) |
Edit object ADT properties.
ilADTGroupFormBridge | $a_form |
Definition at line 44 of file class.ilADTBasedObjectGUI.php.
References $tpl, and initForm().
Referenced by updateAction().
|
protected |
Init ADT-based form.
Definition at line 68 of file class.ilADTBasedObjectGUI.php.
References $ilCtrl, $lng, $tpl, ilADTFactory\getInstance(), and prepareFormElements().
Referenced by editAction(), and updateAction().
|
abstractprotected |
Init ADT-based object.
Reimplemented in ilADTTestGUI.
Referenced by __construct().
|
abstractprotected |
Prepare/customize form elements.
ilADTGroupFormBridge | $a_adt_form |
Reimplemented in ilADTTestGUI.
Referenced by initForm().
ilADTBasedObjectGUI::updateAction | ( | ) |
Parse incoming values and update if valid.
Definition at line 95 of file class.ilADTBasedObjectGUI.php.
References $changed, $ilCtrl, $lng, $valid, editAction(), initForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
|
protected |
Definition at line 13 of file class.ilADTBasedObjectGUI.php.