|
Interface Summary |
| Binder |
A Binder is responsible for creating a binding between a form model's property and
a control that may be used to visualize and/or edit that property. |
| BinderSelectionStrategy |
Strategy interface that encapsulates the selection of a Binder
for the provided form model, property name and optionally control type. |
| Binding |
A binding from a visual editing control to a form model's property. |
| BindingFactory |
A BindingFactory creates bindings for a specific FormModel. |
| BindingFactoryProvider |
Implementations provide BindingFactory instances on demand. |