|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProducerObject | |
oracle.dacf.dataset | This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. |
Uses of ProducerObject in oracle.dacf.dataset |
Subclasses of ProducerObject in oracle.dacf.dataset | |
class |
AttributeInfo
This class contains those properties necessary to support LOV lookups and initializations and default value initialization. |
class |
AttributePropertyInfo
Contains the common attributes for an object that will be exposing properties of a AttributeInfo as attributes. |
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 |
InfoObject
This abstract class defines the root object of the InfoObject tree. |
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 |
PropertyInfo
Base abstract class for properties of a DataItem that are exposed through the ImmediateAccess interface. |
class |
QueryCriteria
Encapsulates the selection criteria for a query. |
class |
QueryCriteriaAttribute
QueryCriteriaAttribute |
class |
QueryCriteriaProperty
Contains the metadata necessary for exposing the QueryCriteria property of a RowSetInfo as an attribute. |
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 |
RowSetPropertyInfo
|
class |
SessionInfo
The SessionInfo represents the database transaction context on the client. |
class |
SessionPropertyInfo
Contains the common attributes for an object that will be exposing properties of a SessionInfo as attributes. |
class |
StatusInfo
Contains the metadata for displaying the status bar information. |
class |
ViewAccessorInfo
Contains the metadata describing a ViewLink accessor column. |
Methods in oracle.dacf.dataset that return ProducerObject | |
protected ProducerObject |
ResultSetInfo.createChild(java.lang.String childName)
Creates a child ColumnInfo, StatusInfo or QueryCriteriaProperty. |
protected ProducerObject |
ProducerObject.findProducerObject(java.lang.String dataItemName)
Finds the ProducerObject corresponding to dataItemName. |
protected ProducerObject |
ProducerObject.findProducerObject(ItemNameTokenizer tokenizer)
Internal: Applications should not use this method. |
protected ProducerObject |
InfoObject.createChild(java.lang.String childName)
This method is provided to be overriden by the derived classes to support creation of InfoObjects on the fly. |
ProducerObject |
DataItemImpl.getProducerObject()
Returns the data object that created this data item. |
Methods in oracle.dacf.dataset with parameters of type ProducerObject | |
void |
ValidationManager.setProducer(ProducerObject producer)
Deprecated. Use ValidationManager.addProducer(ProducerObject) instead. |
void |
ValidationManager.addProducer(ProducerObject producer)
Deprecated. |
void |
ValidationManager.removeProducer(ProducerObject producer)
Deprecated. |
void |
ProducerObject.addChild(ProducerObject child)
Add a column to the ResultSetInfo. |
protected void |
ProducerObject.removeChild(ProducerObject child)
remove a child from the ProducerObject. |
protected void |
DataItemImpl.setProducerObject(ProducerObject producerObject)
Sets the data object that created this data item. |
Constructors in oracle.dacf.dataset with parameters of type ProducerObject | |
QueryCriteriaValue(java.lang.String name,
oracle.dacf.dataset.QueryCriteriaStore store,
javax.infobus.InfoBusEventListener source,
ProducerObject producer,
DacObject parent)
|
|
QueryCriteriaAttribute(java.lang.String n,
QueryCriteria p,
ProducerObject[] c)
|
|
ProducerObject(java.lang.String n,
ProducerObject p,
ProducerObject[] c)
|
|
DataItemImpl(java.lang.String name,
javax.infobus.InfoBusEventListener source,
ProducerObject producerObject,
DacObject parent)
Creates a data item with a given name and InfoBus data source. |
|
Oracle Data-aware Controls Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.