Re: [qooxdoo-devel] Manipulating data in ListView

2007-01-14 Thread 李宇光
>Hi all!! >I didn't find documented method of changing data in ListView. >I use delete and create ListView when I need to update data. >Is it correct? You can code like this: var ld = []; var lc = { }; var lv = new qx.ui.listview.ListView(ld, lc); Then ,when you got you

Re: [qooxdoo-devel] Manipulating data in ListView

2007-01-04 Thread Sebastian Werner
Sergei Kolomiets schrieb: > Hi all!! > > I didn't find documented method of changing data in ListView. > I use delete and create ListView when I need to update data. > Is it correct? No, you can simply modify the array you have defined as a data pool. After the modification you must execute: l

[qooxdoo-devel] Manipulating data in ListView

2006-12-25 Thread Sergei Kolomiets
Hi all!! I didn't find documented method of changing data in ListView. I use delete and create ListView when I need to update data. Is it correct? Thanks. -- View this message in context: http://www.nabble.com/Manipulating-data-in-ListView-tf2878845.html#a8045620 Sent from the qooxdoo-devel