add(entityUpdateTableListView);
if (!app.isConceptDisplayAllowed(getAppSession(), conceptConfig)) {
entityUpdateTableListView.setVisible(false);
}
add(new PropertyEmptyNameLabelListView(
"propertyEmptyNameLabelListView", essentialPropertyNames));
add(new PagingNavigator("blockNavigator", entityUpdateTableListView));
add(new NeighborEmptyNameLabelListView(
"neighborEmptyNameLabelListViewTail",
childInternalNeighborNames));