Package org.olat.group.ui

Examples of org.olat.group.ui.BusinessGroupTableModel


        groups = contextManager.getGroupsOfBGContext(bgContext); // all groups
      } else {
        groups = areaManager.findBusinessGroupsOfArea(this.currentAreaFilter); // filtered
        // groups
      }
      groupListModel = new BusinessGroupTableModel(groups);
      groupListCtr.setTableDataModel(groupListModel);

      // 2. find areas for group list filter
      if (flags.isEnabled(BGConfigFlags.AREAS)) {
        this.areaFilters = areaManager.findBGAreasOfBGContext(bgContext);
View Full Code Here

TOP

Related Classes of org.olat.group.ui.BusinessGroupTableModel

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.