Displaying Information in a Grid Using Data Binding"

From Documentation
(init)
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Displaying Information in a Grid Using Data Binding==
+
{{ZKEssentialsPageHeader}}
===The Concept of Data Binding===
+
 
===Implementing Data Binding===
+
In the last section [[ZK_Essentials/Displaying_Information_Using_Grid | Displaying Information Using Grid]], we devised a renderer to associate the View (Product View Grid) with a data model. In this section, we'll look into how we could automate that process with ZK's annotated data binding mechanism.
===Converting Bean Types for Display===
+
 
 +
 
 +
{{ZKEssentialsHeadingToc}}
 +
 
 +
{{ZKEssentialsPageFooter}}

Latest revision as of 09:16, 19 July 2011

Stop.png This article is out of date, please refer to http://books.zkoss.org/zkessentials-book/master/ for more up to date information.


In the last section Displaying Information Using Grid, we devised a renderer to associate the View (Product View Grid) with a data model. In this section, we'll look into how we could automate that process with ZK's annotated data binding mechanism.


Subsections:




Last Update : 2011/07/19

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