Data Binding
From Documentation
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.