Examples of BGMultipleCopyWizardController


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
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.