public class LookupEditorFactory extends Object implements EditorFactory
| Constructor and Description |
|---|
LookupEditorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyEditorDescriptor> |
getAllEditorDescriptors() |
Collection<PropertyEditorDescriptor> |
getMatchingEditorDescriptors(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 Collection<PropertyEditorDescriptor> getMatchingEditorDescriptors(String editorType)
getMatchingEditorDescriptors in interface EditorFactorypublic Collection<PropertyEditorDescriptor> getAllEditorDescriptors()
getAllEditorDescriptors in interface EditorFactorypublic void setEditorFactory(DefaultEditorFactory editorFactory)
editorFactory - the editorFactory to setCopyright © 2017 SAP SE. All Rights Reserved.