public interface ResponseRowEvent extends Response
Response.  It is used
 to marshal an event that brings back a set of rows.| Modifier and Type | Method and Description | 
|---|---|
int | 
getRangeStart()
Returns the beginning position (in absolute row index) of
 the range after this event. 
 | 
int | 
getRangeStartBefore()
Returns the beginning position (in absolute row index) of
 the range before this event. 
 | 
int | 
getRowCountInRange()
Returns the number of rows in the range. 
 | 
DataRow[] | 
getRows()
Returns the data rows for this event. 
 | 
boolean | 
isRangeAtBottom()
Returns a flag indicating whether the range is at the bottom of
 the collection or not. 
 | 
boolean | 
isRangeRefreshed()
Returns a flag indicating whether the range was refreshed or not. 
 | 
boolean | 
isRangeReset()
Returns a flag indicating whether the range was reset or not. 
 | 
getName, getOperationint getRowCountInRange()
int getRangeStartBefore()
int getRangeStart()
boolean isRangeRefreshed()
boolean isRangeReset()
boolean isRangeAtBottom()
DataRow[] getRows()