| Interface | Description |
|---|---|
| RefreshableRenderer |
This interface is implemented by renderers which may be "refreshable" and it provides a hook for thier components to respond to some sort of "refresh" type event.
|
| RichDialogRenderKitService | |
| RichRenderingContext |
Interface for rich client specific rendering operations.
|
| Class | Description |
|---|---|
| ClientComponent |
API for representing client-side component instances which are vended by RichAdfRenderingContext.addClientComponent().
|
| ClientEvent |
Object representing a single client event.
|
| ClientMetadata |
Encapsulates the metadata for a type of client component.
|
| DeltaUtils |
Class responsible for decoding attribute deltas.
|
| JsonString |
Currently, little more than a marker so we can communicate to the ResponseWriter that a string has already been escaped for JSON (but still needs final encoding for XML).
|
| OutputMode | Deprecated
Use AdfFacesContext.OutputMode instead
|
| RichRenderer |
Base class for renderers of Rich Client components.
|
| TransitionInfo |
Immutable class that holds one instance of af:transition information for its parent component.
|
| TransitionInfoBuilder |
Builder class for a TransitionInfo object.
|
| Enum | Description |
|---|---|
| ClientComponent.AttrType |
Possible client attribute types.
|
| ClientComponent.Type |
Possible client component types.
|
| ClientMetadata.Secured | |
| SuppressId |
Enum that defines values for the id suppression optimization.
|
| TransitionTrigger |
The trigger type of a transition.
|
| TransitionType |
The name of the transition for a trigger type.
|