Search in sources :

Example 6 with SimpleStackedPanel

use of org.olat.core.gui.components.panel.SimpleStackedPanel in project openolat by klemens.

the class CPContentController method init.

protected void init(UserRequest ureq) {
    mainPanel = putInitialPanel(new SimpleStackedPanel("cpContent"));
    CPManagerImpl cpMgm = (CPManagerImpl) CPManager.getInstance();
    currentPage = cpMgm.getFirstPageToDisplay(cp);
    displayPage(ureq, currentPage.getIdentifier());
}
Also used : SimpleStackedPanel(org.olat.core.gui.components.panel.SimpleStackedPanel) CPManagerImpl(org.olat.ims.cp.CPManagerImpl)

Aggregations

SimpleStackedPanel (org.olat.core.gui.components.panel.SimpleStackedPanel)6 StackedPanel (org.olat.core.gui.components.panel.StackedPanel)4 AssertException (org.olat.core.logging.AssertException)2 CPManagerImpl (org.olat.ims.cp.CPManagerImpl)2