|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AbstractFormUIProvider.bind(BindingFactory factory,
Form form)
|
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. |
| 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 |
SwingBindingFactory
A convenient implementation of BindingFactory. |
| Methods in org.springframework.richclient.form.binding.swing that return BindingFactory | |
|---|---|
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. |
|
FormLayoutFormBuilder(BindingFactory bindingFactory,
com.jgoodies.forms.layout.FormLayout layout)
Constructor. |
|
FormLayoutFormBuilder(BindingFactory bindingFactory,
com.jgoodies.forms.layout.FormLayout layout,
JPanel panel)
Constructor. |
|
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 |
|
| Uses of BindingFactory in org.springframework.richclient.widget.table |
|---|
| Methods in org.springframework.richclient.widget.table with parameters of type BindingFactory | |
|---|---|
PropertyColumn |
PropertyColumn.withEditor(BindingFactory bindingFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||