Class LookupEditorFactory
java.lang.Object
de.hybris.platform.cockpit.model.meta.LookupEditorFactory
- All Implemented Interfaces:
EditorFactory,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class LookupEditorFactory
extends Object
implements EditorFactory, org.springframework.context.ApplicationContextAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMatchingEditorDescriptors(String editorType) voidinit()protected PropertyEditorDescriptormerge(PropertyEditorDescriptor master, PropertyEditorDescriptor update) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetEditorFactory(DefaultEditorFactory editorFactory)
-
Constructor Details
-
LookupEditorFactory
public LookupEditorFactory()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
init
public void init() -
merge
protected PropertyEditorDescriptor merge(PropertyEditorDescriptor master, PropertyEditorDescriptor update) -
getMatchingEditorDescriptors
- Specified by:
getMatchingEditorDescriptorsin interfaceEditorFactory
-
getAllEditorDescriptors
- Specified by:
getAllEditorDescriptorsin interfaceEditorFactory
-
setEditorFactory
- Parameters:
editorFactory- the editorFactory to set
-