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


Uses of Class
oracle.adf.model.generic.StructureDefImpl

Packages that use StructureDefImpl
oracle.adf.model.adapter Contains the implementation for abstract adapters for various oracle.binding.DataControl implementation shipped with ADF. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 

 

Uses of StructureDefImpl in oracle.adf.model.adapter

 

Methods in oracle.adf.model.adapter with parameters of type StructureDefImpl
 void AbstractImpl.setStructureDef(StructureDefImpl def)
          Sets the structure definition of the data for this data control.

 

Uses of StructureDefImpl in oracle.adf.model.generic

 

Fields in oracle.adf.model.generic declared as StructureDefImpl
protected  StructureDefImpl[] StructureDefImpl.mAccessors
           
protected  StructureDefImpl[] StructureDefImpl.mScalarAccessors
           
protected  StructureDefImpl DCGenericDataControl.mDef
           

 

Methods in oracle.adf.model.generic that return StructureDefImpl
 StructureDefImpl StructureDefImpl.getAccessorDef(java.lang.String name)
           
 StructureDefImpl[] StructureDefImpl.getAccessors()
           
static StructureDefImpl StructureDefImpl.createAndLoadFromXML(oracle.jbo.mom.xml.DefElement elem)
           
protected  StructureDefImpl[] StructureDefImpl.getScalarAccessorsList()
           
protected  StructureDefImpl StructureDefImpl.createNewAccessor(java.lang.String sDefName, java.lang.String sName, DCDataControl app)
           
protected  StructureDefImpl DCGenericDataControl.findStructureDef(java.lang.String beanClass)
           
protected  StructureDefImpl[] DCGenericDataControl.getAccessorDefs(StructureDefImpl def)
          Invoked for dynamic DataControls.

 

Methods in oracle.adf.model.generic with parameters of type StructureDefImpl
protected  AttributeDefImpl[] DCGenericDataControl.getAttributeDefs(StructureDefImpl def)
          Invoked for dynamic DataControls.
protected  StructureDefImpl[] DCGenericDataControl.getAccessorDefs(StructureDefImpl def)
          Invoked for dynamic DataControls.

 

Constructors in oracle.adf.model.generic with parameters of type StructureDefImpl
DCGenericRowSetIteratorImpl(DCGenericDataControl dc, StructureDefImpl def, DCGenericRowSetIteratorImpl masterRSI)
           
AttributeDefImpl(StructureDefImpl def, java.lang.String nm, java.lang.String cnm, int idx, java.lang.String typ, java.lang.String cnmType, byte upd, boolean pk, boolean reqd, java.lang.String elemClzName)
          Deprecated. since 10.1.3. Use a constructor variant that takes StructureDefImpl.

 


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.