In addition to using the Faces Client Components, you can use Client
Data with some of the Faces components. The following Faces components can
use Client Data:
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>
- 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
Using Client Data with these components is similar to using Page Data
except that you create the Client Data from Page Data. In the Client Data
view, right-click, and select New > Client Data. When
the Client Data is created, a Client Data object is displayed in the Client
Data view. The Client Data object will have the same attributes as the Page
Data object.
Note: For the SelectOne and SelectMany components: Radio Button
Group, Check Box Group, List Box - Single Select, List Box - Multiple Select
and Combo Box, the component must be bound to Client Data, but the list of
choices must come from the server-side data. Additionally, this list of choices
must be a list of computed choices; a list of literal choices will not work.
The list of computed choices must be part of the client data.