Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Uses of Interface
oracle.adf.model.RowContext

Packages that use RowContext
oracle.adf.model Contains the ADFm classes and interfaces that apply to the all ADFm implementation. 

 

Uses of RowContext in oracle.adf.model

 

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.

 


Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Copyright © 1997, 2005, Oracle. All rights reserved.