Search in sources :

Example 1 with InfoCourseNodeEditController

use of org.olat.course.nodes.info.InfoCourseNodeEditController in project OpenOLAT by OpenOLAT.

the class InfoCourseNode method createEditController.

@Override
public TabbableController createEditController(UserRequest ureq, WindowControl wControl, BreadcrumbPanel stackPanel, ICourse course, UserCourseEnvironment euce) {
    InfoCourseNodeEditController childTabCntrllr = new InfoCourseNodeEditController(ureq, wControl, getModuleConfiguration(), this, course, euce);
    CourseNode chosenNode = course.getEditorTreeModel().getCourseNode(euce.getCourseEditorEnv().getCurrentCourseNodeId());
    return new NodeEditController(ureq, wControl, course.getEditorTreeModel(), course, chosenNode, euce, childTabCntrllr);
}
Also used : InfoCourseNodeEditController(org.olat.course.nodes.info.InfoCourseNodeEditController) NodeEditController(org.olat.course.editor.NodeEditController) InfoCourseNodeEditController(org.olat.course.nodes.info.InfoCourseNodeEditController)

Example 2 with InfoCourseNodeEditController

use of org.olat.course.nodes.info.InfoCourseNodeEditController in project openolat by klemens.

the class InfoCourseNode method createEditController.

@Override
public TabbableController createEditController(UserRequest ureq, WindowControl wControl, BreadcrumbPanel stackPanel, ICourse course, UserCourseEnvironment euce) {
    InfoCourseNodeEditController childTabCntrllr = new InfoCourseNodeEditController(ureq, wControl, getModuleConfiguration(), this, course, euce);
    CourseNode chosenNode = course.getEditorTreeModel().getCourseNode(euce.getCourseEditorEnv().getCurrentCourseNodeId());
    return new NodeEditController(ureq, wControl, course.getEditorTreeModel(), course, chosenNode, euce, childTabCntrllr);
}
Also used : InfoCourseNodeEditController(org.olat.course.nodes.info.InfoCourseNodeEditController) NodeEditController(org.olat.course.editor.NodeEditController) InfoCourseNodeEditController(org.olat.course.nodes.info.InfoCourseNodeEditController)

Aggregations

NodeEditController (org.olat.course.editor.NodeEditController)2 InfoCourseNodeEditController (org.olat.course.nodes.info.InfoCourseNodeEditController)2