Presenting multiple records using ADF Iterator
Iterator is not a component in nature, as it doesn't have generated HTML specific to it, which makes it perfect if you want to create something completely different from what ADF Table or List View offer; however, at the same time, using iterator will make it a little bit harder for you, as you will have to add everything manually.
In this recipe, you're not going to create a new task flow; instead, we will use the employeesList.jsff
page fragment created in the previous recipe to display a list of the employees' full names in another accordion panel under the list view.
You can continue from the previous recipe, or you can grab this project's recipe by cloning the PresentingMultipleWithIterator
application from the Git repository.
How to do it...
To present multiple records using ADF Iterator, follow the ensuing steps:
Open the
employeesList.jsff
page fragment if it's not already opened, and select the Panel Accordion component from the Structure...