Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Uses of Class
oracle.adf.view.rich.model.ActiveDataModel.ActiveDataPolicy

Packages that use ActiveDataModel.ActiveDataPolicy
oracle.adf.view.rich.activedata   
oracle.adf.view.rich.model   

 

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

 

Methods in oracle.adf.view.rich.activedata that return ActiveDataModel.ActiveDataPolicy
 ActiveDataModel.ActiveDataPolicy BaseActiveDataModel.getActiveDataPolicy()
          Return the active data policy of the model

 

Methods in oracle.adf.view.rich.activedata that return types with arguments of type ActiveDataModel.ActiveDataPolicy
abstract  java.util.Set<ActiveDataModel.ActiveDataPolicy> DataUpdateManager.getSupportedPolicies()
          Returns the Set of ActiveDataPolicies supported by this DataUpdateManager.

 

Uses of ActiveDataModel.ActiveDataPolicy in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model that return ActiveDataModel.ActiveDataPolicy
 ActiveDataModel.ActiveDataPolicy ActiveDataModel.getActiveDataPolicy()
          Return the active data policy of the model
 ActiveDataModel.ActiveDataPolicy ActiveTreeModelDecorator.getActiveDataPolicy()
          always return ActiveDataPolicy.ACTIVE
 ActiveDataModel.ActiveDataPolicy ActiveCollectionModelDecorator.getActiveDataPolicy()
          always return ActiveDataPolicy.ACTIVE
 ActiveDataModel.ActiveDataPolicy ActiveScalarModelDecorator.getActiveDataPolicy()
          always return ActiveDataPolicy.ACTIVE
static ActiveDataModel.ActiveDataPolicy ActiveDataModel.ActiveDataPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActiveDataModel.ActiveDataPolicy[] ActiveDataModel.ActiveDataPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


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