[EMAIL PROTECTED] schrieb:
1. I need dynamically change the TableModel of the Table.

I would also like to do this. Changing the table doesn't look nice, it seems better to just change the models. In the constructor of Table there is a call:

this.setTableModel(tableModel);

but I couldn't find this method anywhere in the sourcecode(0.6.3). Where is the magic hidden :) ?

Rusi
That's a property of the table:
qx.OO.addProperty({ name:"tableModel", type:qx.constant.Type.OBJECT, instance : "qx.ui.table.TableModel" });
More on properties here:
http://qooxdoo.org/documentation/user_manual/properties?s=properties
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to