Revision history [back]

click to hide/show revision 1
initial version

answered 2014-04-06 06:53:18 +0800

chillworld gravatar image chillworld flag of Belgium

https://github.com/chillw...

If you work mvvm :

onselect="@command('showPopup',data = each)"

where in your controller :

@Command
public void showPopup(@BindingParam("data") Object o) {
    // The object data is just yourr object of that row.
    // Show your popup.
}

Greetz chill.

If you work mvvm :

Zul:

onselect="@command('showPopup',data = each)"

where in your

Java controller :

@Command
public void showPopup(@BindingParam("data") Object o) {
    // The object data is just yourr object of that row.
    // Show your popup.
}

Greetz chill.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More