org.springframework.richclient.form.binding.swing
Class SwingBinderSelectionStrategy

java.lang.Object
  extended by org.springframework.richclient.form.binding.support.AbstractBinderSelectionStrategy
      extended by org.springframework.richclient.form.binding.swing.SwingBinderSelectionStrategy
All Implemented Interfaces:
InitializingBean, ApplicationContextAware, BinderSelectionStrategy

public class SwingBinderSelectionStrategy
extends AbstractBinderSelectionStrategy

Author:
Oliver Hutchison

Constructor Summary
SwingBinderSelectionStrategy()
           
 
Method Summary
protected  void registerDefaultBinders()
          Register the default set of binders.
 
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
 

Constructor Detail

SwingBinderSelectionStrategy

public SwingBinderSelectionStrategy()
Method Detail

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.