com.sun.jsfcl.data
Class CachedRowSetDataModel

java.lang.Object
  extended by javax.faces.model.DataModel
      extended by com.sun.rave.faces.data.CachedRowSetDataModel
          extended by com.sun.jsfcl.data.CachedRowSetDataModel

Deprecated.

public class CachedRowSetDataModel
extends CachedRowSetDataModel

Empty extension of CachedRowSetDataModel, present for backwards compatibility. This component was previously defined as part of the deprecated jsfcl module.


Constructor Summary
CachedRowSetDataModel()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.sun.rave.faces.data.CachedRowSetDataModel
getCachedRowSet, getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, setCachedRowSet, 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

CachedRowSetDataModel

public CachedRowSetDataModel()
Deprecated.