Uses of Class
com.sun.rave.faces.data.DataCache.Row

Packages that use DataCache.Row
com.sun.rave.faces.data   
 

Uses of DataCache.Row in com.sun.rave.faces.data
 

Methods in com.sun.rave.faces.data that return DataCache.Row
 DataCache.Row DataCache.createRow(DataCache.Column[] columns)
          Create and return a Row instance configured with the specified parameters.
 DataCache.Row DataCache.get(int rowIndex)
          Return the cached row associated with the specified row index, if any; otherwise, return null.
 

Methods in com.sun.rave.faces.data with parameters of type DataCache.Row
 void DataCache.add(int rowIndex, DataCache.Row row)
          Add a new row entry to the cache, replacing any existing cache entry for the same rowIndex value.