Package org.olat.group.ui.wizard

Examples of org.olat.group.ui.wizard.BGMultipleCopyWizardController


    closeableModalController.activate();
  }

  private void doMultipleGroupCopy(UserRequest ureq) {
    if (bgMultipleCopyWizardCtr != null) bgMultipleCopyWizardCtr.dispose();
    this.bgMultipleCopyWizardCtr = new BGMultipleCopyWizardController(ureq, getWindowControl(), this.currentGroup, this.flags);
    this.bgMultipleCopyWizardCtr.addControllerListener(this);
    if (closeableModalController != null) closeableModalController.dispose();
    closeableModalController = new CloseableModalController(getWindowControl(), translate("close"), bgMultipleCopyWizardCtr.getInitialComponent());
    closeableModalController.activate();
  }
View Full Code Here

TOP

Related Classes of org.olat.group.ui.wizard.BGMultipleCopyWizardController

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.