org.springframework.richclient.text
Class SelectAllFormComponentInterceptorFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectAllFormComponentInterceptorFactory
public SelectAllFormComponentInterceptorFactory()
getInterceptor
public FormComponentInterceptor getInterceptor(FormModel formModel)
- Description copied from interface:
FormComponentInterceptorFactory
- Returns a
FormComponentInterceptor
s for the given
FormModel
.
- Specified by:
getInterceptor
in interface FormComponentInterceptorFactory
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.