|
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
oracle.jbo.UpdateEvent
public class UpdateEvent
An event class used by RowSetIterator to inform its listeners
when a row is modified.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
UpdateEvent(RowSetIterator source,
Row row,
int rowIndex,
int[] attrIndices)
Creates an event when a row is modified. |
|
| Method Summary | |
|---|---|
protected java.util.List<java.lang.String> |
calcRefreshAccessorNames()
|
java.util.List<java.lang.String> |
getAccessorsToRefresh()
|
int[] |
getChangedAttrIndices()
Gets the indices of the changed attributes. |
java.lang.String[] |
getChangedAttrNames()
Gets the names of the changed attributes. |
boolean |
isHintsChanged()
|
boolean |
isRowKeyUpdated()
|
void |
setHintsChanged(boolean hintsChanged)
|
java.lang.String |
toString()
Internal: For debugging only. |
| Methods inherited from class oracle.jbo.RowEvent |
|---|
getRow, getRowIndex, toString |
| 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 UpdateEvent(RowSetIterator source,
Row row,
int rowIndex,
int[] attrIndices)
source - an accessor to a set of rows.row - the modified row.rowIndex - the row's index in the row set range.attrIndices - an array containing the indices of the attributes that have been modified.| Method Detail |
|---|
public int[] getChangedAttrIndices()
public java.lang.String[] getChangedAttrNames()
public java.lang.String toString()
toString in class java.util.EventObjectpublic void setHintsChanged(boolean hintsChanged)
public boolean isHintsChanged()
protected java.util.List<java.lang.String> calcRefreshAccessorNames()
public java.util.List<java.lang.String> getAccessorsToRefresh()
public boolean isRowKeyUpdated()
|
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 | ||||||||