Re: Invoke method after onPopulate

2010-03-17 Thread Xavier López
Thank you, I ended up doing it client-side, but I appreciate the feedback, I'm sure it will be useful in another moment. Cheers, Xavier 2010/3/16 Igor Vaynberg igor.vaynb...@gmail.com you can override onbeforerender, call super first, then iterate over the children and do what you need to.

Re: Invoke method after onPopulate

2010-03-16 Thread Igor Vaynberg
you can override onbeforerender, call super first, then iterate over the children and do what you need to. -igor On Tue, Mar 16, 2010 at 6:44 AM, Xavier López xavil...@gmail.com wrote: Hi, I have a ListView that build up a list of checks. These Checks have all to be enabled or disabled