List/Grid Tag Archives: MVVM

ZK in Action: MVVM – Working Together with ZK Client API
In the previous posts we’ve implemented the following functionalities with ZK’s MVVM:load data into a table save data with form binding delete entries ...

ZK in Action: MVVM – Form Binding
This is the second episode in our efforts to build a ZK application from the ground up. The previous post dealt with loading and rendering of data into a table using MVVM. In this post, ...

ZK in Action: MVVM – Update View Programmatically
In the previous 2 posts we’ve used ZK’s MVVM functionalities to:load data into a table save data with form bindingWe’ve seen when a method is decorated with the ...

ZK in Action: MVVM – Load and Render Data
A previous post had briefly introduced the RIA framework ZK and how its CSS Selector inspired controller mechanism alleviates some of the burdens that comes with ...

A First Look at MVVM in ZK 6
MVVM vs. MVC In a previous post we’ve seen how the Ajax framework ZK adopts a CSS selector inspired Controller for wiring UI components in View and listening ...

