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!

Oracle ADF: Tree Navigation Oracle Alta UI Design Pattern

2817992Mar 24 2015 — edited Mar 25 2015

I have created page with tree navigation with the help of the following blog. https://blogs.oracle.com/shay/entry/implementing_the_tree_navigation_oracle The blog is really very good. I have created the following two pages using the above blog.

tree2.png

tree1.png

Actually the above tree navigation is created using Hr Schema. I need to create the same Tree navigation fro some menu system. But I don't have any Db Tables for that. I need to hard code in application. And the final menu item (for example in the above image Susan should be a clickable item. When user click this I need to show some data in the center panel.My menu should look like as follows

myMenu.png

In the above image final menu items are Accounts Payble, Accounts Receivable, Purchase , Sales and Inventory. I need to create Tree navigation for this menu model. And when user click any item like sales or Inventory I have to show some data in center panel. How do I acieve this. Please help me.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2015
Added on Mar 24 2015
1 comment
858 views