Examples of BGAreaEditController


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
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.