Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Uses of Interface
oracle.adf.model.DataControl

Packages that use DataControl
oracle.adf.model Contains the ADFm classes and interfaces that apply to the all ADFm implementation. 

 

Uses of DataControl in oracle.adf.model

 

Subinterfaces of DataControl in oracle.adf.model
 interface CustomDefDataControl
           
 interface ManagedDataControl
          ManagedDataControl
 interface TransactionalDataControl
          DataControl is a collection of DataControls accessed by their key This is only for internal purposes and implementing just this interface will not work in ADF 9.0.5.1.

 

Methods in oracle.adf.model that return DataControl
 DataControl DataControlFactory.createSession(BindingContext ctx, org.w3c.dom.Node node, java.util.Map applicationParams)
          The DataControl developer should implement createSession to return an instance of DataControl.
 DataControl DataControlFactory.createSession(BindingContext ctx, java.lang.String sName, java.util.Map applicationParams, java.util.Map cpxMetaData)
          The DataControl developer should implement createSession to return an instance of DataControl.

 


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Copyright © 1997, 2005, Oracle. All rights reserved.