org.springframework.richclient.text
Class SelectAllFormComponentInterceptorFactory

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.text.SelectAllFormComponentInterceptorFactory
All Implemented Interfaces:
FormComponentInterceptorFactory

public class SelectAllFormComponentInterceptorFactory
extends Object
implements FormComponentInterceptorFactory

Implements "select all" behaviour for form components. If the form component is a text field, or a spinner, the contents of the component are selected if it receives focus.

Author:
Peter De Bruycker

Nested Class Summary
 class SelectAllFormComponentInterceptorFactory.SelectAllFormComponentInterceptor
           
 
Constructor Summary
SelectAllFormComponentInterceptorFactory()
           
 
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

SelectAllFormComponentInterceptorFactory

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