|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
oracle.jbo.JboEvent
oracle.jbo.RowEvent
public class RowEvent
An event class used by RowSetIterator to inform its listeners
when a row is modified, added, or deleted.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RowEvent(NavigatableRowIterator source,
Row row,
int rowIndex)
Creates an event when a row is modified, added, or deleted. |
|
| Method Summary | |
|---|---|
Row |
getRow()
Gets the row that has been modified. |
int |
getRowIndex()
Gets the index of the row that has been modified. |
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 RowEvent(NavigatableRowIterator source,
Row row,
int rowIndex)
source - an accessor to a set of rows.row - the modified row.rowIndex - the row's index in the row set range.| Method Detail |
|---|
public Row getRow()
public int getRowIndex()
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.4.0) E10653-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||