Faces Client components

Note: Some Faces Client Components and Client Data have been deprecated and are not recommended for use.
The following have been deprecated and are not recommended for use:
  • Client Data and its associated tooling (such as the Client Data view)
  • Faces Client Components
    • <odc:dataGrid> (Data Grid)
    • <odc:webService> (Web Service)
    • <odc:clientData>
    • <odc:clientBinder>

You can create client data from the following Page Data objects: JavaBeans™, Relational Record List, Relational Record, and EGL records.

The following table shows the components available in the Faces Client components drawer.

Faces Client component Description
Data Grid A table for displaying multiple records from a relational database or multiple items from a JavaBean array. It includes the following features:
  • Sort the Data Grid by columns by clicking on the column header (ascending or descending).
  • Insert page controls, for example, show next, previous, first, or last page.
  • Make the entire Data Grid or specific columns editable.
  • Include controls for adding new rows to the table or deleting existing ones.
  • Filter data displayed in the Data Grid.
Web Service Retrieves data from an existing Web Service without refreshing the page.
Note: Macromedia Flash 7 or higher must be installed in the browser.
Faces Client data also works with most Faces components:
  • Image
  • Input
  • Input - Text Area
  • Input - Password
  • Radio Button Group
  • Check Box
  • Check Box Group
  • List Box - Single Select
  • List Box - Multiple Select
  • Combo Box
  • Output
Related tasks
Configuring client data
Related reference
Support for Faces components within the Faces Client framework
Properties for Faces Client Components
Supported JavaBean characters and data types

Feedback