org.jboss.seam.jsf
Class ListDataModel

java.lang.Object
  extended by javax.faces.model.DataModel
      extended by javax.faces.model.ListDataModel
          extended by org.jboss.seam.jsf.ListDataModel
All Implemented Interfaces:
Serializable

public class ListDataModel
extends javax.faces.model.ListDataModel
implements Serializable

A JSF DataModel for lists - yes, I know, JSF has one, but its not serializable (go figure).

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
ListDataModel()
           
ListDataModel(List list)
           
 
Method Summary
 
Methods inherited from class javax.faces.model.ListDataModel
getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, setRowIndex, 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

ListDataModel

public ListDataModel()

ListDataModel

public ListDataModel(List list)