org.springframework.richclient.form.builder.support
Class ShowCaptionInStatusBarInterceptorFactory
java.lang.Object
org.springframework.richclient.form.builder.support.ShowCaptionInStatusBarInterceptorFactory
- All Implemented Interfaces:
- FormComponentInterceptorFactory
public class ShowCaptionInStatusBarInterceptorFactory
- extends Object
- implements FormComponentInterceptorFactory
Shows the caption of a form property in the status bar when the form
component gains focus. When the form component loses focus, the status bar is
emptied.
- Author:
- Peter De Bruycker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowCaptionInStatusBarInterceptorFactory
public ShowCaptionInStatusBarInterceptorFactory()
getInterceptor
public FormComponentInterceptor getInterceptor(FormModel formModel)
- Description copied from interface:
FormComponentInterceptorFactory
- Returns a
FormComponentInterceptors for the given
FormModel.
- Specified by:
getInterceptor in interface FormComponentInterceptorFactory
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.