Package org.olat.course.nodes.sp

Examples of org.olat.course.nodes.sp.SPPeekviewController


   */
  public Controller createPeekViewRunController(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne) {
    if (ne.isAtLeastOneAccessible()) {
      OLATResourceable ores = OresHelper.createOLATResourceableInstance(CourseModule.class, userCourseEnv.getCourseEnvironment().getCourseResourceableId());
      ModuleConfiguration config = getModuleConfiguration();
      return new SPPeekviewController(ureq, wControl, userCourseEnv, config, ores);     
    } else {
      // use standard peekview
      return super.createPeekViewRunController(ureq, wControl, userCourseEnv, ne);
    }
  }
View Full Code Here

TOP

Related Classes of org.olat.course.nodes.sp.SPPeekviewController

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.