|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilTestNavigationToolbarGUI:
Collaboration diagram for ilTestNavigationToolbarGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilLanguage $lng, ilTestPlayerAbstractGUI $playerGUI) | |
| isSuspendTestButtonEnabled () | |
| setSuspendTestButtonEnabled ($suspendTestButtonEnabled) | |
| isQuestionListButtonEnabled () | |
| setQuestionListButtonEnabled ($questionListButtonEnabled) | |
| isQuestionTreeButtonEnabled () | |
| setQuestionTreeButtonEnabled ($questionTreeButtonEnabled) | |
| isQuestionTreeVisible () | |
| setQuestionTreeVisible (bool $questionTreeVisible) | |
| isQuestionSelectionButtonEnabled () | |
| setQuestionSelectionButtonEnabled ($questionSelectionButtonEnabled) | |
| isFinishTestButtonEnabled () | |
| setFinishTestButtonEnabled ($finishTestButtonEnabled) | |
| getFinishTestCommand () | |
| setFinishTestCommand ($finishTestCommand) | |
| isFinishTestButtonPrimary () | |
| setFinishTestButtonPrimary ($finishTestButtonPrimary) | |
| isDisabledStateEnabled () | |
| setDisabledStateEnabled ($disabledStateEnabled) | |
| build () | |
Public Member Functions inherited from ilToolbarGUI | |
| setFormAction (string $a_val, bool $a_multipart=false, string $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags) More... | |
| getFormAction () | |
| setLeadingImage (string $a_img, string $a_alt) | |
| setHidden (bool $a_val) | |
| getHidden () | |
| setId (string $a_val) | |
| getId () | |
| setPreventDoubleSubmission (bool $a_val) | |
| getPreventDoubleSubmission () | |
| addButton (string $a_txt, string $a_cmd, string $a_target="", ?int $a_acc_key=null, string $a_additional_attrs='', string $a_id="", string $a_class='submit') | |
| addFormButton (string $a_txt, string $a_cmd, ?int $a_acc_key=null, bool $a_primary=false, ?string $a_class=null) | |
| addInputItem (ilToolbarItem $a_item, bool $a_output_label=false) | |
| addStickyItem ( $a_item, bool $a_output_label=false) | |
| Add a sticky item. More... | |
| addButtonInstance (ilButtonBase $a_button) | |
| Add button instance. More... | |
| addDropDown (string $a_txt, string $a_dd_html) | |
| addAdvancedSelectionList (ilAdvancedSelectionListGUI $adv) | |
| addSeparator () | |
| addText (string $a_text) | |
| addSpacer (string $a_width=null) | |
| addComponent (\ILIAS\UI\Component\Component $a_comp) | |
| addLink (string $a_caption, string $a_url, bool $a_disabled=false) | |
| setOpenFormTag (bool $a_val) | |
| getOpenFormTag () | |
| setCloseFormTag (bool $a_val) | |
| getCloseFormTag () | |
| setFormName (string $a_val) | |
| getFormName () | |
| getGroupedItems () | |
| Get all groups (items separated by a separator) More... | |
| getItems () | |
| setItems (array $items) | |
Protected Attributes | |
| $ctrl | |
| $playerGUI | |
Protected Attributes inherited from ilToolbarGUI | |
| ilLanguage | $lng |
| string | $id = '' |
| string | $form_action = '' |
| bool | $hidden = false |
| array | $lead_img |
| bool | $open_form_tag = true |
| bool | $close_form_tag = true |
| string | $form_target = "" |
| string | $form_name = "" |
| bool | $prevent_double_submission = false |
| array | $sticky_items = array() |
| bool | $has_separator = false |
| ILIAS DI UIServices | $ui |
| bool | $multipart = false |
Private Member Functions | |
| addSuspendTestButton () | |
| addQuestionListButton () | |
| addQuestionSelectionButton () | |
| addQuestionTreeButton () | |
| addFinishTestButton () | |
Private Attributes | |
| $suspendTestButtonEnabled = false | |
| $questionListButtonEnabled = false | |
| $questionTreeButtonEnabled = false | |
| bool | $questionTreeVisible = false |
| $questionSelectionButtonEnabled = false | |
| $finishTestButtonEnabled = false | |
| $finishTestCommand = '' | |
| $finishTestButtonPrimary = false | |
| $disabledStateEnabled = false | |
Additional Inherited Members | |
Data Fields inherited from ilToolbarGUI | |
| array | $items = array() |
Protected Member Functions inherited from ilToolbarGUI | |
| applyAutoStickyToSingleElement () | |
| If the toolbar consists of only one button, make it sticky Note: Atm this is only possible for buttons. More... | |
Static Protected Attributes inherited from ilToolbarGUI | |
| static int | $instances = 0 |
Definition at line 28 of file class.ilTestNavigationToolbarGUI.php.
| ilTestNavigationToolbarGUI::__construct | ( | ilCtrl | $ctrl, |
| ilLanguage | $lng, | ||
| ilTestPlayerAbstractGUI | $playerGUI | ||
| ) |
| ilCtrl | $ctrl | |
| ilLanguage | $lng | |
| ilTestPlayerAbstractGUI | $playerGUI |
Definition at line 87 of file class.ilTestNavigationToolbarGUI.php.
References $ctrl, ilToolbarGUI\$lng, $playerGUI, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 320 of file class.ilTestNavigationToolbarGUI.php.
References ilToolbarGUI\addButtonInstance(), ILIAS\Repository\ctrl(), getFinishTestCommand(), ilTestPlayerNavButton\getInstance(), and isFinishTestButtonPrimary().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 274 of file class.ilTestNavigationToolbarGUI.php.
References ilToolbarGUI\addButtonInstance(), ILIAS\Repository\ctrl(), ilTestPlayerNavButton\getInstance(), and ilTestPlayerCommands\QUESTION_SUMMARY.
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 288 of file class.ilTestNavigationToolbarGUI.php.
References ilToolbarGUI\addButtonInstance(), ILIAS\Repository\ctrl(), ilTestPlayerNavButton\getInstance(), and ilTestPlayerCommands\SHOW_QUESTION_SELECTION.
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 302 of file class.ilTestNavigationToolbarGUI.php.
References ilToolbarGUI\addButtonInstance(), ILIAS\Repository\ctrl(), ilTestPlayerNavButton\getInstance(), isQuestionTreeVisible(), and ilTestPlayerCommands\TOGGLE_SIDE_LIST.
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 260 of file class.ilTestNavigationToolbarGUI.php.
References ilToolbarGUI\addButtonInstance(), ILIAS\Repository\ctrl(), ilTestPlayerNavButton\getInstance(), and ilTestPlayerCommands\SUSPEND_TEST.
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::build | ( | ) |
Definition at line 237 of file class.ilTestNavigationToolbarGUI.php.
References addFinishTestButton(), addQuestionListButton(), addQuestionSelectionButton(), addQuestionTreeButton(), addSuspendTestButton(), isFinishTestButtonEnabled(), isQuestionListButtonEnabled(), isQuestionSelectionButtonEnabled(), isQuestionTreeButtonEnabled(), and isSuspendTestButtonEnabled().
Here is the call graph for this function:| ilTestNavigationToolbarGUI::getFinishTestCommand | ( | ) |
Definition at line 192 of file class.ilTestNavigationToolbarGUI.php.
References $finishTestCommand.
Referenced by addFinishTestButton().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isDisabledStateEnabled | ( | ) |
Definition at line 224 of file class.ilTestNavigationToolbarGUI.php.
References $disabledStateEnabled.
| ilTestNavigationToolbarGUI::isFinishTestButtonEnabled | ( | ) |
Definition at line 176 of file class.ilTestNavigationToolbarGUI.php.
References $finishTestButtonEnabled.
Referenced by build().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isFinishTestButtonPrimary | ( | ) |
Definition at line 208 of file class.ilTestNavigationToolbarGUI.php.
References $finishTestButtonPrimary.
Referenced by addFinishTestButton().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isQuestionListButtonEnabled | ( | ) |
Definition at line 115 of file class.ilTestNavigationToolbarGUI.php.
References $questionListButtonEnabled.
Referenced by build().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isQuestionSelectionButtonEnabled | ( | ) |
Definition at line 160 of file class.ilTestNavigationToolbarGUI.php.
References $questionSelectionButtonEnabled.
Referenced by build().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isQuestionTreeButtonEnabled | ( | ) |
Definition at line 131 of file class.ilTestNavigationToolbarGUI.php.
References $questionTreeButtonEnabled.
Referenced by build().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isQuestionTreeVisible | ( | ) |
Definition at line 147 of file class.ilTestNavigationToolbarGUI.php.
References $questionTreeVisible.
Referenced by addQuestionTreeButton().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::isSuspendTestButtonEnabled | ( | ) |
Definition at line 99 of file class.ilTestNavigationToolbarGUI.php.
References $suspendTestButtonEnabled.
Referenced by build().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::setDisabledStateEnabled | ( | $disabledStateEnabled | ) |
| boolean | $disabledStateEnabled |
Definition at line 232 of file class.ilTestNavigationToolbarGUI.php.
References $disabledStateEnabled.
| ilTestNavigationToolbarGUI::setFinishTestButtonEnabled | ( | $finishTestButtonEnabled | ) |
| boolean | $finishTestButtonEnabled |
Definition at line 184 of file class.ilTestNavigationToolbarGUI.php.
References $finishTestButtonEnabled.
| ilTestNavigationToolbarGUI::setFinishTestButtonPrimary | ( | $finishTestButtonPrimary | ) |
| boolean | $finishTestButtonPrimary |
Definition at line 216 of file class.ilTestNavigationToolbarGUI.php.
References $finishTestButtonPrimary.
Referenced by ilTestOutputGUI\handlePrimaryButton().
Here is the caller graph for this function:| ilTestNavigationToolbarGUI::setFinishTestCommand | ( | $finishTestCommand | ) |
| string | $finishTestCommand |
Definition at line 200 of file class.ilTestNavigationToolbarGUI.php.
References $finishTestCommand.
| ilTestNavigationToolbarGUI::setQuestionListButtonEnabled | ( | $questionListButtonEnabled | ) |
| boolean | $questionListButtonEnabled |
Definition at line 123 of file class.ilTestNavigationToolbarGUI.php.
References $questionListButtonEnabled.
| ilTestNavigationToolbarGUI::setQuestionSelectionButtonEnabled | ( | $questionSelectionButtonEnabled | ) |
| boolean | $questionSelectionButtonEnabled |
Definition at line 168 of file class.ilTestNavigationToolbarGUI.php.
References $questionSelectionButtonEnabled.
| ilTestNavigationToolbarGUI::setQuestionTreeButtonEnabled | ( | $questionTreeButtonEnabled | ) |
| boolean | $questionTreeButtonEnabled |
Definition at line 139 of file class.ilTestNavigationToolbarGUI.php.
References $questionTreeButtonEnabled.
| ilTestNavigationToolbarGUI::setQuestionTreeVisible | ( | bool | $questionTreeVisible | ) |
Definition at line 152 of file class.ilTestNavigationToolbarGUI.php.
References $questionTreeVisible.
| ilTestNavigationToolbarGUI::setSuspendTestButtonEnabled | ( | $suspendTestButtonEnabled | ) |
| boolean | $suspendTestButtonEnabled |
Definition at line 107 of file class.ilTestNavigationToolbarGUI.php.
References $suspendTestButtonEnabled.
|
protected |
Definition at line 33 of file class.ilTestNavigationToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 80 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isDisabledStateEnabled(), and setDisabledStateEnabled().
|
private |
Definition at line 65 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isFinishTestButtonEnabled(), and setFinishTestButtonEnabled().
|
private |
Definition at line 75 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isFinishTestButtonPrimary(), and setFinishTestButtonPrimary().
|
private |
Definition at line 70 of file class.ilTestNavigationToolbarGUI.php.
Referenced by getFinishTestCommand(), and setFinishTestCommand().
|
protected |
Definition at line 38 of file class.ilTestNavigationToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 48 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isQuestionListButtonEnabled(), and setQuestionListButtonEnabled().
|
private |
Definition at line 60 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isQuestionSelectionButtonEnabled(), and setQuestionSelectionButtonEnabled().
|
private |
Definition at line 53 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isQuestionTreeButtonEnabled(), and setQuestionTreeButtonEnabled().
|
private |
Definition at line 55 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isQuestionTreeVisible(), and setQuestionTreeVisible().
|
private |
Definition at line 43 of file class.ilTestNavigationToolbarGUI.php.
Referenced by isSuspendTestButtonEnabled(), and setSuspendTestButtonEnabled().