|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a set of method that will be called by the framework when a change occurs to a rowset or an attribute.
These methods are notification methods; the listener can't veto the operation.
Method Summary | |
void |
attributeChanged(AttributeChangeEvent e)
Called whenever an attribute of the current row is changed. |
void |
rowAdded(RowChangeEvent e)
Called whenever a row has been added to a rowset |
void |
rowsetCleared(RowSetChangeEvent e)
Called whenever the rowset is cleared |
void |
rowsetPopulated(RowSetChangeEvent e)
Called whenever the rowset is populated |
void |
rowToBeRemoved(RowChangeEvent e)
Called whenever a before a row is removed from a rowset |
void |
rowUpdated(RowChangeEvent e)
Called whenever a row has been updated. |
Method Detail |
public void rowsetPopulated(RowSetChangeEvent e)
RowSetChangeEvent
public void rowsetCleared(RowSetChangeEvent e)
RowSetChangeEvent
public void rowAdded(RowChangeEvent e)
RowChangeEvent
public void rowUpdated(RowChangeEvent e)
RowChangeEvent
public void rowToBeRemoved(RowChangeEvent e)
RowChangeEvent
public void attributeChanged(AttributeChangeEvent e)
AttributeChangeEvent
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |