componentFactories.add(new EntityPropertiesPanelFactory());
componentFactories.add(new EntityCollectionsPanelFactory());
}
protected void addComponentFactoriesForEntityCollectionContents(final ComponentFactoryList componentFactories) {
componentFactories.add(new CollectionContentsAsAjaxTablePanelFactory());
// // work-in-progress
// componentFactories.add(new CollectionContentsAsIconsPanelFactory());
componentFactories.add(new CollectionContentsAsSummaryFactory());