Package org.olat.course.condition

Examples of org.olat.course.condition.ConditionEditController


   
    Condition accessCondition = courseNode.getPreConditionAccess();
    ICourse course = CourseFactory.loadCourse(ores);
    moduleConfiguration.set(DENCourseNode.CONF_COURSE_ID, course.getResourceableId());
   
    accessibilityCondContr = new ConditionEditController(ureq, wControl, course.getCourseEnvironment().getCourseGroupManager(), accessCondition,
        "accessabilityConditionForm", AssessmentHelper.getAssessableNodes(course.getEditorTreeModel(), courseNode), userCourseEnv);
    this.listenTo(accessibilityCondContr);
   
    dateFormContr = new DENEditForm(ureq, getWindowControl(), this.moduleConfiguration);
    dateFormContr.addControllerListener(this);
View Full Code Here

TOP

Related Classes of org.olat.course.condition.ConditionEditController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.