On Fri, Mar 19, 2010 at 12:09, hkalyoncu <[email protected]> wrote:
>
> hello
> i dont want to clear or reset the selection. i want to remove those
> selections physically from table & tableModel
>
Oh, sorry. Yes, you would call removeRows() for each range of rows to be
deleted. You needn't call it once for each row if there are contiguous rows,
since removeRows() accepts both startIndex and howMany parameters, but you
would need to call it for each non-contiguous set of rows.
Alternatively, if you wanted to manipulate the data model directly, you
could then call table.setData(dataModel) with your modified data model.
Cheers,
Derrell
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel