|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilTestResultsToolbarGUI:
Collaboration diagram for ilTestResultsToolbarGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng) | |
| build () | |
| setPdfExportLinkTarget ($pdfExportLinkTarget) | |
| getPdfExportLinkTarget () | |
| setCertificateLinkTarget ($certificateLinkTarget) | |
| getCertificateLinkTarget () | |
| setShowBestSolutionsLinkTarget ($showBestSolutionsLinkTarget) | |
| getShowBestSolutionsLinkTarget () | |
| setHideBestSolutionsLinkTarget ($hideBestSolutionsLinkTarget) | |
| getHideBestSolutionsLinkTarget () | |
| setParticipantSelectorOptions ($participantSelectorOptions) | |
| getParticipantSelectorOptions () | |
| getParticipantSelectorOptionsWithHintOption () | |
Public Member Functions inherited from ilToolbarGUI | |
| __construct () | |
| setFormAction ($a_val, $a_multipart=false, $a_target="") | |
| Set form action (if form action is set, toolbar is wrapped into form tags) More... | |
| getFormAction () | |
| Get form action. More... | |
| setLeadingImage ($a_img, $a_alt) | |
| Set leading image. More... | |
| setHidden ($a_val) | |
| Set hidden. More... | |
| getHidden () | |
| Get hidden. More... | |
| setId ($a_val) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
| setPreventDoubleSubmission ($a_val) | |
| Set prevent double submission. More... | |
| getPreventDoubleSubmission () | |
| Get prevent double submission. More... | |
| addButton ( $a_txt, $a_cmd, $a_target="", $a_acc_key="", $a_additional_attrs='', $a_id="", $a_class='submit') | |
| Add button to toolbar. More... | |
| addFormButton ($a_txt, $a_cmd, $a_acc_key="", $a_primary=false, $a_class=false) | |
| Add form button to toolbar. More... | |
| addInputItem (ilToolbarItem $a_item, $a_output_label=false) | |
| Add input item. More... | |
| addStickyItem ($a_item, $a_output_label=false) | |
| Add a sticky item. More... | |
| addButtonInstance (ilButtonBase $a_button) | |
| Add button instance. More... | |
| addDropDown ($a_txt, $a_dd_html) | |
| Add Dropdown. More... | |
| addAdvancedSelectionList (ilAdvancedSelectionListGUI $adv) | |
| addSeparator () | |
| Add separator. More... | |
| addText ($a_text) | |
| Add text. More... | |
| addSpacer ($a_width=null) | |
| Add spacer. More... | |
| addComponent (\ILIAS\UI\Component\Component $a_comp) | |
| Add component. More... | |
| addLink ($a_caption, $a_url, $a_disabled=false) | |
| Add link. More... | |
| setOpenFormTag ($a_val) | |
| Set open form tag. More... | |
| getOpenFormTag () | |
| Get open form tag. More... | |
| setCloseFormTag ($a_val) | |
| Set close form tag. More... | |
| getCloseFormTag () | |
| Get close form tag. More... | |
| setFormName ($a_val) | |
| Set form name. More... | |
| getFormName () | |
| Get form name. More... | |
| getGroupedItems () | |
| Get all groups (items separated by a separator) More... | |
| getItems () | |
| setItems ($items) | |
Data Fields | |
| $ctrl = null | |
| $tpl = null | |
| $lng = null | |
Data Fields inherited from ilToolbarGUI | |
| $items = array() | |
Private Member Functions | |
| getPdfExportLabel () | |
Private Attributes | |
| $pdfExportLinkTarget = null | |
| $certificateLinkTarget = null | |
| $showBestSolutionsLinkTarget = null | |
| $hideBestSolutionsLinkTarget = null | |
| $participantSelectorOptions = array() | |
Additional Inherited Members | |
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... | |
Protected Attributes inherited from ilToolbarGUI | |
| $lng | |
| $id = '' | |
| $form_action = '' | |
| $hidden | |
| $lead_img | |
| $open_form_tag = true | |
| $close_form_tag = true | |
| $form_target = "" | |
| $form_name = "" | |
| $prevent_double_submission = false | |
| $sticky_items = array() | |
| $has_separator = false | |
Static Protected Attributes inherited from ilToolbarGUI | |
| static | $instances = 0 |
Definition at line 13 of file class.ilTestResultsToolbarGUI.php.
| ilTestResultsToolbarGUI::__construct | ( | ilCtrl | $ctrl, |
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng | ||
| ) |
Definition at line 55 of file class.ilTestResultsToolbarGUI.php.
References $ctrl, $lng, $tpl, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilTestResultsToolbarGUI::build | ( | ) |
Definition at line 64 of file class.ilTestResultsToolbarGUI.php.
References ilToolbarGUI\addButton(), ilToolbarGUI\addButtonInstance(), ilToolbarGUI\addInputItem(), ilToolbarGUI\addSeparator(), getCertificateLinkTarget(), getHideBestSolutionsLinkTarget(), ilLinkButton\getInstance(), getParticipantSelectorOptions(), getParticipantSelectorOptionsWithHintOption(), getPdfExportLabel(), getPdfExportLinkTarget(), getShowBestSolutionsLinkTarget(), and ilToolbarGUI\setId().
Here is the call graph for this function:| ilTestResultsToolbarGUI::getCertificateLinkTarget | ( | ) |
Definition at line 129 of file class.ilTestResultsToolbarGUI.php.
References $certificateLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getHideBestSolutionsLinkTarget | ( | ) |
Definition at line 149 of file class.ilTestResultsToolbarGUI.php.
References $hideBestSolutionsLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getParticipantSelectorOptions | ( | ) |
Definition at line 159 of file class.ilTestResultsToolbarGUI.php.
References $participantSelectorOptions.
Referenced by build(), and getParticipantSelectorOptionsWithHintOption().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getParticipantSelectorOptionsWithHintOption | ( | ) |
Definition at line 164 of file class.ilTestResultsToolbarGUI.php.
References getParticipantSelectorOptions().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 109 of file class.ilTestResultsToolbarGUI.php.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getPdfExportLinkTarget | ( | ) |
Definition at line 119 of file class.ilTestResultsToolbarGUI.php.
References $pdfExportLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::getShowBestSolutionsLinkTarget | ( | ) |
Definition at line 139 of file class.ilTestResultsToolbarGUI.php.
References $showBestSolutionsLinkTarget.
Referenced by build().
Here is the caller graph for this function:| ilTestResultsToolbarGUI::setCertificateLinkTarget | ( | $certificateLinkTarget | ) |
Definition at line 124 of file class.ilTestResultsToolbarGUI.php.
References $certificateLinkTarget.
| ilTestResultsToolbarGUI::setHideBestSolutionsLinkTarget | ( | $hideBestSolutionsLinkTarget | ) |
Definition at line 144 of file class.ilTestResultsToolbarGUI.php.
References $hideBestSolutionsLinkTarget.
| ilTestResultsToolbarGUI::setParticipantSelectorOptions | ( | $participantSelectorOptions | ) |
Definition at line 154 of file class.ilTestResultsToolbarGUI.php.
References $participantSelectorOptions.
| ilTestResultsToolbarGUI::setPdfExportLinkTarget | ( | $pdfExportLinkTarget | ) |
Definition at line 114 of file class.ilTestResultsToolbarGUI.php.
References $pdfExportLinkTarget.
| ilTestResultsToolbarGUI::setShowBestSolutionsLinkTarget | ( | $showBestSolutionsLinkTarget | ) |
Definition at line 134 of file class.ilTestResultsToolbarGUI.php.
References $showBestSolutionsLinkTarget.
|
private |
Definition at line 38 of file class.ilTestResultsToolbarGUI.php.
Referenced by getCertificateLinkTarget(), and setCertificateLinkTarget().
| ilTestResultsToolbarGUI::$ctrl = null |
Definition at line 18 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 48 of file class.ilTestResultsToolbarGUI.php.
Referenced by getHideBestSolutionsLinkTarget(), and setHideBestSolutionsLinkTarget().
| ilTestResultsToolbarGUI::$lng = null |
Definition at line 28 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().
|
private |
Definition at line 53 of file class.ilTestResultsToolbarGUI.php.
Referenced by getParticipantSelectorOptions(), and setParticipantSelectorOptions().
|
private |
Definition at line 33 of file class.ilTestResultsToolbarGUI.php.
Referenced by getPdfExportLinkTarget(), and setPdfExportLinkTarget().
|
private |
Definition at line 43 of file class.ilTestResultsToolbarGUI.php.
Referenced by getShowBestSolutionsLinkTarget(), and setShowBestSolutionsLinkTarget().
| ilTestResultsToolbarGUI::$tpl = null |
Definition at line 23 of file class.ilTestResultsToolbarGUI.php.
Referenced by __construct().