Developers guide
Developers guide
Creating a user interface data model
There are three alternative ways to implement user interface data model. The first one is to retr...
Binding data model simple values to zk components
In the previous section, we saw how to declare a sample data model. To bind a component to a data...
Binding data model context
To easiest the readability and maintainability of the code, and to shorten in XPath paths, some c...
Binding Data Model Collections
Components of type listbox and grid behave as complex containers of object collections. These com...
Components as a data source
The listbox component has a dual role, as a data consumer and as a data source. We've seen how li...
Data model manipulation
The data model can be manipulated directly using the JXPathContext interface or indirectly throug...
Building dynamic data model
While building the data model using XML files is possible, it's advisable to use more dynamic dat...