bundlesSection.addItem(bundlesListView);
bundlesSection.setExpanded(true);
this.addSection(bundlesSection);
bundleGroupsSection = new SectionStackSection(MSG.common_title_bundleGroups());
bundleGroupsListView = new BundleGroupsListView(globalPermissions);
bundleGroupsSection.addItem(bundleGroupsListView);
bundleGroupsSection.setExpanded(true);
this.addSection(bundleGroupsSection);
setExpansion(true, true);