ResourceModel resourceModel, VisualizationModel visualizationModel) {
LightweightList<SidePanelSection> sidePanelSections = CollectionFactory
.createLightweightList();
sidePanelSections.add(new SidePanelSection("Mappings",
visualMappingsControl.asWidget()));
sidePanelSections.addAll(contentDisplay.getSidePanelSections());
return sidePanelSections;
}