Data Binding

From Documentation
Revision as of 10:16, 3 March 2011 by Tomyeh (talk | contribs)



Data binding is a mechanism that automates the data-copy plumbing code (CRUD) between UI components and the data source. Application developers only have to tell data binding manager about the associations between UI components and the data source. Then, data -binding manager will do the loading (load data from the data source to UI components) and saving (save data from UI component into the data source) job automatically.


Subsections:



Last Update : 2011/03/03

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.