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)
void
init()
protected PropertyEditorDescriptor
merge(PropertyEditorDescriptor master, PropertyEditorDescriptor update)
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
void
setEditorFactory(DefaultEditorFactory editorFactory)
-
-
-
Method Detail
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in 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:
getMatchingEditorDescriptors
in interfaceEditorFactory
-
getAllEditorDescriptors
public java.util.Collection<PropertyEditorDescriptor> getAllEditorDescriptors()
- Specified by:
getAllEditorDescriptors
in interfaceEditorFactory
-
setEditorFactory
public void setEditorFactory(DefaultEditorFactory editorFactory)
- Parameters:
editorFactory
- the editorFactory to set
-
-