Examples of BGAreaTableModel


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