protected void addComponentFactoriesForEmptyCollection(final List<ComponentFactory> componentFactories) {
componentFactories.add(new EmptyCollectionPanelFactory());
}
protected void addComponentFactoriesForValue(final List<ComponentFactory> componentFactories) {
componentFactories.add(new StandaloneValuePanelFactory());
}