org.springframework.richclient.list
Class ComboBoxAutoCompletionInterceptorFactory
java.lang.Object
org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory
- All Implemented Interfaces:
- FormComponentInterceptorFactory
public class ComboBoxAutoCompletionInterceptorFactory
- extends Object
- implements FormComponentInterceptorFactory
- Author:
- Peter De Bruycker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboBoxAutoCompletionInterceptorFactory
public ComboBoxAutoCompletionInterceptorFactory()
getInterceptor
public FormComponentInterceptor getInterceptor(FormModel formModel)
- Description copied from interface:
FormComponentInterceptorFactory
- Returns a
FormComponentInterceptor
s for the given
FormModel
.
- Specified by:
getInterceptor
in interface FormComponentInterceptorFactory
- See Also:
FormComponentInterceptorFactory.getInterceptor(org.springframework.binding.form.FormModel)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.