Package org.olat.modules.dialog

Examples of org.olat.modules.dialog.DialogElementsController


  public DialogCourseNodeRunController(UserRequest ureq, UserCourseEnvironment userCourseEnv, WindowControl wControl,
      DialogCourseNode dialogCourseNode, NodeEvaluation ne) {
    super(ureq, wControl);
    addLoggingResourceable(LoggingResourceable.wrap(dialogCourseNode));

    Controller dialogCtr = new DialogElementsController(ureq, getWindowControl(), dialogCourseNode, userCourseEnv, ne);
    listenTo(dialogCtr);

    putInitialPanel(dialogCtr.getInitialComponent());
  }
View Full Code Here

TOP

Related Classes of org.olat.modules.dialog.DialogElementsController

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.