|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.richclient.form.binding.swing.SandboxSwingBindingFactoryProvider
public class SandboxSwingBindingFactoryProvider
This provider constructs instances of SandboxSwingBindingFactory
on
demand.
org.springframework.richclient.application.ApplicationServices#getBindingFactory(FormModel)
,
In order to use this factory, specify the
{@link SandboxSwingBindingFactoryProvider} as the binding factory provider in
the application context. Like this:
<bean id="bindingFactoryProvider" class="org.springframework.richclient.form.binding.swing.SandboxSwingBindingFactoryProvider" />
Constructor Summary | |
---|---|
SandboxSwingBindingFactoryProvider()
|
Method Summary | |
---|---|
BindingFactory |
getBindingFactory(FormModel formModel)
Produce a BindingFactory using the provided form model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SandboxSwingBindingFactoryProvider()
Method Detail |
---|
public BindingFactory getBindingFactory(FormModel formModel)
getBindingFactory
in interface BindingFactoryProvider
formModel
- Form model on which to construct the BindingFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |