|
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
oracle.jbo.DeleteEvent
public class DeleteEvent
An event generated by RowSetIterator
to inform its listeners when a row is
deleted.
RowSetIterator
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
Fields inherited from class oracle.adfnmc.util.eventing.EventObject |
---|
source |
Constructor Summary | |
---|---|
DeleteEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount)
Creates an event for a row being deleted. |
|
DeleteEvent(NavigatableRowIterator source,
Row row,
int rowIndex,
int rowCountBefore,
int rowCount,
boolean isRemoveFromTable)
Creates an event for a row being deleted. |
Method Summary | |
---|---|
boolean |
isRemoveFromTable()
Returns the flag indicating whether the row will be deleted from the database table. |
java.lang.String |
toString()
Internal: For debugging only. |
java.lang.String |
toString(java.lang.String className)
Internal: For debugging only. |
Methods inherited from class oracle.jbo.InsertDeleteEvent |
---|
getRowCountInRange, getRowCountInRangeBefore |
Methods inherited from class oracle.jbo.RowEvent |
---|
getRow, getRowIndex |
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 |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
Constructor Detail |
---|
public DeleteEvent(NavigatableRowIterator source, Row row, int rowIndex, int rowCountBefore, int rowCount)
source
- the iterator that generated this event.row
- the row object that was deleted.rowIndex
- the range index of the row that was deleted.rowCountBefore
- the number of rows in the range before the delete event.rowCount
- the number of rows in the range after the delete event.public DeleteEvent(NavigatableRowIterator source, Row row, int rowIndex, int rowCountBefore, int rowCount, boolean isRemoveFromTable)
source
- the iterator that generated this event.row
- the row object that was deleted.rowIndex
- the range index of the row that was deleted.rowCountBefore
- the number of rows in the range before the delete event.rowCount
- the number of rows in the range after the delete event.isRemoveFromTable
- indicates whether the row will be deleted from the database table or not.Method Detail |
---|
public boolean isRemoveFromTable()
true
if the row will be deleted when the transaction is posted.
false
otherwise.public java.lang.String toString(java.lang.String className)
InsertDeleteEvent
toString
in class InsertDeleteEvent
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 |