-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Oracle ADF Faces Cookbook
By :
This recipe describes how to use the outputText, outputFormatted, image, icon, statusIndicator, and media components of ADF Faces.
In this recipe, we will create a page to showcase a different output component. You can continue from the previous recipe, or you can grab the ADFFacesOutputComponents application from Git repository.
In order to add different output components, follow the ensuing steps:
Open the adfc-config.xml file.
Drag-and-drop a view activity inside the diagram and name it outputComponents.
Double-click on the view activity to create the JSF page and choose Oracle Three Column Layout as a template.
Drag a panel group layout and drop it inside the center facet.
Change the Layout attribute to scroll.
Drag an outputText component inside the panel group layout.
Change the Value attribute to Sample Date.
Drag another outputText component.
Change the Value attribute to #{viewScope.output.sampleDate}. This is an existing managed bean that has...
Change the font size
Change margin width
Change background colour