Searching on af:Tree

2019-09-01 07:30发布

问题:

I have created an ADF tree using the POJO and want to perform a search on the rendered tree. the search should traverse the rendered tree and should display only the matching nodes/leaves from the tree. Is there a way that I can highlight the leaf/node which matches the text entered by the user in input. Jdev version :11.1.1.7.1

Thanks.