org.apache.myfaces.component.html.ext
Class _SerializableArrayDataModel

java.lang.Object
  extended by javax.faces.model.DataModel
      extended by org.apache.myfaces.component.html.ext._SerializableDataModel
          extended by org.apache.myfaces.component.html.ext._SerializableArrayDataModel
All Implemented Interfaces:
java.io.Serializable

 class _SerializableArrayDataModel
extends _SerializableDataModel

Version:
$Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Wed, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Field Summary
 
Fields inherited from class org.apache.myfaces.component.html.ext._SerializableDataModel
_first, _list, _rowCount, _rows
 
Constructor Summary
_SerializableArrayDataModel(int first, int rows, java.lang.Object[] array)
           
 
Method Summary
 
Methods inherited from class org.apache.myfaces.component.html.ext._SerializableDataModel
getFirst, getRowCount, getRowData, getRowIndex, getRows, getWrappedData, isRowAvailable, setFirst, setRowIndex, setRows, setWrappedData
 
Methods inherited from class javax.faces.model.DataModel
addDataModelListener, getDataModelListeners, removeDataModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_SerializableArrayDataModel

public _SerializableArrayDataModel(int first,
                                   int rows,
                                   java.lang.Object[] array)


Copyright 2008 The Apache Software Foundation. All Rights Reserved.