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 java.lang.Object implements EditorFactory, org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description LookupEditorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<PropertyEditorDescriptor>getAllEditorDescriptors()java.util.Collection<PropertyEditorDescriptor>getMatchingEditorDescriptors(java.lang.String editorType)voidinit()protected PropertyEditorDescriptormerge(PropertyEditorDescriptor master, PropertyEditorDescriptor update)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetEditorFactory(DefaultEditorFactory editorFactory)
-
-
-
Method Detail
-
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
public java.util.Collection<PropertyEditorDescriptor> getMatchingEditorDescriptors(java.lang.String editorType)
- Specified by:
getMatchingEditorDescriptorsin interfaceEditorFactory
-
getAllEditorDescriptors
public java.util.Collection<PropertyEditorDescriptor> getAllEditorDescriptors()
- Specified by:
getAllEditorDescriptorsin interfaceEditorFactory
-
setEditorFactory
public void setEditorFactory(DefaultEditorFactory editorFactory)
- Parameters:
editorFactory- the editorFactory to set
-
-