On Wed, Sep 17, 2008 at 7:05 AM, odumbe Myrla <[EMAIL PROTECTED]> wrote:
> dear all,
>
> I have a simple table running on my pc and would like to have a remote
> table instead. could anyone out there just help me. I guess there isn't much
> info abt this topic.
>
The remote table model is an abstract class. In your class that extends
qx.ui.table.model.Remote, you implement the methods that do the actual
communication with the backend. Those methods are _loadRowCount() and
_loadRowData(). Once you've implemented your remote model class, you
attach your data model to the table as you would if you were using
qx.ui.table.model.Simple, by passing it to the constructor of Table or by
calling table.setTableModel().
Look at the API documentation for qx.ui.table.model.Remote for details on
implementing those two communication methods.
Cheers,
Derrell
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel