Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


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
ActiveCollectionModelDecorator Users of this class are able to enable active data with the existing data models inside their JSF pages.
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.
AutoSuggestUIHints The class provides the UIHints for the suggestItems implementation of autoSuggestBehavior tag.
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.
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.
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
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
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  
QueryDescriptor.QueryMode Identifies the search mode for the saved search.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.