public class LookupEditorFactory extends java.lang.Object implements EditorFactory
| Constructor and Description |
|---|
LookupEditorFactory() |
| Modifier and Type | Method and 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(ApplicationContext applicationContext) |
void |
setEditorFactory(DefaultEditorFactory editorFactory) |
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
BeansExceptionpublic void init()
protected PropertyEditorDescriptor merge(PropertyEditorDescriptor master, PropertyEditorDescriptor update)
public java.util.Collection<PropertyEditorDescriptor> getMatchingEditorDescriptors(java.lang.String editorType)
getMatchingEditorDescriptors in interface EditorFactorypublic java.util.Collection<PropertyEditorDescriptor> getAllEditorDescriptors()
getAllEditorDescriptors in interface EditorFactorypublic void setEditorFactory(DefaultEditorFactory editorFactory)
editorFactory - the editorFactory to setCopyright © 2018 SAP SE. All Rights Reserved.