Examples of BGCopyWizardController


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

    setTools(STATE_GROUP_CREATE_FORM);
  }

  private void doGroupCopy(UserRequest ureq) {
    if (bgCopyWizardCtr != null) bgCopyWizardCtr.dispose();
    this.bgCopyWizardCtr = new BGCopyWizardController(ureq, getWindowControl(), this.currentGroup, this.flags);
    this.bgCopyWizardCtr.addControllerListener(this);
    if (closeableModalController != null) closeableModalController.dispose();
    closeableModalController = new CloseableModalController(getWindowControl(), translate("close"), bgCopyWizardCtr.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.