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

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

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
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 $
See Also:
DataObject

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

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


getItem

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



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.