Skip navigation links

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


Uses of Interface
oracle.adf.view.rich.model.ActiveDataModel

Packages that use ActiveDataModel
oracle.adf.view.rich.activedata   
oracle.adf.view.rich.event   

 

Uses of ActiveDataModel in oracle.adf.view.rich.activedata

 

Methods in oracle.adf.view.rich.activedata with parameters of type ActiveDataModel
 void ActiveModelContext.addActiveModelInfo(ActiveDataModel activeModel, java.lang.Object[] keyPath, java.lang.String modelAttrName)
           Registers the model key path and attribute to associate with the current active component attribute, if any.
abstract  void DataUpdateManager.registerComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model, ActiveDataEncoder encoder)
          Register active or PPR coomponent's model and encoder.
abstract  void DataUpdateManager.registerComponentForPPR(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, ActiveDataModel model, AutoPPRFilter filter)
          Registers a component as interested in being automatically re-rendered in the next render phase in response to changes on an ActiveDataModel.

 

Uses of ActiveDataModel in oracle.adf.view.rich.event

 

Methods in oracle.adf.view.rich.event that return ActiveDataModel
 ActiveDataModel ActiveDataEvent.getSource()
          The active data model on which the Event initially occurred.

 


Skip navigation links

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


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