-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Oracle ADF Faces Cookbook
By :
In this recipe, we will get to know how to present multiple records at once using the ADF List View component, which is pretty similar to ADF Table with some minor differences.
If you don't care about sorting or filtering and you want to have more control of how the rows look, ADF List View is the component to use.
ADF List View is a newly introduced component starting from release 11.1.1.7 in the 11gR1 release stack and 12c.
You can continue from the previous recipe or you can grab this project's recipe by cloning the PresentingMultipleWithListView application from the Git repository.
To present multiple records using ADF List View, follow the ensuing steps:
Create a task flow and a view page fragment like the previous recipe, but this time, change the following attributes:
Task Flow name: multiple-employees-info-list.
Create with Page Fragments: Checked.
View name: employeesList.
Page Fragment Directory: public_html\fragments.
Page...
Change the font size
Change margin width
Change background colour