org.springframework.richclient.form.binding.swing
Class SwingBinderSelectionStrategy
java.lang.Object
org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
org.springframework.richclient.form.binding.swing.SwingBinderSelectionStrategy
- All Implemented Interfaces:
- InitializingBean, ApplicationContextAware, BinderSelectionStrategy
public class SwingBinderSelectionStrategy
- extends AbstractBinderSelectionStrategy
- Author:
- Oliver Hutchison
Methods inherited from class org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy |
afterPropertiesSet, findBinderByControlType, findBinderByPropertyName, findBinderByPropertyType, getApplicationContext, getPropertyType, isEnumeration, registerBinderForControlType, registerBinderForPropertyName, registerBinderForPropertyType, selectBinder, selectBinder, setApplicationContext, setBinderForPropertyName, setBindersForControlTypes, setBindersForPropertyNames, setBindersForPropertyTypes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingBinderSelectionStrategy
public SwingBinderSelectionStrategy()
registerDefaultBinders
protected void registerDefaultBinders()
- Description copied from class:
AbstractBinderSelectionStrategy
- Register the default set of binders. This method is called on construction.
- Specified by:
registerDefaultBinders
in class AbstractBinderSelectionStrategy
- See Also:
AbstractBinderSelectionStrategy.registerBinderForPropertyName(Class, String, Binder)
,
AbstractBinderSelectionStrategy.registerBinderForPropertyType(Class, Binder)
,
AbstractBinderSelectionStrategy.registerBinderForControlType(Class, Binder)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.