|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfnmc.util.eventing.EventObject
oracle.jbo.JboEvent
oracle.jbo.NavigationEvent
public class 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 oracle.adfnmc.util.eventing.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 oracle.adfnmc.util.eventing.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, 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 EventObject
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||