Package org.olat.group.ui.run

Examples of org.olat.group.ui.run.BusinessGroupSendToChooserForm


  /**
   * @param ureq
   */
  private void doContactForm(UserRequest ureq) {
    if (vc_sendToChooserForm == null) vc_sendToChooserForm = new VelocityContainer("cosendtochooser", BusinessGroupMainRunController.class, "cosendtochooser", businessGroupTranslator, this);
    sendToChooserForm = new BusinessGroupSendToChooserForm("vc_sendToChooserForm", businessGroupTranslator, this.currentGroup, getIsGMAdminOwner(ureq));
    sendToChooserForm.addListener(this);
    vc_sendToChooserForm.put(sendToChooserForm);
    content.setContent(vc_sendToChooserForm);
  }
View Full Code Here

TOP

Related Classes of org.olat.group.ui.run.BusinessGroupSendToChooserForm

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.