Using an af:carousel component
The ADF Faces Carousel component (af:carousel) is a model-driven databound user interface control that you can use on your pages as an alternate way to display collections of data. As the name suggests, the data is displayed in a revolving "carousel". The component comes with predefined controls that allow you to scroll through the carousel items. Moreover, images and textual descriptions can be associated and displayed for each carousel item.
In this recipe, we will demonstrate the usage of the af:carousel
component by declaratively setting up a carousel to browse through the employees associated with each department.
Getting ready
You will need to create a skeleton Fusion Web Application (ADF) workspace before you proceed with this recipe. For this, we will use the MainApplication
workspace that was developed in Breaking up the application in multiple workspaces, Chapter 1,Pre-requisites to Success: ADF Project Setup and Foundations.
The recipe also uses...