|
A TreeRenderer for trees whose state is maintained on the server.
The renderer only renders those nodes that are visible, and a request must
be made to open or close a node. A mechanism must exist on the server
side to handle those requests. While more elaborate to implement, this
approach makes it possible maintain a tree's state across requests.
|