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

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.form.binding.swing.TestingBinderSelectionStrategy
All Implemented Interfaces:
org.springframework.richclient.form.binding.BinderSelectionStrategy

public class TestingBinderSelectionStrategy
extends Object
implements org.springframework.richclient.form.binding.BinderSelectionStrategy

Author:
Oliver Hutchison

Constructor Summary
TestingBinderSelectionStrategy()
           
 
Method Summary
 org.springframework.richclient.form.binding.Binder selectBinder(Class controlType, org.springframework.binding.form.FormModel formModel, String propertyName)
           
 org.springframework.richclient.form.binding.Binder selectBinder(org.springframework.binding.form.FormModel formModel, String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestingBinderSelectionStrategy

public TestingBinderSelectionStrategy()
Method Detail

selectBinder

public org.springframework.richclient.form.binding.Binder selectBinder(org.springframework.binding.form.FormModel formModel,
                                                                       String propertyName)
Specified by:
selectBinder in interface org.springframework.richclient.form.binding.BinderSelectionStrategy

selectBinder

public org.springframework.richclient.form.binding.Binder selectBinder(Class controlType,
                                                                       org.springframework.binding.form.FormModel formModel,
                                                                       String propertyName)
Specified by:
selectBinder in interface org.springframework.richclient.form.binding.BinderSelectionStrategy


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.