Data Binding"
From Documentation
Tmillsclare (talk | contribs) m (Created page with '{{ZKDevelopersGuidePageHeader}} This section looks into databinding in ZK giving examples along the way. {{ZKDevelopersGuideHeadingToc}} {{ZKDevelopersGuidePageFooter}}') |
m |
||
Line 1: | Line 1: | ||
{{ZKDevelopersGuidePageHeader}} | {{ZKDevelopersGuidePageHeader}} | ||
− | + | Data binding is a mechanism that automates the data-copy plumbing code 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. | |
{{ZKDevelopersGuideHeadingToc}} | {{ZKDevelopersGuideHeadingToc}} | ||
− | |||
{{ZKDevelopersGuidePageFooter}} | {{ZKDevelopersGuidePageFooter}} |
Latest revision as of 04:30, 18 January 2011
This documentation is for an older version of ZK. For the latest one, please click here.
Data binding is a mechanism that automates the data-copy plumbing code 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.