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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataObjectList10Adapter
protected DataObjectList10Adapter(DataObjectList oldDOL)
- Deprecated.
- Create an adapter.
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.