Package org.olat.group.ui.area

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


  }

  private void doAreaList(UserRequest ureq, boolean initializeModel) {
    if (areaListModel == null || initializeModel) {
      List areas = areaManager.findBGAreasOfBGContext(bgContext);
      areaListModel = new BGAreaTableModel(areas, getTranslator());

      if (areaListCtr != null) areaListCtr.dispose();
      TableGuiConfiguration tableConfig = new TableGuiConfiguration();
      tableConfig.setTableEmptyMessage(translate("arealist.no.areas"));
      if (areaListCtr != null) areaListCtr.dispose();
View Full Code Here

TOP

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

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.