cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Tree expand/collapse actions

Selva
1-Newbie

Tree expand/collapse actions

hello all,

I have a JCA Table of having 3 levels of tree structure. I use the OOTB expand/collapse action in the table actions. But it doesn't expand or collapse if I select any row. It expands/collapses all the rows with three levels, even if we dont select any row.

I want to expand /collapse only the selected rows. Can anyone suggest some solutions?

thanks

-Selva

3 REPLIES 3
murucbe
1-Newbie
(To:Selva)

Are you using a custom Tree Handler or OOTB Tree Handler ?

Regards,

Murugesh

Selva
1-Newbie
(To:Selva)

hi murugesh
I am using the custom treehandler by extending OOTB TreeHandlerAdapter class and overrriding the getNodes() and getRootNodes() method.

thanks
selva
Selva
1-Newbie
(To:Selva)

Hi


Finally . Yes it is done !


Just I returned WTObjects instead of Oids. It does work well.


thanks

Top Tags