entityLookupTableListView.setVisible(false);
}
add(new PropertyEmptyNameLabelListView(
"propertyEmptyNameLabelListView", essentialPropertyNames));
add(new PagingNavigator("blockNavigator", entityLookupTableListView));
add(new NeighborEmptyNameLabelListView(
"neighborEmptyNameLabelListViewTail", childNeighborNames));
} catch (Exception e) {
log.error("Error in EntityLookupTablePanel: "
+ modelContext.getEntitiesCode() + " - " + e.getMessage());