ZK Passing Parameter between two files using MVVM–Part 2

Overview

This is the first series of articles about Passing parameter between two zul files using MVVM Design pattern.This article will focus on the how to pass values from the parent window to child window opened in modal mode.

ZK Passing Parameter between two files using MVVM–Part 1

Overview

This is the first series of articles about Passing parameter between two zul files using MVVM Design pattern.This article will focus on the how to pass values from the parent window to child window opened in modal mode.

ZK Passing Parameter between two files using MVC - Part 5.

Overview

This is the fifth series of articles about Passing parameter between two zul files using MVC Design pattern.This article will focus on the How to return values from the child window (Modal) to the Calling Parent Window using sendevent.

ZK Passing Parameter between two files using MVC - Part 4.

Overview

This is the fourth series of articles about Passing parameter between two zul files using MVC Design pattern.This article will focus on the How to return values from the child window (Modal) to the Calling Parent Window.

MVVM CRUD with Spring 3.1 and Hibernate 4 and ZK - Part 5

This article focus on Delete function.

ZK Passing Parameter between two files using MVC - Part 6

Overview

This is the sixth series of articles about Passing parameter between two zul files using MVC Design pattern.This article contains real world example for passing and returning values from the window.

Move List box item up and Down using MVC Design Pattern

Let us see how we can implement Moving the list box item up and down. In almost all the application, we need to change the order of the record that are displayed in the list. Say for an example, if you are defining questions for the subject/exam, then question order is very important. So this example shows how you can change the order of the question using up and down button.

MVVM CRUD with Spring 3.1 and Hibernate 4 and ZK - Part 4

This article focus on Viewing (Read only Mode) existing address in the modal window.

Move List box item up and Down using MVVM Design Pattern

Let us see how we can implement Moving the list box item up and down. In almost all the application, we need to change the order of the record that are displayed in the list. Say for an example, if you are defining questions for the subject/exam, then question order is very important. So this example shows how you can change the order of the question using up and down button.

MVVM CRUD with Spring 3.1 and Hibernate 4 and ZK - Part 3

This article focus on Editing existing address in the modal window.

ZK Passing Parameter between two files using MVC - Part 3.

Overview

This is the third of a series of articles about Passing parameter between two zul files using MVC Design pattern.This article will focus on the How to pass some arguments from one window to modal window.

MVVM CRUD with Spring 3.1 and Hibernate 4 and ZK - Part 2

This article focus on Adding new address and refresh the Listing screen

ZK Passing Parameter between two files using MVC - Part 2.

Overview

This is the second of a series of articles about Passing parameter between two zul files using MVC Design pattern.This article will focus on the How to pass some arguments from one window to modal window.