Examples of BGAreaFormController


Examples of org.olat.group.ui.area.BGAreaFormController

    //
    this.areaManager = BGAreaManagerImpl.getInstance();
    this.contentVC = this.createVelocityContainer("areaform");
    this.contentVC.contextPut("bulkMode", bulkMode ? Boolean.TRUE : Boolean.FALSE);
    //
    this.areaCreateController = new BGAreaFormController(ureq, wControl, null, bulkMode);
    listenTo(this.areaCreateController);
    this.contentVC.put("areaForm", this.areaCreateController.getInitialComponent());
   
    if (csvAreaNames != null) {
      this.areaCreateController.setAreaName(csvAreaNames);
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.