ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilStudyProgrammeExpandableProgressListGUI. More...
Public Member Functions | |
__construct (ilStudyProgrammeUserProgress $a_progress) | |
getIndent () | |
setIndent ($a_indent) | |
getHTML () | |
shouldShowSubProgress (ilStudyProgrammeUserProgress $a_progress) | |
newSubItem (ilStudyProgrammeUserProgress $a_progress) | |
configureItemGUI (ilStudyProgrammeCourseListGUI $a_item_gui) | |
![]() | |
__construct (ilStudyProgrammeUserProgress $a_progress) | |
getHTML () | |
setShowInfoMessage ($show_info_mesage) | |
setVisibleOnPDMode ($visible_on_pd_mode) | |
setOnlyRelevant ($only_relevant) | |
Protected Member Functions | |
fillTemplate ($tpl) | |
getAccordionContentHTML () | |
getAccordionContentProgressesHTML () | |
getAccordionContentCoursesHTML () | |
getAccordionOptions () | |
getAccordionId () | |
getExpandedImageURL () | |
getNotExpandedImageURL () | |
getTitleAndIconTarget (ilStudyProgrammeUserProgress $a_progress) | |
showMyProgress () | |
addJavaScript () | |
addCSS () | |
![]() | |
fillTemplate ($tpl) | |
getTitleForItem (ilObjStudyProgramme $a_programme) | |
getTemplate ($a_component, $a_file, $a_remove_unknown_vars, $a_remove_empty_blocks) | |
getIconPath ($a_obj_id) | |
getAltIcon ($a_obj_id) | |
getTitleAndIconTarget (ilStudyProgrammeUserProgress $a_progress) | |
buildProgressBar (ilStudyProgrammeUserProgress $a_progress) | |
buildToolTip (ilStudyProgrammeUserProgress $a_progress) | |
buildProgressStatus (ilStudyProgrammeUserProgress $a_progress) | |
showMoreObjectsInfo ($programme) | |
Protected Attributes | |
$indent = 0 | |
$js_added = false | |
$css_added = false | |
$il_tpl | |
$il_rbacsystem | |
![]() | |
$il_lng | |
$il_ctrl | |
$progress | |
$html | |
$show_info_mesage | |
$visible_on_pd_mode | |
$only_relevant = false | |
Additional Inherited Members | |
![]() | |
const | SUCCESSFUL_PROGRESS_CSS_CLASS = "ilCourseObjectiveProgressBarCompleted" |
const | NON_SUCCESSFUL_PROGRESS_CSS_CLASS = "ilCourseObjectiveProgressBarNeutral" |
![]() | |
static | $tpl_file = "tpl.progress_list_item.html" |
Class ilStudyProgrammeExpandableProgressListGUI.
Definition at line 15 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
ilStudyProgrammeExpandableProgressListGUI::__construct | ( | ilStudyProgrammeUserProgress | $a_progress | ) |
Definition at line 41 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References $ilSetting, and $tpl.
|
protected |
Definition at line 258 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 247 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References iljQueryUtil\initjQueryUI().
Referenced by getHTML().
ilStudyProgrammeExpandableProgressListGUI::configureItemGUI | ( | ilStudyProgrammeCourseListGUI | $a_item_gui | ) |
Definition at line 182 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References ilObjectListGUI\enableCheckbox(), ilObjectListGUI\enableCommands(), ilObjectListGUI\enableComments(), ilObjectListGUI\enableCopy(), ilObjectListGUI\enableCut(), ilObjectListGUI\enableDelete(), ilObjectListGUI\enableDescription(), ilObjectListGUI\enableIcon(), ilObjectListGUI\enableInfoScreen(), ilObjectListGUI\enableLink(), ilObjectListGUI\enableNoticeProperties(), ilObjectListGUI\enablePayment(), ilObjectListGUI\enablePreconditions(), ilObjectListGUI\enableProgressInfo(), ilObjectListGUI\enableProperties(), ilObjectListGUI\enableSubscribe(), ilObjectListGUI\enableTags(), getIndent(), and ilStudyProgrammeCourseListGUI\setIndent().
|
protected |
Definition at line 67 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References $tpl, ilJsonUtil\encode(), getAccordionContentHTML(), getAccordionId(), getAccordionOptions(), getExpandedImageURL(), getIndent(), getNotExpandedImageURL(), and showMyProgress().
|
protected |
Definition at line 151 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References ilObjectListGUI\CONTEXT_PERSONAL_DESKTOP, ilObject\getDescription(), ilObject\getId(), ilObjectFactory\getInstanceByRefId(), ilObject\getRefId(), and ilObject\getTitle().
Referenced by getAccordionContentHTML().
|
protected |
Definition at line 109 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References getAccordionContentCoursesHTML(), and getAccordionContentProgressesHTML().
Referenced by fillTemplate().
|
protected |
Definition at line 118 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References ilStudyProgrammeProgressListGUI\$progress.
Referenced by getAccordionContentHTML().
|
protected |
Definition at line 225 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References getIndent().
Referenced by fillTemplate(), and getAccordionOptions().
|
protected |
Definition at line 203 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References getAccordionId().
Referenced by fillTemplate().
|
protected |
Definition at line 229 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References ilUtil\getImagePath().
Referenced by fillTemplate().
ilStudyProgrammeExpandableProgressListGUI::getHTML | ( | ) |
Definition at line 61 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References addCSS(), and addJavaScript().
ilStudyProgrammeExpandableProgressListGUI::getIndent | ( | ) |
Definition at line 51 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References $indent.
Referenced by ilStudyProgrammeIndividualPlanProgressListGUI\configureItemGUI(), configureItemGUI(), fillTemplate(), and getAccordionId().
|
protected |
Definition at line 234 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References ilUtil\getImagePath().
Referenced by fillTemplate().
|
protected |
Definition at line 239 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
ilStudyProgrammeExpandableProgressListGUI::newSubItem | ( | ilStudyProgrammeUserProgress | $a_progress | ) |
Definition at line 147 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
ilStudyProgrammeExpandableProgressListGUI::setIndent | ( | $a_indent | ) |
Definition at line 55 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
ilStudyProgrammeExpandableProgressListGUI::shouldShowSubProgress | ( | ilStudyProgrammeUserProgress | $a_progress | ) |
Definition at line 133 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References ilStudyProgrammeUserProgress\getStudyProgramme(), ilStudyProgrammeUserProgress\isRelevant(), and ilObjStudyProgrammeAdmin\SETTING_VISIBLE_ON_PD_READ.
|
protected |
Definition at line 243 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
References $_GET.
Referenced by fillTemplate().
|
protected |
Definition at line 29 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
|
protected |
Definition at line 39 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
|
protected |
Definition at line 34 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
|
protected |
Definition at line 19 of file class.ilStudyProgrammeExpandableProgressListGUI.php.
Referenced by getIndent().
|
protected |
Definition at line 24 of file class.ilStudyProgrammeExpandableProgressListGUI.php.