Search in sources :

Example 1 with EPMapRunController

use of org.olat.portfolio.ui.EPMapRunController in project openolat by klemens.

the class UserInfoMainController method doOpenPortfolio.

private EPMapRunController doOpenPortfolio(UserRequest ureq) {
    removeAsListenerAndDispose(portfolioController);
    OLATResourceable ores = OresHelper.createOLATResourceableType(CMD_PORTFOLIO);
    WindowControl bwControl = addToHistory(ureq, ores, null);
    portfolioController = new EPMapRunController(ureq, bwControl, false, EPMapRunViewOption.OTHER_MAPS, chosenIdentity);
    listenTo(portfolioController);
    return portfolioController;
}
Also used : OLATResourceable(org.olat.core.id.OLATResourceable) EPMapRunController(org.olat.portfolio.ui.EPMapRunController) WindowControl(org.olat.core.gui.control.WindowControl)

Example 2 with EPMapRunController

use of org.olat.portfolio.ui.EPMapRunController in project OpenOLAT by OpenOLAT.

the class UserInfoMainController method doOpenPortfolio.

private EPMapRunController doOpenPortfolio(UserRequest ureq) {
    removeAsListenerAndDispose(portfolioController);
    OLATResourceable ores = OresHelper.createOLATResourceableType(CMD_PORTFOLIO);
    WindowControl bwControl = addToHistory(ureq, ores, null);
    portfolioController = new EPMapRunController(ureq, bwControl, false, EPMapRunViewOption.OTHER_MAPS, chosenIdentity);
    listenTo(portfolioController);
    return portfolioController;
}
Also used : OLATResourceable(org.olat.core.id.OLATResourceable) EPMapRunController(org.olat.portfolio.ui.EPMapRunController) WindowControl(org.olat.core.gui.control.WindowControl)

Aggregations

WindowControl (org.olat.core.gui.control.WindowControl)2 OLATResourceable (org.olat.core.id.OLATResourceable)2 EPMapRunController (org.olat.portfolio.ui.EPMapRunController)2