Package org.olat.group.ui.area

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


    setTools(STATE_GROUP_LIST);
  }

  private void doAreaEdit(UserRequest ureq) {
    if (areaEditCtr != null) areaEditCtr.dispose();
    areaEditCtr = new BGAreaEditController(ureq, getWindowControl(), this.currentArea);
    areaEditCtr.addControllerListener(this);
    setMainContent(areaEditCtr.getInitialComponent());
    setTools(STATE_AREA_EDIT);
  }
View Full Code Here

TOP

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

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.