propertyNameLabelValuePanelPairs
.add(propertyNameLabelValuePanelPair);
}
}
ListView propertyNameLabelValuePanelListView = new PropertyNameLabelValuePanelListView(
"propertyNameLabelValuePanelListView",
propertyNameLabelValuePanelPairs);
item.add(propertyNameLabelValuePanelListView);
if (!app.isConceptDisplayAllowed(getAppSession(), conceptConfig)) {
propertyNameLabelValuePanelListView.setVisible(false);
}
List<Panel> childList = new ArrayList<Panel>();
for (IEntity neighborConfigEntity : neighborsConfig) {
NeighborConfig neighborConfig = (NeighborConfig) neighborConfigEntity;