UIX 2.2.15

oracle.cabo.share.data
Class BundleDataObject

java.lang.Object
  |
  +--oracle.cabo.share.data.BundleDataObject
All Implemented Interfaces:
DataObject, KeyedDataObject

Deprecated. since 2.0; use oracle.cabo.ui.data.BundleDataObject

public class BundleDataObject
extends java.lang.Object
implements KeyedDataObject

Deprecated class.

See Also:
BundleDataObject

Constructor Summary
BundleDataObject(java.util.ResourceBundle bundle)
Deprecated. Creates a BundleDataObject

Method Summary
java.util.Enumeration keys()
Deprecated.
DataSet selectChildren(java.lang.Object select)
Deprecated. Returns null.
java.lang.Object selectValue(java.lang.Object select)
Deprecated. Returns the object in the ResourceBundle with a key equal to the select parameter.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BundleDataObject

public BundleDataObject(java.util.ResourceBundle bundle)
Deprecated.
Creates a BundleDataObject

Method Detail

selectChildren

public DataSet selectChildren(java.lang.Object select)
Deprecated.
Returns null.
Specified by:
selectChildren in interface DataObject
Following copied from interface: oracle.cabo.share.data.DataObject
Parameters:
select - a select criterion, syntax as defined by the implementation of this interface.

selectValue

public java.lang.Object selectValue(java.lang.Object select)
Deprecated.
Returns the object in the ResourceBundle with a key equal to the select parameter.
Specified by:
selectValue in interface DataObject
Following copied from interface: oracle.cabo.share.data.DataObject
Parameters:
select - a select criterion, syntax as defined by the

keys

public java.util.Enumeration keys()
Deprecated.
Specified by:
keys in interface KeyedDataObject

UIX 2.2.15