|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.EventObject
oracle.jbo.JboEvent
oracle.jbo.RangeEvent
public class RangeEvent
Generated by RowSetIterator to inform its listeners when rows in a range are updated or scrolled.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RangeEvent(RowSetIterator source)Creates a range event. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RangeEvent(RowSetIterator source)
source - the publisher of the event.| Method Detail |
|---|
public int getRangeStart()
public int getRowCountInRange()
public Row[] getAllRowsInRange()
public java.lang.String toString(java.lang.String className)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||