Package oracle.adf.view.rich.model

Interface Summary
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.
 

Class Summary
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 an attribute that is part of a view object (in ADF) or any other model object.
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.
FilterableQueryDescriptor FilterableQueryDescriptor is an abstract subclass of QueryDescriptor.
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.
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
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 Summary
ActiveDataModel.ActiveDataPolicy Supported active data policy
AttributeDescriptor.ComponentType List of component types.
ConjunctionCriterion.Conjunction Enum constants for conjunction operator that is used to combine criterion values.
QueryDescriptor.QueryMode Identifies the search mode for the saved search.
 



Copyright ? 2007 Oracle Corporation. All Rights Reserved.