org.jboss.seam.jsf
Class ArrayDataModel

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

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

A JSF DataModel for arrays.

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
ArrayDataModel()
           
ArrayDataModel(Object[] array)
           
 
Method Summary
 
Methods inherited from class javax.faces.model.ArrayDataModel
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

ArrayDataModel

public ArrayDataModel()

ArrayDataModel

public ArrayDataModel(Object[] array)