Hi ,
I have a Richtree table which i want to customize such that it has a treemodel attached to it and i want to open up only a few subset of all the nodes.
For that I have set tables's value to a tree model and I am setting rowDisclosedKeys(RowKeySetImpl) as another treemodel which is subset of the original tree. Then I am executing rowDisclosedKeys.addAll() so that it can add all the nodes of the tree to the rowkeyset. But when i try with the solution it opens up the treetable with nodes = rowDisclosedKeys.
I want it to have all the nodes but disclosed nodes should be = rowDisclosedKeys.
Help needed