|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of BindingFactory in org.springframework.richclient.form |
---|
Methods in org.springframework.richclient.form that return BindingFactory | |
---|---|
BindingFactory |
AbstractForm.getBindingFactory()
Returns a BindingFactory bound to the inner FormModel to
provide binding support. |
Methods in org.springframework.richclient.form with parameters of type BindingFactory | |
---|---|
void |
FormUIProvider.bind(BindingFactory factory,
Form form)
Binds the fields and other components in this pre-generated form to a Spring form by using the specified BindingFactory . |
void |
AbstractFormUIProvider.bind(BindingFactory factory,
Form form)
|
Uses of BindingFactory in org.springframework.richclient.form.binding |
---|
Methods in org.springframework.richclient.form.binding that return BindingFactory | |
---|---|
BindingFactory |
BindingFactoryProvider.getBindingFactory(FormModel formModel)
Produce a BindingFactory using the provided form model. |
Uses of BindingFactory in org.springframework.richclient.form.binding.support |
---|
Classes in org.springframework.richclient.form.binding.support that implement BindingFactory | |
---|---|
class |
AbstractBindingFactory
Abstract base implementation of BindingFactory . |
Uses of BindingFactory in org.springframework.richclient.form.binding.swing |
---|
Classes in org.springframework.richclient.form.binding.swing that implement BindingFactory | |
---|---|
class |
SandboxSwingBindingFactory
A convenient extension of SwingBindingFactory . |
class |
SwingBindingFactory
A convenient implementation of BindingFactory . |
Methods in org.springframework.richclient.form.binding.swing that return BindingFactory | |
---|---|
BindingFactory |
SandboxSwingBindingFactoryProvider.getBindingFactory(FormModel formModel)
Produce a BindingFactory using the provided form model. |
BindingFactory |
SwingBindingFactoryProvider.getBindingFactory(FormModel formModel)
Produce a BindingFactory using the provided form model. |
Uses of BindingFactory in org.springframework.richclient.form.builder |
---|
Methods in org.springframework.richclient.form.builder that return BindingFactory | |
---|---|
protected BindingFactory |
AbstractFormBuilder.getBindingFactory()
Returns the BindingFactory . |
Constructors in org.springframework.richclient.form.builder with parameters of type BindingFactory | |
---|---|
AbstractFormBuilder(BindingFactory bindingFactory)
Default constructor providing the BindingFactory . |
|
GridBagLayoutFormBuilder(BindingFactory bindingFactory)
|
|
HtmlFormBuilder(BindingFactory bindingFactory,
String html)
|
|
TableFormBuilder(BindingFactory bindingFactory)
Creates an instances of the TableFormBuilder by using a BindingFactory |
|
TableFormBuilder(BindingFactory bindingFactory,
TableLayoutBuilder tableLayoutBuilder)
Creates an instances of the TableFormBuilder by using a BindingFactory and a given |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |