|
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.RowEvent
oracle.jbo.InsertDeleteEvent
public class InsertDeleteEvent
An event class used by RowSetIterator
to inform its listeners when a row is
modified, added, or deleted.
RowSetIterator
Field Summary |
---|
Fields inherited from class oracle.adfnmc.util.eventing.EventObject |
---|
source |
Constructor Summary | |
---|---|
InsertDeleteEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount)
Creates an event for a row being inserted or deleted. |
Method Summary | |
---|---|
int |
getRowCountInRange()
Reports the range's resulting row count. |
int |
getRowCountInRangeBefore()
Reports the range's orignial row count. |
java.lang.String |
toString(java.lang.String className)
Internal: For debugging only. |
Methods inherited from class oracle.jbo.RowEvent |
---|
getRow, getRowIndex |
Methods inherited from class oracle.adfnmc.util.eventing.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InsertDeleteEvent(NavigatableRowIterator source, Row row, int rowIndex, int rowCountBefore, int rowCount)
source
- the iterator that generated this event.row
- the row object that was inserted or deleted.rowIndex
- the range index of the row that was inserted or deleted.rowCountBefore
- the initial number of rows.rowCount
- the resulting number of rows.Method Detail |
---|
public final int getRowCountInRangeBefore()
public final int getRowCountInRange()
public java.lang.String toString(java.lang.String className)
toString
in class RowEvent
|
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 |