org.springframework.richclient.list
Class ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
java.lang.Object
org.springframework.richclient.form.builder.support.AbstractFormComponentInterceptor
org.springframework.richclient.list.ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
- All Implemented Interfaces:
- FormComponentInterceptor
- Enclosing class:
- ComboBoxAutoCompletionInterceptorFactory
public class ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
- extends AbstractFormComponentInterceptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor
public ComboBoxAutoCompletionInterceptorFactory.ComboBoxAutoCompletionInterceptor(FormModel formModel)
- Constructs a new
AutoCompletionInterceptor
instance.
- Parameters:
formModel
- the formModel
processComponent
public void processComponent(String propertyName,
JComponent component)
- Description copied from interface:
FormComponentInterceptor
- Perform some kind of processing on the component.
- Specified by:
processComponent
in interface FormComponentInterceptor
- Overrides:
processComponent
in class AbstractFormComponentInterceptor
- Parameters:
propertyName
- the name of the property that the component is forcomponent
- the component to process- See Also:
AbstractFormComponentInterceptor.processComponent(java.lang.String,
javax.swing.JComponent)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.