cyChop
2 Mar 2011, 6:34 AM
Hi there,
I was writing a RPC service that generates a whole TreeStore on-the-go, and suddenly realized that TreeStore was not a serializable type. Thing is, I will not use it to represent a hierarchy of directories, but rather for something like:
- client
- contract
- detail
Since this is intended to display search results, I use a query with complex criteria and do not wish to run the service several times.
Do you people know of any way to generate the whole tree structure of the store in a single service and load it all when displaying the tree? Thanks in advance,
cyChop
(GXT 2.1)
I was writing a RPC service that generates a whole TreeStore on-the-go, and suddenly realized that TreeStore was not a serializable type. Thing is, I will not use it to represent a hierarchy of directories, but rather for something like:
- client
- contract
- detail
Since this is intended to display search results, I use a query with complex criteria and do not wish to run the service several times.
Do you people know of any way to generate the whole tree structure of the store in a single service and load it all when displaying the tree? Thanks in advance,
cyChop
(GXT 2.1)