Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.data
Interface DataObjectList

All Known Subinterfaces:
DataSet

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

public interface DataObjectList

Deprecated class.

See Also:
DataObjectList

Method Summary
 DataObject getItem(int index)
          Deprecated. Returns the DataObject at the index.
 int getLength()
          Deprecated. Returns the number of items in the data set.
 

Method Detail

getLength

public int getLength()
Deprecated. 
Returns the number of items in the data set.

getItem

public DataObject getItem(int index)
Deprecated. 
Returns the DataObject at the index.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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