Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.InfoObject

Packages that use InfoObject
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
 

Uses of InfoObject in oracle.dacf.dataset
 

Subclasses of InfoObject in oracle.dacf.dataset
 class AttributeInfo
          This class contains those properties necessary to support LOV lookups and initializations and default value initialization.
 class CalculatedAttributeInfo
          The CalculatedAttributeInfo class represents a read-only column derived from ColumnInfo.
 class ColumnInfo
          Contains all of the Dac column-specific properties, validators, formatter, format string, column alignment values, and so on.
 class LOVAttributeInfo
          The LOVAttributeInfo class is derived from ColumnInfo and is used in association with LOV data producers.
 class LOVRowSetInfo
          This class is derived from ResultSetInfo and defines the query that will be used to populate the LOV.
 class ResultSetInfo
          This class contains all of the dataset specific properties and validators.
 class RowSetInfo
          This class contains all of the dataset specific properties and validators.
 class SessionInfo
          The SessionInfo represents the database transaction context on the client.
 class ViewAccessorInfo
          Contains the metadata describing a ViewLink accessor column.
 

Methods in oracle.dacf.dataset that return InfoObject
 InfoObject ValidationManager.getProducer(java.lang.String name)
          Gets the producer of the DataItem that should be used to perform validation.
 InfoObject ValidationManager.getInfoObject(java.lang.String name)
          Gets the InfoObject that corresponds to the specified name.
 

Methods in oracle.dacf.dataset with parameters of type InfoObject
 javax.infobus.DataItem ValidationManager.getDataItem(InfoObject infoObject)
          Gets the DataItem for the specified name.
 

Constructors in oracle.dacf.dataset with parameters of type InfoObject
InfoObject(java.lang.String n, InfoObject p, InfoObject[] c)
          Constructor requiring the name of the InfoObject, name of a parent object and an array of one or more child objects.
 


Oracle Data-aware Controls Reference

 

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