|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMMBaseGUI:
Collaboration diagram for ilMMBaseGUI:Public Member Functions | |
| __construct (protected Pons $pons) | |
| getCurrentItem () | |
| getMutlipleItems () | |
| getTokensToKeep () | |
| executeCommand () | |
| getCurrentItem () | |
Public Member Functions inherited from ILIAS\GlobalScreen\GUI\PonsGUI | |
| __construct (Pons $pons) | |
| executeCommand () | |
| getTokensToKeep () | |
Data Fields | |
| const | CMD_DEFAULT = 'index' |
| const | CMD_ADD = 'add' |
| const | CMD_CREATE = 'create' |
| const | CMD_EDIT = 'edit' |
| const | CMD_DELETE = 'delete' |
| const | CMD_CONFIRM_DELETE = 'confirmDelete' |
| const | CMD_UPDATE = 'update' |
| const | CMD_ACTIVATE = 'activate' |
| const | CMD_DEACTIVATE = 'deactivate' |
| const | CMD_SAVE_ORDER = 'saveOrder' |
Data Fields inherited from ILIAS\GlobalScreen\GUI\PonsGUI | |
| const | CMD_DEFAULT = 'index' |
Protected Member Functions | |
| keepTokens () | |
| delete () | |
| confirmDelete () | |
| activate () | |
| deactivate () | |
| toggle (bool $activation) | |
| saveOrder () | |
Protected Attributes | |
| ilMMItemRepository | $repository |
| UIServices | $ui |
| Translator | $lng |
| Access | $access |
| Flow | $flow |
| ilToolbarGUI | $toolbar |
Private Member Functions | |
| add () | |
| edit () | |
| create () | |
| update () | |
Definition at line 30 of file class.ilMMBaseGUI.php.
| ilMMBaseGUI::__construct | ( | protected Pons | $pons | ) |
Definition at line 82 of file class.ilMMBaseGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\lng(), ILIAS\UI\examples\Deck\repository(), ILIAS\Repository\toolbar(), and ILIAS\Repository\ui().
Here is the call graph for this function:
|
protected |
Definition at line 182 of file class.ilMMBaseGUI.php.
References toggle().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 125 of file class.ilMMBaseGUI.php.
References ILIAS\Repository\form().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 161 of file class.ilMMBaseGUI.php.
References getMutlipleItems(), keepTokens(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 137 of file class.ilMMBaseGUI.php.
References ILIAS\Repository\form().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 188 of file class.ilMMBaseGUI.php.
References toggle().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 149 of file class.ilMMBaseGUI.php.
References getMutlipleItems(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
private |
Definition at line 131 of file class.ilMMBaseGUI.php.
References ILIAS\Repository\form().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMBaseGUI::executeCommand | ( | ) |
Implements ILIAS\GlobalScreen\GUI\PonsGUI.
Reimplemented in ilMMSubItemGUI, and ilMMTopItemGUI.
Definition at line 106 of file class.ilMMBaseGUI.php.
References activate(), add(), confirmDelete(), create(), deactivate(), edit(), saveOrder(), and update().
Here is the call graph for this function:
|
abstract |
Implements ILIAS\GlobalScreen\GUI\I18n\SupportsTranslationGUI.
Reimplemented in ilMMSubItemGUI, and ilMMTopItemGUI.
|
abstract |
Reimplemented in ilMMSubItemGUI, and ilMMTopItemGUI.
Referenced by confirmDelete(), delete(), and toggle().
Here is the caller graph for this function:
|
abstract |
Implements ILIAS\GlobalScreen\GUI\PonsGUI.
Reimplemented in ilMMSubItemGUI, and ilMMTopItemGUI.
|
protected |
Definition at line 92 of file class.ilMMBaseGUI.php.
Referenced by confirmDelete(), ilMMSubItemGUI\confirmMove(), and ilMMTopItemGUI\selectParent().
Here is the caller graph for this function:
|
protected |
Definition at line 225 of file class.ilMMBaseGUI.php.
References ILIAS\UI\examples\Deck\repository().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 194 of file class.ilMMBaseGUI.php.
References getMutlipleItems(), and ILIAS\Repository\lng().
Referenced by activate(), and deactivate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 143 of file class.ilMMBaseGUI.php.
References ILIAS\Repository\form().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 78 of file class.ilMMBaseGUI.php.
|
protected |
Definition at line 79 of file class.ilMMBaseGUI.php.
|
protected |
Definition at line 77 of file class.ilMMBaseGUI.php.
|
protected |
Definition at line 75 of file class.ilMMBaseGUI.php.
|
protected |
Definition at line 80 of file class.ilMMBaseGUI.php.
|
protected |
Definition at line 76 of file class.ilMMBaseGUI.php.
| const ilMMBaseGUI::CMD_ACTIVATE = 'activate' |
Definition at line 65 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubItemTableComponent\get(), and ilMMTopItemTableComponent\get().
| const ilMMBaseGUI::CMD_ADD = 'add' |
Definition at line 41 of file class.ilMMBaseGUI.php.
| const ilMMBaseGUI::CMD_CONFIRM_DELETE = 'confirmDelete' |
Definition at line 57 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubItemTableComponent\get(), and ilMMTopItemTableComponent\get().
| const ilMMBaseGUI::CMD_CREATE = 'create' |
Definition at line 45 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubitemFormGUI\initForm(), and ilMMTopItemFormGUI\initForm().
| const ilMMBaseGUI::CMD_DEACTIVATE = 'deactivate' |
Definition at line 69 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubItemTableComponent\get(), and ilMMTopItemTableComponent\get().
| const ilMMBaseGUI::CMD_DEFAULT = 'index' |
Definition at line 37 of file class.ilMMBaseGUI.php.
Referenced by ilMMTopItemTableComponent\get(), and ilMMTopItemTableComponent\getRows().
| const ilMMBaseGUI::CMD_DELETE = 'delete' |
Definition at line 53 of file class.ilMMBaseGUI.php.
| const ilMMBaseGUI::CMD_EDIT = 'edit' |
Definition at line 49 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubItemTableComponent\get(), and ilMMTopItemTableComponent\get().
| const ilMMBaseGUI::CMD_SAVE_ORDER = 'saveOrder' |
Definition at line 73 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubItemTableComponent\get(), and ilMMTopItemTableComponent\get().
| const ilMMBaseGUI::CMD_UPDATE = 'update' |
Definition at line 61 of file class.ilMMBaseGUI.php.
Referenced by ilMMSubitemFormGUI\initForm(), and ilMMTopItemFormGUI\initForm().