org.springframework.richclient.form.builder.support
Class ShowCaptionInStatusBarInterceptorFactory

Show UML class diagram
java.lang.Object
  extended by 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

Constructor Summary
ShowCaptionInStatusBarInterceptorFactory()
           
 
Method Summary
 FormComponentInterceptor getInterceptor(FormModel formModel)
          Returns a FormComponentInterceptors for the given FormModel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowCaptionInStatusBarInterceptorFactory

public ShowCaptionInStatusBarInterceptorFactory()
Method Detail

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.