Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.adf.model
Interface RowContext

All Superinterfaces:
RowContext

public interface RowContext
extends RowContext

Context passed into TransactionalDataControl apis when manipulating a row.


Method Summary
 int getCurrentRowIndex()
          Returns the current row's index in the collection.
 java.lang.String getMasterAccessorName()
          returns the accessor name on the master that is used to get this row's container.
 OperationInfo getMasterOperationInfo()
           
 java.lang.Object getRowDataContainer()
          return the source container of the dataProvider for this row.
 
Methods inherited from interface oracle.binding.RowContext
getBindingContextMap, getMasterRowDataProvider, getRowDataProvider, getRowDataProviderType, isNullContainer
 

Method Detail

getRowDataContainer

java.lang.Object getRowDataContainer()
Description copied from interface: RowContext
return the source container of the dataProvider for this row.

Specified by:
getRowDataContainer in interface RowContext

getMasterAccessorName

java.lang.String getMasterAccessorName()
Description copied from interface: RowContext
returns the accessor name on the master that is used to get this row's container.

Specified by:
getMasterAccessorName in interface RowContext

getCurrentRowIndex

int getCurrentRowIndex()
Description copied from interface: RowContext
Returns the current row's index in the collection.

Specified by:
getCurrentRowIndex in interface RowContext

getMasterOperationInfo

OperationInfo getMasterOperationInfo()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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