org.springframework.richclient.form.binding
Interface BindingFactoryProvider

All Known Implementing Classes:
SandboxSwingBindingFactoryProvider, SwingBindingFactoryProvider

public interface BindingFactoryProvider

Implementations provide BindingFactory instances on demand.

Author:
Larry Streepy
See Also:
ApplicationServices#getBindingFactoryProvider()

Method Summary
 BindingFactory getBindingFactory(FormModel formModel)
          Produce a BindingFactory using the provided form model.
 

Method Detail

getBindingFactory

BindingFactory getBindingFactory(FormModel formModel)
Produce a BindingFactory using the provided form model.

Parameters:
formModel - Form model on which to construct the BindingFactory
Returns:
BindingFactory


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