org.springframework.richclient.form.binding.swing
Class TestingBinderSelectionStrategy
java.lang.Object
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
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 |
TestingBinderSelectionStrategy
public TestingBinderSelectionStrategy()
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.