Package org.olat.core.gui.control.generic.spacesaver

Examples of org.olat.core.gui.control.generic.spacesaver.ExpColController


    Component protectedMainPanel = DebugHelper.createDebugProtectedWrapper(mainpanel);
   
    devToolLink = LinkFactory.createCustomLink("devTool", "devTool", "", Link.NONTRANSLATED, myContent, this);
    devToolLink.setCustomEnabledLinkCSS("b_dev");
    devToolLink.setTitle(translate("devTool"));
    spacesaverController = new ExpColController(ureq, getWindowControl(), false, protectedMainPanel, devToolLink);
   
    mainComp = DebugHelper.createDebugProtectedWrapper(spacesaverController.getInitialComponent());
    putInitialPanel(mainComp);
  }
View Full Code Here

TOP

Related Classes of org.olat.core.gui.control.generic.spacesaver.ExpColController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.