protected VisualMappingsControl createVisualMappingsControl(
HasResourceCategorizer resourceGrouping,
DefaultManagedSlotMappingConfiguration uiModel, String contentType) {
// TODO change configuration to configurationUIModel
return new DefaultVisualMappingsControl(uiModel, resourceGrouping,
this.uiProvider, resolverFactoryProvider);
}