|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RowContext | |
| oracle.binding | Contains interfaces for data binding. |
| Uses of RowContext in oracle.binding |
| Subinterfaces of RowContext in oracle.binding | |
interface |
AttributeContextA AttributeContext contains context that is passed into the TransactionalDataControl APIs when manipulating a bean attribute. |
| Methods in oracle.binding with parameters of type RowContext | |
java.lang.Object |
TransactionalDataControl.createRowData(RowContext ctx)This method is called by the data binding framework when a new row is needed from the data control. |
java.lang.Object |
TransactionalDataControl.registerDataProvider(RowContext ctx)This method is called by the data binding facility before the row in the RowContext object is modified or marked as removed, so the row can be marked dirty by the data control. |
boolean |
TransactionalDataControl.removeRowData(RowContext ctx)This method is called by the data binding facility when a row should be removed from the underlying data source. |
|
Oracle Application Development Framework Model and Business Components Java API Reference
10.1.3.1.0 B28969-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||