Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.DataItemImpl

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

Uses of DataItemImpl in oracle.dacf.dataset
 

Subclasses of DataItemImpl in oracle.dacf.dataset
 class MappingRowsetAccessImpl
          Maps the actions performed through this RowsetAccess to another RowsetAccess
 class PropertyAccess
          PropertyAccess
 class QueryCriteriaPropertyAccess
          Provides access the the Query Criteria Property of the RowSet via the InfoBus ImmediateAccess interface.
 class QueryCriteriaRowset
          The DataItem that exposed the criteria to be utilized when executing the query against the database.
 class QueryCriteriaValue
           
(package private)  class oracle.dacf.dataset.RowsetAccessImpl
          Provides the dataset level interface to the InfoBus DataConsumers.
 class RowSetPropertyAccess
          Contains the common attributes for an object that will be exposing properties of a RowSetInfo as attributes.
 class SingleValueImpl
          SingleValueImpl
 class StatusImmediateAccessImpl
          Conveys the information to the StatusBarControl elements.
 

Methods in oracle.dacf.dataset that return DataItemImpl
protected  DataItemImpl ProducerObject.getDataItemImpl()
          Used internally to accesses a DataItem and test for null.
protected  DataItemImpl[] ProducerObject.getClonedDataItems()
          Retrieves the list of cloned ScrollableRowsetAccess for the ResultSetInfo.
 

Methods in oracle.dacf.dataset with parameters of type DataItemImpl
protected  void ProducerObject.addClonedDataItem(DataItemImpl di)
          Add a cloned ScrollableRowsetAccess to the ResultSetInfo.
protected  void ProducerObject.removeClonedDataItem(DataItemImpl di)
          Remove a cloned ScrollableRowsetAccess from the ResultSetInfo.
protected  boolean ProducerObject.isAClonedDataItem(DataItemImpl di)
          Returns true if the DataItemImpl is on the cloned dataitem list.
protected  void ProducerObject.setClonedDataItems(DataItemImpl[] diList)
          Initializes the list of cloned ScrollableRowsetAccess for the ResultSetInfo.
protected  void InfoObject.validate(java.lang.String name, int eventLevel, DataItemImpl di)
          Internal: Applications should not use this method.
 


Oracle Data-aware Controls Reference

 

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