ok, I found the "Protected" button in the API viewer. Ron
----- Original Message ----- From: Ron Whittaker <[email protected]> To: qooxdoo Development <[email protected]> Cc: Sent: Thursday, June 30, 2011 11:16 PM Subject: Re: [qooxdoo-devel] remote tables and TreeVirtual: looking for help Hi Gabriel, using your link (or the current version: http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.model.Remote~_onRowDataLoaded) I see those methods documented. But if I open just http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.model.Remote the API documentation ends with toggleClearCacheOnRemove(). What is going on here? I'll come back later to ask again about the TreeVirtual model. I'll do some experiments to get a better understanding of the concepts. Thanks Ron ________________________________ From: Gabriel Munteanu <[email protected]> To: [email protected] Sent: Thursday, June 30, 2011 1:34 PM Subject: Re: [qooxdoo-devel] remote tables and TreeVirtual: looking for help Hi, "I guess TreeVirtual is the right choice for this?" yes indeed, qx.ui.treevirtual.TreeVirtual. "But... are the members funtions _loadRowCount() ..._onRowDataLoaded() documented anywhere except for this example page?" well, in the docs: http://demo.qooxdoo.org/devel/apiviewer/#qx.ui.table.model.Remote~_onRowDataLoaded . or you meant something more detailed ? "I have not been able to set up an example that loads a tree structure from a remote server. Which data model should I choose for the tree? I tried to use qx.ui.treevirtual.SimpleTreeDataModel, but this seems to request the whole tree from the server at once. I am looking for an abstract equivalent to qx.ui.table.model.Remote?" There is no need to look for an equivalent of qx.ui.table.model.Remote. you should use exactly that one, because qx.ui.treevirtual.TreeVirtual uses ITableModel [http://demo.qooxdoo.org/devel/apiviewer/#qx.ui.treevirtual.TreeVirtual~getDataModel] as model, and qx.ui.table.model.Remote implements ITableModel. -- View this message in context: http://qooxdoo.678.n2.nabble.com/remote-tables-and-TreeVirtual-looking-for-help-tp6530786p6532837.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
