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


oracle.adf.model
Interface RowContext


public interface RowContext

Context passed into TransactionalDataControl apis when manipulating a row.


Method Summary
 int getCurrentRowIndex()
           
 java.lang.String getMasterAccessorName()
           
 oracle.binding.OperationInfo getMasterOperationInfo()
           
 java.lang.Object getRowDataContainer()
           

 

Method Detail

getRowDataContainer

public java.lang.Object getRowDataContainer()

getMasterAccessorName

public java.lang.String getMasterAccessorName()

getCurrentRowIndex

public int getCurrentRowIndex()

getMasterOperationInfo

public oracle.binding.OperationInfo getMasterOperationInfo()

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


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