Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Class DataObjectList10Adapter

java.lang.Object
  |
  +--oracle.cabo.ui.data.DataObjectList10Adapter
All Implemented Interfaces:
DataObjectList

Deprecated. Use the standard DataObjectList classes

public class DataObjectList10Adapter
extends java.lang.Object
implements DataObjectList

Adapts a Cabo 1.0 style DataObjectList (oracle.cabo.share.data.DataObjectList) into a Cabo 2.0 DataObjectList.


Constructor Summary
protected DataObjectList10Adapter(DataObjectList oldDOL)
          Deprecated. Create an adapter.
 
Method Summary
static DataObjectList adapt(DataObjectList oldDOL)
          Deprecated. Create a DataObjectList10Adapter.
 DataObject getItem(int index)
          Deprecated. Returns the DataObject at the index.
 int getLength()
          Deprecated. Returns the number of items in the data set.
protected  DataObject getOldItem(int index)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjectList10Adapter

protected DataObjectList10Adapter(DataObjectList oldDOL)
Deprecated. 
Create an adapter.
Method Detail

adapt

public static DataObjectList adapt(DataObjectList oldDOL)
Deprecated. 
Create a DataObjectList10Adapter.

getLength

public int getLength()
Deprecated. 
Description copied from interface: DataObjectList
Returns the number of items in the data set.
Specified by:
getLength in interface DataObjectList

getItem

public DataObject getItem(int index)
Deprecated. 
Description copied from interface: DataObjectList
Returns the DataObject at the index.
Specified by:
getItem in interface DataObjectList

getOldItem

protected DataObject getOldItem(int index)
Deprecated. 

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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