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.DCDefBase

Packages that use DCDefBase
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.adf.model.layout   
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.graph Contains classes that implement bindings for ADF Swing Graph controls. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
oracle.jbo.uicli.layout   
oracle.jbo.uicli.mom Contains classes that implement metadata management for ADF Swing. 

 

Uses of DCDefBase in oracle.adf.model.adapter

 

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

 

Uses of DCDefBase in oracle.adf.model.binding

 

Subclasses of DCDefBase in oracle.adf.model.binding
 class DCBindingContainerDef
           
 class DCBindingContainerReference
           
 class DCConfigurationDef
           
 class DCControlBindingDef
           
 class DCDataControlConfigDef
           
 class DCDataControlDef
           
 class DCExecutableBindingDef
           
 class DCInvokeActionDef
           
 class DCIteratorBindingDef
           
 class DCParameterDef
           
 class DCParameterSetDef
           

 

Methods in oracle.adf.model.binding that return DCDefBase
 DCDefBase DefinitionFactory.createDefinition(oracle.jbo.mom.xml.DefElement element)
          Create definition based on element information
 DCDefBase DCDefFactory.createControlDef(java.lang.String subType)
           
static DCDefBase DCDefBase.createAndLoadFromXML(oracle.jbo.mom.xml.DefElement xmlElement, java.lang.String defSubType)
           
static DCDefBase DCDataControlDef.createAndLoadFromXML(oracle.jbo.mom.xml.DefElement xmlElement, java.lang.String appName)
           
static DCDefBase DCConfigurationDef.createAndLoadFromXML(oracle.jbo.mom.xml.DefElement xmlElement)
           

 

Uses of DCDefBase in oracle.adf.model.layout

 

Subclasses of DCDefBase in oracle.adf.model.layout
 class oracle.adf.model.layout.DCLayoutConsDef
           
 class oracle.adf.model.layout.DCLayoutDef
           

 

Uses of DCDefBase in oracle.jbo.uicli.binding

 

Subclasses of DCDefBase in oracle.jbo.uicli.binding
 class JUAccessorIteratorDef
           
 class JUControlDef
           
 class JUCtrlActionDef
           
 class JUCtrlAttrsDef
           
 class JUCtrlBoolDef
           
 class JUCtrlHierDef
           
 class JUCtrlHierTypeBinding
           
 class JUCtrlListDef
           
 class JUCtrlParameterDef
           
 class JUCtrlRangeDef
           
 class JUCtrlScrollDef
           
 class JUCtrlValueDef
           
 class JUFormDef
           
 class JUIteratorDef
           
 class JUIterRangeDef
           
 class JUIterRowDef
           
 class JUMethodIteratorDef
           
 class JUVariableIteratorDef
           

 

Methods in oracle.jbo.uicli.binding that return DCDefBase
 DCDefBase JUBindingDefFactoryImpl.createDefinition(oracle.jbo.mom.xml.DefElement element)
           
 DCDefBase JUBindingDefFactoryImpl.createControlDef(java.lang.String subType)
           

 

Uses of DCDefBase in oracle.jbo.uicli.graph

 

Subclasses of DCDefBase in oracle.jbo.uicli.graph
 class JUSingleTableGraphDef
           

 

Uses of DCDefBase in oracle.jbo.uicli.jui

 

Subclasses of DCDefBase in oracle.jbo.uicli.jui
 class JUActionDef
           
 class JUBoundedRangeDef
           
 class JUButtonDef
           
 class JUButtonGroupDef
           
 class JUComboBoxDef
           
 class JUDefaultControlDef
           
 class JUFormatEditorPropDef
           
 class JUFormattedTextFieldDef
           
static class JUFormattedTextFieldDef.DateFormatDef
           
static class JUFormattedTextFieldDef.MaskFormatDef
           
static class JUFormattedTextFieldDef.NumberFormatDef
           
static class JUFormattedTextFieldDef.RegExpFormatDef
           
 class JULabelDef
           
 class JULayoutConsDefXY
           
 class JULayoutConsDefXYGroup
           
 class JULayoutDefXY
           
 class JUListSingleSelDef
           
 class JULovButtonDef
           
 class JULOVEditorPropDef
           
 class JUMasterDetailGraphDef
           
 class JUPanelDef
           
 class JUProgressBarAttrDef
           
 class JUProgressBarDef
           
 class JUScrollBarAttrDef
           
 class JUScrollBarDef
           
 class JUSliderAttrDef
           
 class JUSliderDef
           
 class JUSpinnerDef
           
static class JUSpinnerDef.SpinnerDateModelDef
           
static class JUSpinnerDef.SpinnerNumberModelDef
           
 class JUTableDef
           
static class JUTableDef.JUEditorPropDef
           
static class JUTableDef.JUTableAttrPropDef
           
 class JUTextFieldDef
           
 class JUTreeAccessorTypeBinding
          Implements rules that govern display of rows of a given ViewObject type in a JTree.
 class JUTreeDef
           
 class JUTreeDiscrAttrTypeBinding
          Implements rules that govern the display of rows of a given ViewObject type in a JTree.

 

Methods in oracle.jbo.uicli.jui that return DCDefBase
 DCDefBase JUDefFactoryImpl.createDefinition(oracle.jbo.mom.xml.DefElement element)
           
 DCDefBase JUDefFactoryImpl.createControlDef(java.lang.String subType)
           

 

Uses of DCDefBase in oracle.jbo.uicli.layout

 

Subclasses of DCDefBase in oracle.jbo.uicli.layout
 class oracle.jbo.uicli.layout.JULayoutConsDef
           
 class oracle.jbo.uicli.layout.JULayoutDef
           

 

Uses of DCDefBase in oracle.jbo.uicli.mom

 

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

 


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.