|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormUIProvider
Allows pre-generated form UIs to easily integrate with Spring Rich's form and binding framework. Typically, these pre-generated form UIs are from 3rd party form designers (Matisse, JFormDesigner, etc).
| Method Summary | |
|---|---|
void |
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. |
JComponent |
getComponent(String componentId)
Provides access to individual components of this pre-generated form. |
JComponent |
getControl()
Produces the pre-generated form as a single Swing component. |
| Method Detail |
|---|
JComponent getControl()
getControl in interface ControlFactorynull.
void bind(BindingFactory factory,
Form form)
form by using the specified BindingFactory.
factory - the BindingFactory this form provider should
use to bind the provided form.form - the Form being bound.JComponent getComponent(String componentId)
componentId - component id to lookup
null if no
component exists in this pre-generated form with the given id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||