Examples of BGMainController


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
Copyright © 2018 www.massapi.com. 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.