Book Image

Oracle ADF Faces Cookbook

By : Amr Ismail Gawish
Book Image

Oracle ADF Faces Cookbook

By: Amr Ismail Gawish

Overview of this book

Table of Contents (18 chapters)
Oracle ADF Faces Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Presenting multiple records using ADF Table


In this recipe and the next two recipes, we will get to know how to present multiple records at once using three different components so that you can have control over what can be displayed and how you want to display it. In this recipe, you will learn how to do this using ADF Tables.

ADF Tables is one of the main components in the ADF Faces family, and it's commonly used, that is, you hardly find an enterprise application without one. ADF Tables provides great functionalities such as pagination, sorting, and filtering without compromising the ease of use for the application's user.

You can continue from the previous recipe, or you can grab this project's recipe by cloning the PresentingMultipleWithTable application from the Git repository.

How to do it...

In order to present multiple records using ADF Table, follow the ensuing steps:

  1. Create a task flow with a view like the previous recipe, but change the attributes as shown in the following steps:

    1. Task...