cancel
Showing results for 
Search instead for 
Did you mean: 

Tree UI Element

Former Member
0 Kudos

Hi,

Can we display the Tree UI Element Data with out using the Supply Function of the Context Node.

I have a case such that , i have a group having 5 links(Say Ex;). Upon clicking a link the right side of the view having the Viewcontainerui element(having Tree) displays the Tree data based on the clicked link.

Problem is : First time of clicking the view triggers the supply function and the tree is getting displayed with the correct data.

On clicking the 2nd time, the supply function is not getting displayed.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Manjunath ,

I think the simple solution would be to create a local view method to fill the tree data having an importing parameter which coressponds to a link .

Now call this method in WDDOINT method of you view for some default link .

On click of the link call the same method by providing the importing parater with link .

Hope this will help you .

Regards

Vivek

Former Member
0 Kudos

Hello Manjunath,

The supply function would get triggered as soon as the context is created and once created the framework would not trigger the supply function again.

I would suggest you to use " TreebyKeyTablecolumn " in a Table.

then you could use " onload children " event.

Regards

Anurag Chopra