BindHandler
Adds support for binding a selection, represented by a String scalar ID value, to an object.
For example suppose you want to select male or female, each represented by an instance of Gender, to a Person object.
Adds support for binding a form property (usually a String) to a typed domain object.
For example suppose you have a form to create a Person object.