Package org.olat.group.ui.main

Examples of org.olat.group.ui.main.BGMainController


   * @param wControl
   * @param initialViewIdentifier
   * @return a configured buddy group main controller
   */
  public BGMainController createBuddyGroupMainController(UserRequest ureq, WindowControl wControl, String initialViewIdentifier) {
    return new BGMainController(ureq, wControl, initialViewIdentifier);
  }
View Full Code Here

TOP

Related Classes of org.olat.group.ui.main.BGMainController

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.