Package org.olat.group.ui.area

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

Related Classes of org.olat.group.ui.area.BGAreaFormController

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.