com.crystaldecisions.sdk.occa.report.application
Class RowsetCursor

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.application.AbstractRowsetCursor
      extended by com.crystaldecisions.sdk.occa.report.application.RowsetCursor
All Implemented Interfaces:
ICursor

public class RowsetCursor
extends AbstractRowsetCursor
implements ICursor

This object provides easy access to records in a rowset. Create the cursor with the RowsetController object's createCursor method.


Constructor Summary
RowsetCursor()
           
 
Method Summary
 RowsetController getRowsetController()
           Returns the RowsetController object that created this rowset cursor.
 void setRowsetController(RowsetController newVal)
           
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.application.AbstractRowsetCursor
addNew, delete, getAdditionalFetchRowsetInfo, getCurrentRecord, getCurrentRecordNumber, getGroupPath, getIsTotalRecordKnown, getMetaData, getNumOfCachedBatches, getRecordCount, getRowset, isEOF, moveFirst, moveLast, moveNext, movePrevious, moveTo, setGroupPath, setMetaData, setNumOfCachedBatches, setRowsetControllerInternal
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.data.ICursor
addNew, delete, getCurrentRecord, getCurrentRecordNumber, getIsTotalRecordKnown, getRecordCount, isEOF, moveFirst, moveLast, moveNext, movePrevious, moveTo
 

Constructor Detail

RowsetCursor

public RowsetCursor()
Method Detail

getRowsetController

public RowsetController getRowsetController()

Returns the RowsetController object that created this rowset cursor.

Returns:
The RowsetController object that created this rowset cursor.

setRowsetController

public void setRowsetController(RowsetController newVal)