filter them in your TreeModel, it should work. you also have to override getChildCount() to return a count without filtered children, and adjust TreeModel#getIndexOfChild() to skip over the filtered children.
-igor On Thu, Mar 18, 2010 at 6:19 AM, Martin U <[email protected]> wrote: > Hi Folks, > > i've to implement a tree in which some node are exists under a parent node > but they should not be visible to the user in browser at all. > > I tried to overwrite "getChild" from TreeNode. But it dont works for me. I > need this node existens either they are not visible because the tree is my > data(model)-holder too for further processing.... > > > Any Ideas? > > Thanks a lot. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
