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
