Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Interface DataObjectList

All Known Subinterfaces:
DataSet
All Known Implementing Classes:
PagedDataObjectList, MessageData, ListDataObjectList, DataObjectList10Adapter, BeanArrayDataObjectList

public interface DataObjectList

DataObjectList provides indexed access to a set of data objects.

DataObjectList implementations will not, in general, exist on their own; this interface exists simply to provide indexed access to a set of DataObjects selected from a parent DataObject.

See Also:
DataObject

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

Method Detail

getLength

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

getItem

public DataObject getItem(int index)
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.