use of org.olat.course.nodes.info.InfoRunController in project OpenOLAT by OpenOLAT.
the class InfoCourseNode method createNodeRunConstructionResult.
@Override
public NodeRunConstructionResult createNodeRunConstructionResult(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne, String nodecmd) {
InfoRunController infoCtrl = new InfoRunController(ureq, wControl, userCourseEnv, ne, this);
Controller titledCtrl = TitledWrapperHelper.getWrapper(ureq, wControl, infoCtrl, this, "o_infomsg_icon");
return new NodeRunConstructionResult(titledCtrl);
}
use of org.olat.course.nodes.info.InfoRunController in project openolat by klemens.
the class InfoCourseNode method createNodeRunConstructionResult.
@Override
public NodeRunConstructionResult createNodeRunConstructionResult(UserRequest ureq, WindowControl wControl, UserCourseEnvironment userCourseEnv, NodeEvaluation ne, String nodecmd) {
InfoRunController infoCtrl = new InfoRunController(ureq, wControl, userCourseEnv, ne, this);
Controller titledCtrl = TitledWrapperHelper.getWrapper(ureq, wControl, infoCtrl, this, "o_infomsg_icon");
return new NodeRunConstructionResult(titledCtrl);
}
Aggregations