Search in sources :

Example 6 with LLRunController

use of de.bps.course.nodes.ll.LLRunController in project openolat by klemens.

the class LLCourseNode method createPreviewController.

/**
 * @see org.olat.course.nodes.GenericCourseNode#createPreviewController(org.olat.core.gui.UserRequest,
 *      org.olat.core.gui.control.WindowControl,
 *      org.olat.course.run.userview.UserCourseEnvironment,
 *      org.olat.course.run.userview.NodeEvaluation)
 */
@Override
public Controller createPreviewController(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne) {
    Controller controller = new LLRunController(ureq, wControl, getModuleConfiguration(), this, userCourseEnv, true);
    controller = TitledWrapperHelper.getWrapper(ureq, wControl, controller, this, "o_ll_icon");
    return controller;
}
Also used : TabbableController(org.olat.core.gui.control.generic.tabbable.TabbableController) LLEditController(de.bps.course.nodes.ll.LLEditController) LLRunController(de.bps.course.nodes.ll.LLRunController) Controller(org.olat.core.gui.control.Controller) NodeEditController(org.olat.course.editor.NodeEditController) ConditionEditController(org.olat.course.condition.ConditionEditController) LLRunController(de.bps.course.nodes.ll.LLRunController)

Aggregations

LLEditController (de.bps.course.nodes.ll.LLEditController)6 LLRunController (de.bps.course.nodes.ll.LLRunController)6 Controller (org.olat.core.gui.control.Controller)6 TabbableController (org.olat.core.gui.control.generic.tabbable.TabbableController)6 ConditionEditController (org.olat.course.condition.ConditionEditController)6 NodeEditController (org.olat.course.editor.NodeEditController)6 NodeRunConstructionResult (org.olat.course.run.navigation.NodeRunConstructionResult)2