Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Class
oracle.adf.model.generic.DCRowContext

Packages that use DCRowContext
oracle.adf.model.bc4j Contains a DataControl implementation for ADF Business Components. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 

 

Uses of DCRowContext in oracle.adf.model.bc4j

 

Methods in oracle.adf.model.bc4j with parameters of type DCRowContext
 java.lang.Object DCJboDataControl.createRowData(DCRowContext ctx)
           
 boolean DCJboDataControl.removeRowData(DCRowContext ctx)
           

 

Uses of DCRowContext in oracle.adf.model.binding

 

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

 

Uses of DCRowContext in oracle.adf.model.generic

 

Subclasses of DCRowContext in oracle.adf.model.generic
 class DCGenericRowContext
           

 

Methods in oracle.adf.model.generic with parameters of type DCRowContext
 java.lang.Object DCGenericDataControl.registerDataProvider(DCRowContext ctx)
           
 boolean DCGenericDataControl.removeRowData(DCRowContext ctx)
           
 java.lang.Object DCGenericDataControl.createRowData(DCRowContext ctx)
           

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


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