|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
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.NavigationEvent
An event generated by RowSet
to inform its listeners when the iterator position in a View Object changes.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NavigationEvent(NavigatableRowIterator source, Row previousRow, Row currentRow) Creates a navagation event when a new row becomes current. |
Method Summary | |
Row |
getPreviousRow() Identifies the row that was previously the current row. |
int |
getPreviousRowIndex() Identifies the row that was previously the current row. |
Row |
getRow() Identifies the row that is to become the current row. |
int |
getRowIndex() Gets the index of the row that is to become the current row. |
java.lang.String |
toString() Internal: For debugging only. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NavigationEvent(NavigatableRowIterator source, Row previousRow, Row currentRow)
source
- an accessor to a set of rows.previousRow
- the row that was the current row.currentRow
- the row that is to become the current row.Method Detail |
public final Row getRow()
public final int getRowIndex()
public final Row getPreviousRow()
public final int getPreviousRowIndex()
-1
is returned.public java.lang.String toString()
toString
in class java.util.EventObject
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.