org.springframework.richclient.form.binding
Interface BindingFactoryProvider

Show UML class diagram
All Known Implementing Classes:
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-2009 The Spring Framework. All Rights Reserved.