propertyValuePanels.add(essentialPropertyPanel);
} // end if (propertyConfig.isEssential()) {
} // for
ListView propertyValuePanelListView = new PropertyValuePanelListView(
"propertyValuePanelListView", propertyValuePanels);
item.add(propertyValuePanelListView);
if (!app.isConceptDisplayAllowed(getAppSession(), conceptConfig)) {
propertyValuePanelListView.setVisible(false);
}
final ViewContext entityDisplayPageViewContext = new ViewContext(
viewContext);
entityDisplayPageViewContext.setUpdate(false);