-
Book Overview & Buying
-
Table Of Contents
Oracle ADF Faces Cookbook
By :
In this recipe, we will address the need for presenting a single record in a page, which is useful specifically when you want to focus on a specific record in the table of your database; for example, a user's profile can be represented by a single record in an employee's table.
The application and its model have been created for you; you can see it by cloning the PresentingSingleRecord application from the Git repository.
In order to present a single record in pages, follow the ensuing steps:
Open the PresentingSingleRecord application.
Create a bounded task flow by right-clicking on ViewController and navigating to New | ADF Task Flow. Name the task flow single-employee-info and uncheck the Create with Page Fragments option.
You can create a task flow with a page fragment, but you will need a page to host it at the end; alternatively, you can create a whole page if the task flow holds only one activity and is not reusable. However, in...
Change the font size
Change margin width
Change background colour