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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ADF Tree Table Manipulation

998899-OracleMay 23 2014 — edited May 23 2014

Hi All,

Good Evening !!

We are using Jdev 12c

We are currently migrating a legacy application to ADF . One of the requirement is to use ADF Tree table to display hierarchical data .

Basically we have four levels say level A -- Level B -- Level C -- Level D . The user can customize based on their to change the order in which these are displayed. They can choose to see these levels in any order possible (A-B-C-D or A-C-D-B or D-C-B-A) out of the 24 combinations available .

We have created four view objects for each of the levels . We then created four view links between the view objects to display a tree table in the order (A-B-C-D) . View links were created so that the filtering of child nodes will be automatically done based on the parent record.

But if we are suppose to create 24 different combinations we do not want to end up creating 24 different tree tables in our page . So is there any approach anybody is familiar with ? Or is there any other component that can be used for this purpose?

Thanks in advance

Comments

dvohra21
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 20 2014
Added on May 23 2014
1 comment
1,020 views