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. |
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.