Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Interface
oracle.jbo.StructureDef

Packages that use StructureDef
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic   
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.client.remote   
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.domain   
oracle.jbo.rules Contains sample validation beans. 
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.graph   
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
oracle.jbo.uicli.uix   

 

Uses of StructureDef in oracle.adf.model.binding

 

Methods in oracle.adf.model.binding with parameters of type StructureDef
protected  AttributeDef[] DCDataControl.resolveAttributeDefs(StructureDef def, java.lang.String[] attrNames)
           

 

Uses of StructureDef in oracle.adf.model.generic

 

Classes in oracle.adf.model.generic that implement StructureDef
 class StructureDefImpl
          Imlemented by classes that access a View Object's or Entity Object's metadata.

 

Fields in oracle.adf.model.generic declared as StructureDef
protected  StructureDef DCRowSetIteratorImpl.mStructureDef
           
protected  StructureDef DCRowContext.mStructureDef
           

 

Methods in oracle.adf.model.generic that return StructureDef
 StructureDef RowImpl.getStructureDef()
           
 StructureDef DCRowSetIteratorImpl.getStructureDef()
           
 StructureDef DCRowContext.getStructureDef()
           
 StructureDef DCGenericRowSetIteratorImpl.getStructureDef()
           

 

Constructors in oracle.adf.model.generic with parameters of type StructureDef
DCRowSetIteratorImpl(DCDataControl dc, java.lang.Object data, java.lang.String name, StructureDef def)
           
DCRowContext(Row row, RowSetIterator iter, StructureDef def)
           
DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al)
           
DCGenericRowContext(Row data, RowSetIterator iter, StructureDef def)
           

 

Uses of StructureDef in oracle.jbo

 

Subinterfaces of StructureDef in oracle.jbo
 interface ViewObject
          ViewObject decribes how the application will view and update data.

 

Methods in oracle.jbo that return StructureDef
 StructureDef ViewCriteriaRow.getStructureDef()
           
 StructureDef Row.getStructureDef()
          Returns the structure of the row.

 

Constructors in oracle.jbo with parameters of type StructureDef
ViewCriteria(StructureDef structureDef)
           

 

Uses of StructureDef in oracle.jbo.client.remote

 

Classes in oracle.jbo.client.remote that implement StructureDef
 class ClientViewDef
           
 class ViewUsageImpl
           

 

Methods in oracle.jbo.client.remote that return StructureDef
 StructureDef ViewUsageImpl.getStructDef()
           
 StructureDef TransPostEntityRow.getStructureDef()
           
 StructureDef RowImpl.getStructureDef()
           

 

Uses of StructureDef in oracle.jbo.common

 

Subinterfaces of StructureDef in oracle.jbo.common
 interface ViewObjectDynAttr
           

 

Classes in oracle.jbo.common that implement StructureDef
 class StructureDefHelper
          Internal: Applications should not use this class.
 class ViewObjectSubclassDef
           

 

Constructors in oracle.jbo.common with parameters of type StructureDef
ViewObjectSubclassDef(ViewObjectDynAttr vo, StructureDef viewDef)
           

 

Uses of StructureDef in oracle.jbo.common.ws

 

Classes in oracle.jbo.common.ws that implement StructureDef
 class WSViewObjectImpl
           

 

Uses of StructureDef in oracle.jbo.domain

 

Classes in oracle.jbo.domain that implement StructureDef
 class DomainStructureDef
           

 

Uses of StructureDef in oracle.jbo.rules

 

Methods in oracle.jbo.rules with parameters of type StructureDef
 void JboAbstractValidator.setValidatingAttribute(StructureDef beanInfo, java.lang.String str)
          Sets the validating attribute by name.

 

Uses of StructureDef in oracle.jbo.server

 

Classes in oracle.jbo.server that implement StructureDef
 class EJBEntityDefImpl
           
 class EntityCache
          The EntityCache caches queried rows for a particular EntityImpl.
 class EntityDefImpl
          Defines metadata for Entity Object classes.
 class RowDef
          Default implementation of DefInterface implemented by all of JBO Definition classes.
 class ViewDefImpl
          ViewDefImpl is the meta-object for View Object instances.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.

 

Methods in oracle.jbo.server that return StructureDef
 StructureDef ViewRowImpl.getStructureDef()
           
abstract  StructureDef RowImpl.getStructureDef()
           
 StructureDef EntityImpl.getStructureDef()
           

 

Methods in oracle.jbo.server with parameters of type StructureDef
static AttributeDefValue[] ApplicationModuleImpl.getAttributeDefs(StructureDef def)
           

 

Uses of StructureDef in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement StructureDef
 class CmrAccessorViewImpl
           
 class EntityFacadeCollImpl
          Abstract base class for Entity Facade collections.
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 

Uses of StructureDef in oracle.jbo.uicli.binding

 

Classes in oracle.jbo.uicli.binding that implement StructureDef
 class JUCtrlAttrsBinding
          A JUControlBinding class responsible for binding controls/models that are bound to a single Row object in the BC4J layer.
 class JUCtrlBoolBinding
          Implements data binding support for controls that allow only one of two values, like a checkbox.
 class JUCtrlHierBinding
           
 class JUCtrlHierNodeBinding
           
 class JUCtrlListBinding
          A JUCtrlAttrsBinding class responsible displaying a list of values from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator.
 class JUCtrlRangeBinding
          A JUControlBinding class responsible for binding controls/models that are bound to a range of Row objects in the BC4J layer.
 class JUCtrlValueBinding
          A JUControlBinding class responsible for maintaining which attribute(s) of a row this binding can display/update.

 

Uses of StructureDef in oracle.jbo.uicli.graph

 

Classes in oracle.jbo.uicli.graph that implement StructureDef
 class oracle.jbo.uicli.graph.GraphDataFromCol
           
 class oracle.jbo.uicli.graph.GraphDataFromRow
           
 class oracle.jbo.uicli.graph.JUGraphBinding
           
 class oracle.jbo.uicli.graph.JUMasterDetailGraphBinding
           
 class oracle.jbo.uicli.graph.JUSingleTableGraphBinding
           

 

Uses of StructureDef in oracle.jbo.uicli.jui

 

Classes in oracle.jbo.uicli.jui that implement StructureDef
 class JUButtonBinding
          Implements binding a Swing AbstractButton object with a BC4J attribute.
 class JUButtonGroupBinding
          Binds a group of buttons in a panel to an attribute in a ViewObject such that on selection of a given button, this binding works like a LOV binding or used to display an enumerated list for update.
 class JUComboBoxBinding
          Implements binding a Swing JComboBox to a BC4J Attribute or ViewObject or as an LOV (list of values).
 class JUDefaultControlBinding
          Implements a generic binding for any Swing control (custom or not) to bind to a BC4J attribute.
 class JUFormattedTextFieldBinding
          JUI binding for JFormattedTextField
 class JULabelBinding
          Binds a label control as a control binding so that the text for the label is derived from an attribute of a ViewObject row.
 class JUListSingleSelBinding
          Implements binding a Swing JList (in single selection mode) to a BC4J Attribute, ViewObject, or as an LOV.
 class JULovButtonBinding
          Binds a JButton with an iterator such that on button action, an LOV dialog (either a framework default dialog or an application-specific one) is displayed; upon the dialog close, the current row from the associated iterator is used to update values of bound attributes in a target row of a target RowIterator.
 class JUProgressBarAttrBinding
          Implements binding a JProgressBar control with a BC4J attribute.
 class JUScrollBarAttrBinding
          Implements binding a JScrollBar control with an Attribute in a BC4J RowSet.
 class JUSliderAttrBinding
          Implements binding a JSlider control with an Attribute in a BC4J RowSet.
 class JUSpinnerBinding
          Implements binding for JSpinner control.
 class JUTableBinding
          A lightweight TableModel that implements binding a javax.swing.JTable to a RowIterator for a BC4J ViewObject.
 class JUTextFieldBinding
          JUTextFieldBinding is a lightweight Document model that implements binding a javax.swing.JTextComponent to an attribute in a row of a BC4J ViewObject.
 class JUTreeBinding
          A lightweight Document model that implements binding a javax.swing.JTree to a BC4J RowIterator and display a selected attribute.
 class JUTreeNodeBinding
          This class implements rules that govern display of each node in a JTree that is bound to a JUTreeBinding.

 

Uses of StructureDef in oracle.jbo.uicli.uix

 

Classes in oracle.jbo.uicli.uix that implement StructureDef
 class JUCtrlAdaptRangeBinding
           

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

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