Search in sources :

Example 1 with InfoRunController

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);
}
Also used : InfoRunController(org.olat.course.nodes.info.InfoRunController) TabbableController(org.olat.core.gui.control.generic.tabbable.TabbableController) InfoRunController(org.olat.course.nodes.info.InfoRunController) InfoCourseNodeEditController(org.olat.course.nodes.info.InfoCourseNodeEditController) InfoPeekViewController(org.olat.course.nodes.info.InfoPeekViewController) Controller(org.olat.core.gui.control.Controller) NodeEditController(org.olat.course.editor.NodeEditController) NodeRunConstructionResult(org.olat.course.run.navigation.NodeRunConstructionResult)

Example 2 with InfoRunController

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);
}
Also used : InfoRunController(org.olat.course.nodes.info.InfoRunController) TabbableController(org.olat.core.gui.control.generic.tabbable.TabbableController) InfoRunController(org.olat.course.nodes.info.InfoRunController) InfoCourseNodeEditController(org.olat.course.nodes.info.InfoCourseNodeEditController) InfoPeekViewController(org.olat.course.nodes.info.InfoPeekViewController) Controller(org.olat.core.gui.control.Controller) NodeEditController(org.olat.course.editor.NodeEditController) NodeRunConstructionResult(org.olat.course.run.navigation.NodeRunConstructionResult)

Aggregations

Controller (org.olat.core.gui.control.Controller)2 TabbableController (org.olat.core.gui.control.generic.tabbable.TabbableController)2 NodeEditController (org.olat.course.editor.NodeEditController)2 InfoCourseNodeEditController (org.olat.course.nodes.info.InfoCourseNodeEditController)2 InfoPeekViewController (org.olat.course.nodes.info.InfoPeekViewController)2 InfoRunController (org.olat.course.nodes.info.InfoRunController)2 NodeRunConstructionResult (org.olat.course.run.navigation.NodeRunConstructionResult)2