Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Class
oracle.adf.model.binding.DCDataControlDef

Packages that use DCDataControlDef
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.jbo.uicli.mom Contains classes that implement metadata management for ADF Swing. 

 

Uses of DCDataControlDef in oracle.adf.model.adapter

 

Subclasses of DCDataControlDef in oracle.adf.model.adapter
 class AdapterDataControlDef
          Definition class for adapter created data controls.

 

Uses of DCDataControlDef in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding that return DCDataControlDef
static DCDataControlDef DCDataControlDef.findDefObject(java.lang.String objectName)
           
 DCDataControlDef DCDataControl.getDef()
          Returns the definition object for this DCDataControl
 DCDataControlDef DCConfigurationDef.findSession(java.lang.String name)
           

 

Methods in oracle.adf.model.binding with parameters of type DCDataControlDef
 void DCDataControl.setDef(DCDataControlDef appDef)
          Sets the definition object of this DCDataControl Object

 

Constructors in oracle.adf.model.binding with parameters of type DCDataControlDef
DCDataControlReference(DCDataControlDef def)
           
DCDataControlReference(DCDataControlDef def, java.lang.String name)
           

 

Uses of DCDataControlDef in oracle.jbo.uicli.mom

 

Subclasses of DCDataControlDef in oracle.jbo.uicli.mom
 class JUDataControlDefImpl
           

 

Methods in oracle.jbo.uicli.mom that return DCDataControlDef
 DCDataControlDef JUApplicationDefImpl.findSession(java.lang.String name)
           

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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