SmartClient Version: v9.1p_2014-05-07/PowerEdition Deployment (built 2014-05-07)
GWT 2.5.1
IE-11
I'm in the process of implementing the Tree load on demand feature for a TreeGrid. The example listed in the showcase is a very simply example setup for client only. I am working with a Dynamic Datasource which is a little more complex. Starting out, I have a simple question:
How do I get an instance of ResultTree? Am I suppose to create that on my own, or do I simply do a TreeGrid.getData() call which returns a Tree? Assuming that Tree returned is an implementation of a ResultTree?
GWT 2.5.1
IE-11
I'm in the process of implementing the Tree load on demand feature for a TreeGrid. The example listed in the showcase is a very simply example setup for client only. I am working with a Dynamic Datasource which is a little more complex. Starting out, I have a simple question:
How do I get an instance of ResultTree? Am I suppose to create that on my own, or do I simply do a TreeGrid.getData() call which returns a Tree? Assuming that Tree returned is an implementation of a ResultTree?
Comment