public class RangeEvent extends JboEvent
RowSetIterator to inform its listeners
 when rows in a range are updated or scrolled.| Constructor and Description | 
|---|
| RangeEvent(RowSetIterator source)Creates a range event. | 
| Modifier and Type | Method and Description | 
|---|---|
| Row[] | getAllRowsInRange()Extracts the rows in the range. | 
| int | getRangeStart()Gets the absolute index of the first row in the row set range. | 
| int | getRowCountInRange()Counts the number of rows in the row set range. | 
| java.lang.String | toString(java.lang.String className)Internal: For debugging only. | 
public RangeEvent(RowSetIterator source)
source - the publisher of the event.public int getRangeStart()
public int getRowCountInRange()
public Row[] getAllRowsInRange()
public java.lang.String toString(java.lang.String className)