> How do i refresh the data? I want to replace the data with a new 
> array.

AIUI the listview just uses the array that you passed in. If you change
the data in the array then call update() it will use the new data.

> There is a method getData() to receive the data I passed to the 
> constructor at creation time. But there is nothing like setData() to
> change the content!

You will have to clone your data into the array, or point the array
object passed in to a new lot of data.

Hugh

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to