entityModelForLink.setContextAdapterIfAny(getEntityModel().getContextAdapterIfAny());
entityModelForLink.setRenderingHint(getEntityModel().getRenderingHint());
final ComponentFactory componentFactory = getComponentFactoryRegistry().findComponentFactory(ComponentType.ENTITY_ICON_AND_TITLE, entityModelForLink);
//final ComponentFactory componentFactory = getComponentFactoryRegistry().findComponentFactory(ComponentType.ENTITY_ICON_TITLE_AND_COPYLINK, entityModelForLink);
final Component component = componentFactory.createComponent(entityModelForLink);
addOrReplace(component);
permanentlyHide(ID_ENTITY_TITLE_NULL);
} else {
// represent no object by a simple label displaying '(null)'