org.springframework.richclient.text
Class TextComponentPopupInterceptorFactory

java.lang.Object
  extended by org.springframework.richclient.text.TextComponentPopupInterceptorFactory
All Implemented Interfaces:
FormComponentInterceptorFactory

public class TextComponentPopupInterceptorFactory
extends Object
implements FormComponentInterceptorFactory

Author:
oliverh

Constructor Summary
TextComponentPopupInterceptorFactory()
           
 
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

TextComponentPopupInterceptorFactory

public TextComponentPopupInterceptorFactory()
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-2008 The Spring Framework. All Rights Reserved.