« New on ADF Code Corner: #057 How to build master-detail behavior with DVT component master | Main
ADF Code Corner Sample 58. Released: How-to use the optimized component search in Oracle ADF Faces
By frank.nimphius | September 30, 2010
How do you search for a component on a view? Calling findComponent on a parent container or the view root ? I think that most of us are familiar with this technique for finding components by their Id.
However, there are optimized options available that not only search for a component or a set of components but also perform operations on the component, which may be security related or just related to the context of the current business. This article introduces the invokeOnComponent and visitTree methods that you can use with ADF Faces components to optimze your search in ADF views and page fragments.
Frank
Topics: ADF, ADF Faces, ADF Faces RC | No Comments »
Comments are closed.