Package org.olat.group.ui.management

Examples of org.olat.group.ui.management.BGManagementController


  private BGManagementController createLearningGroupManagementController(UserRequest ureq, WindowControl wControl, BGContext bgContext,
      boolean useBackLink) {
    // controller configuration
    BGConfigFlags flags = BGConfigFlags.createLearningGroupDefaultFlags();
    flags.setEnabled(BGConfigFlags.BACK_SWITCH, useBackLink);
    return new BGManagementController(ureq, wControl, bgContext, flags);
  }
View Full Code Here


  private BGManagementController createRightGroupManagementController(UserRequest ureq, WindowControl wControl, BGContext bgContext,
      boolean useBackLink) {
    BGConfigFlags flags = BGConfigFlags.createRightGroupDefaultFlags();
    flags.setEnabled(BGConfigFlags.BACK_SWITCH, useBackLink);
    return new BGManagementController(ureq, wControl, bgContext, flags);
  }
View Full Code Here

TOP

Related Classes of org.olat.group.ui.management.BGManagementController

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.