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 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. |