|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingFactory
A BindingFactory creates bindings for a specific FormModel.
Method Summary | |
---|---|
Binding |
bindControl(JComponent control,
String formPropertyPath)
Returns a binding between the provided control and the provided formPropertyPath |
Binding |
bindControl(JComponent control,
String formPropertyPath,
Map context)
Returns a binding between the provided control and the provided formPropertyPath |
Binding |
createBinding(Class controlType,
String formPropertyPath)
Returns a binding to a control of type controlType for the provided formPropertyPath |
Binding |
createBinding(Class controlType,
String formPropertyPath,
Map context)
Returns a binding to a control of type controlType for the provided formPropertyPath |
Binding |
createBinding(String formPropertyPath)
Returns a binding for the provided formPropertyPath. |
Binding |
createBinding(String formPropertyPath,
Map context)
Returns a binding for the provided formPropertyPath. |
FormModel |
getFormModel()
Returns the form model that contains the properties being bound. |
Method Detail |
---|
FormModel getFormModel()
Binding createBinding(String formPropertyPath)
Binding createBinding(String formPropertyPath, Map context)
Binding createBinding(Class controlType, String formPropertyPath)
Binding createBinding(Class controlType, String formPropertyPath, Map context)
Binding bindControl(JComponent control, String formPropertyPath)
Binding bindControl(JComponent control, String formPropertyPath, Map context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |