Chapter 7. Face Value: ADF Faces, JSF Pages, and User Interface Components
In this chapter, we will cover:
Using an af:query component to construct a search page
Using an af:pop-up component to edit a table row
Using an af:tree component
Using an af:selectManyShuttle component
Using an af:carousel component
Using an af:poll component to periodically refresh a table
Using page templates for pop-up reuse
Exporting data to a client file
Introduction
ADF Faces Rich Client Framework (ADF RC) contains a plethora (more than 150) of AJAX-enabled JSF components that can be used in your JSF pages to realize Rich Internet Applications (RIA). ADF RC hides the complexities of using JavaScript, and declarative partial page rendering allows you to develop complex pages using a declarative process. Moreover, these components integrate with the ADF Model layer (ADFm) to support data bindings and model-driven capabilities, provide support for page templates, and reusable page regions. In JDeveloper, ADF Faces components...