org.apache.myfaces.trinidadinternal.ui.data
Interface DataObjectList

All Known Subinterfaces:
DataSet
All Known Implementing Classes:
BeanArrayDataObjectList, ListDataObjectList

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.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/data/DataObjectList.java#0 $) $Date: 10-nov-2005.18:56:31 $
Author:
The Oracle ADF Faces Team
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

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


getItem

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



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.