| Methods in oracle.adf.model with parameters of type RowContext |
java.lang.Object |
TransactionalDataControl.createRowData(RowContext ctx)
Create a new row for the iterator associated with the given iterator-binding at the given index and return the new row. |
java.lang.Object |
TransactionalDataControl.registerDataProvider(RowContext ctx)
Called before the row in the RowContext object is modified/marked as removed. |
boolean |
TransactionalDataControl.removeRowData(RowContext ctx)
This method is to remove the row object (the obj parameter) from the underlying data source. |