| Interface | Description |
|---|---|
| ActiveDataModel |
ActiveDataModel is the interface that all data models supporting pushing data must implement
to take advantage of framework support for pushing data to the client.
|
| AsyncFetch |
Interface to be implemented by the data models that support fetching data on the thread
other then the request thread.
|
| GroupingAsyncFetch |
Interface that extends AsyncFetch, to be implemented by the data models that support asynchronized
data fetch that potentially need to be grouped.
|
| RemoteRegionListener |
The remote region listener listens for remote calls from the region component.
|
| ReplaceableModel |
ReplaceableModel is the interface that must be implemented by the models that could potentially
become stale.
|
| TreeHierarchyInfoProvider |
Indicates that the object is capable of providing 'varStatus' information
on the current position in the hierarchy.
|
| Class | Description |
|---|---|
| ActiveCollectionModelDecorator |
Users of this class are able to enable active data with the existing data models inside
their JSF pages.
|
| ActiveScalarModelDecorator |
Users of this class are able to enable active data with the existing data models inside
their JSF pages.
|
| ActiveTreeModelDecorator | |
| AsyncFetcher |
Class vended by AsyncFetch for performing data fetch operations off of the Request thread.
|
| AttributeCriterion |
An AttributeCriterion contains information specific to a search field that is based off an
attribute as defined by an AttributeDescriptor.
|
| AttributeDescriptor |
An AttributeDescriptor represents a querable attribute.
|
| AttributesModel |
An AttributesModel is a collection of BaseAttributeDescriptor.
|
| AutoSuggestBehaviorConfig |
This is an abstract class for auto suggest behavior implementations and
has different abstract methods to retrieve the required metadata.
|
| AutoSuggestUIHints |
The class provides the UIHints for the suggestItems implementation of
autoSuggestBehavior tag.
|
| BaseAttributeDescriptor |
A BaseAttributeDescriptor represents an attribute that is part of a view object (in ADF) or any
other model object.
|
| BaseGroupAttributeDescriptor | |
| CalendarActivity |
Base abstract class that represents an activity rendered in a Calendar component.
|
| CalendarModel |
CalendarModel is an abstract base class that represents a model for a
Calendar component.
|
| CalendarProvider |
CalendarProvider is an abstract base class that represents a provider, or owner, of
calendar activities.
|
| ChildPropertyTreeModel | Deprecated
use the Trinidad ChildPropertyTreeModel
|
| CollectionModel | Deprecated
extend the Trinidad CollectionModel
|
| ColumnDescriptor |
A column Descriptor describes the model for column used to dynamically create
a column in a rich table.
|
| ConjunctionCriterion |
Represents a group of criterion objects that use one conjuction operator between them.
|
| Criterion |
The base class for a criterion (or a search criteria item) object.
|
| Descriptor | |
| FilterableQueryDescriptor |
FilterableQueryDescriptor is an abstract subclass of QueryDescriptor.
|
| GroupAttributeDescriptor | |
| ListOfValuesModel |
This abstract class defines a contract that is required to be met by any managed bean that
provides data relevant to displaying an LOV component.
|
| MenuModel | Deprecated
use the Trinidad MenuModel
|
| NumberRange<E extends Number> |
Class representing a numeric range based on starting and ending numbers.
|
| PageTemplateModel |
Controlling bean of a page template.
|
| QueryDescriptor |
A QueryDescriptor describes a saved search by providing Criterion objects (used to render search
fields; by providing an ability to add remove Criterion objects.
|
| QueryModel |
The model for query component, it is used to manage QueryDescriptor objects.
|
| RegionModel |
Model for the Region component.
|
| RegionModel.RegionAction |
Metadata constants for available actions
|
| RegionModelListener | |
| RemoteRegionErrorEvent |
An event for a RemoteRegionErrorListener.
|
| RemoteRegionErrorListener |
This class listens for an error condition on a Region component when an error
occurs retrieving remote content.
|
| RemoteRegionHttpErrorEvent |
This is explicitly for events with a type of HTTP_ERROR.
|
| RemoteRegionModel |
Model for a remote Region Component.
|
| SelectItemSeparator | |
| SortableModel | Deprecated
use the Trinidad SortableModel
|
| SortCriterion | Deprecated
extend the Trinidad SortCriterion
|
| TableModel |
A Table model describes a model used to create a table dynamically.
|
| TrainStopModel |
Represents a model for a train stop within the train component.
|
| TreeModel | Deprecated
use the Trinidad TreeModel
|
| Enum | Description |
|---|---|
| ActiveDataModel.ActiveDataPolicy |
Supported active data policy
|
| AttributeCriterion.RequiredType |
Defines the possible values for the required attribute of a Criterion
|
| AttributeDescriptor.ComponentType |
List of component types.
|
| CalendarActivity.Recurring |
Recurring information of calendar activity.
|
| CalendarActivity.Reminder |
Reminder information of calendar activity.
|
| CalendarActivity.TimeType |
Whether or not time (hours, minutes, etc) is relevant.
|
| CalendarProvider.Enabled |
Enabled information for a provider.
|
| ConjunctionCriterion.Conjunction |
Enum constants for conjunction operator that is used to combine criterion values.
|
| FilterableQueryDescriptor.FilterFeature | |
| ListOfValuesModel.ListType | |
| QueryDescriptor.QueryMode |
Identifies the search mode for the saved search.
|
| RemoteRegionErrorEvent.Type |
This is the type of the RemoteRegionErrorEvent being delivered.
|