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

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._SerializableListDataModel
All Implemented Interfaces:
java.io.Serializable

 class _SerializableListDataModel
extends _SerializableDataModel

Version:
$Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Wed, 08 Nov 2006) $ %Log$
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
_SerializableListDataModel(int first, int rows, java.util.List list)
           
 
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

_SerializableListDataModel

public _SerializableListDataModel(int first,
                                  int rows,
                                  java.util.List list)


Copyright 2008 The Apache Software Foundation. All Rights Reserved.