|
|
Concept : Understanding Control BindingsFrom $1Table of contents
DescriptionYou add controls (View elements such as buttons, edit boxes, checkboxes, etc.) to forms to provide interactivity and feedback between the application and the user. You bind a control to a class or member of a class (in the Model). In Bungee Connect, the term "bind" is shorthand for the process of assigning the same interface to both the View and Model elements involved. In the case of control binding, the Bungee Connect machinery assigns the appropriate control interface to both the Model and the View. With control binding, the term bind is also expanded to include the concept of establising a logical path between the control and the class member to which you want to bind the control. You can bind a control to a class member using either automatic or manual binding:
Tags
Tags:
|