org.springframework.richclient.form.binding.swing
Class JXSearchFieldBinder
java.lang.Object
org.springframework.richclient.application.support.ApplicationServicesAccessor
org.springframework.richclient.form.binding.support.AbstractBinder
org.springframework.richclient.form.binding.swing.TextComponentBinder
org.springframework.richclient.form.binding.swing.JXSearchFieldBinder
- All Implemented Interfaces:
- Binder
public class JXSearchFieldBinder
- extends TextComponentBinder
Binder that shows a JXSearchField instead of a simple JTextField
- Author:
- Lieven Doclo
Methods inherited from class org.springframework.richclient.form.binding.swing.TextComponentBinder |
createControl, doBind, getDocumentFactory, getPromptKey, isConvertEmptyStringToNull, isReadOnly, isSelectAllOnFocus, setConvertEmptyStringToNull, setDocumentFactory, setPromptKey, setReadOnly, setSelectAllOnFocus |
Methods inherited from class org.springframework.richclient.application.support.ApplicationServicesAccessor |
getActiveWindow, getApplication, getApplicationContext, getApplicationName, getApplicationServices, getCommandConfigurer, getComponentFactory, getConversionService, getIconSource, getImageSource, getMessage, getMessage, getMessage, getMessage, getMessages, getMessageSource, getObjectConfigurer, getService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXSearchFieldBinder
protected JXSearchFieldBinder()
createTextComponent
protected JTextComponent createTextComponent()
- Overrides:
createTextComponent
in class TextComponentBinder
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.