Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tree Table - Select All Child Nodes Simultaneously when Parent Node is Selected.

JamiePeakIndicatorsJan 20 2015 — edited Jan 21 2015

Hi All,

I'm relatively new to ADF and JDeveloper, and as such I have hit a problem that I cannot negate.

I have a tree table that looks something like the following...

1. Status | Name | Employee ID

          -> 2 Status | Name | Employee ID | etc. | etc.

                    -> 3 Status | Name | Employee ID | etc. | etc. | etc.

What I would like to do is when I select the top line/parent node (line 1) I would like the child nodes (lines 2 and 3) to be selected in the same mouse click.

Ultimately I will be invoking a property listener on a button, once the selection has been made, to change the value of the 'Status' column in all three of the levels that have been selected.

N.B. Each level in the tree structure above is derived from 3 separate views, which are joined on Employee ID.

Thank you in advance for your help and guidance.

Kind Regards,

Jamie.

This post has been answered by Timo Hahn on Jan 20 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 18 2015
Added on Jan 20 2015
4 comments
526 views