Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Package oracle.cabo.ui.data

Interface Summary
BoundValue The BoundValue interface is used to dynamically compute a value based on the current rendering context.
DataObject The DataObject interface provides an extremely simple API for retrieving arbitrarily structured data.
DataObjectList DataObjectList provides indexed access to a set of data objects.
DataProvider  
DataSet DataSet is an extension of DataObject that also implements the DataObjectList interface.
KeyedDataObject DataObject whose set of available selectors is enumerable.
MutableDataObject The MutableDataObject interface provides an extremely simple API for modifying arbitrarily structured data.
 

Class Summary
ArrayDataSet DataSet across an array.
BoundTextNode Node implementation for bound text.
BundleBoundValue Deprecated. since 2.0, use the version in the bind subpackage
BundleDataObject DataObject bound to a ResourceBundle instance.
CompareAttrBoundValue Deprecated. since 2.0, use the version in the bind subpackage
DataBoundValue DataBoundValue implements BoundValue to retrieve a DataObject from the current rendering context, and perform a select on that object.
DataObject10Adapter Deprecated. Use the standard DataObject classes
DataObjectList10Adapter Deprecated. Use the standard DataObjectList classes
DataTextNode DataTextNode is a TextNode implementation that will pull its data from a DataBoundValue..
DefaultingBoundValue Deprecated. since 2.0, use the version in the bind subpackage
DictionaryData The DictionaryData interface provides a simple, hashtable-like datasource.
FlattenedDataSet Abstract implementation of a DataSet for data flattened into a simple key-value structure.
ListDataObjectList This class creates a UIX Components (Marlin) DataObjectList to which DataObjects can be added and removed.
MessageData When combined with InlineMessageBean, or any of the other "message" beans (beans in the oracle.cabo.ui.beans.message package), the MessageData class makes it easy to automatically show error, warning, or informational messages and icons around form widgets without adjusting a page's hierarchy.
PagedDataObjectList DataObjectList that pages the data exposed by another DataObjectList to the subset specified by a start index and a block size.
ServletRequestDataSet Implementation of a DataSet that extracts values from a ServletRequest's parameters.
 


Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.