Examples of DialogElementsController


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
Copyright © 2018 www.massapi.com. 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.