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

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.builder.support.ShowDescriptionInStatusBarInterceptorFactory
All Implemented Interfaces:
FormComponentInterceptorFactory

public class ShowDescriptionInStatusBarInterceptorFactory
extends Object
implements FormComponentInterceptorFactory

Shows the description 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
ShowDescriptionInStatusBarInterceptorFactory()
           
 
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

ShowDescriptionInStatusBarInterceptorFactory

public ShowDescriptionInStatusBarInterceptorFactory()
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.