Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.binding
Interface AttributeContext

All Superinterfaces:
RowContext

public interface AttributeContext
extends RowContext

A AttributeContext contains context that is passed into the TransactionalDataControl APIs when manipulating a bean attribute.


Method Summary
 java.lang.String getAttributeName()
          Attribute name within the associated bean that is being modified.

 

Methods inherited from interface oracle.binding.RowContext
getBindingContextMap, getCurrentRowIndex, getMasterAccessorName, getMasterRowDataProvider, getRowDataContainer, getRowDataProvider, getRowDataProviderType, isNullContainer

 

Method Detail

getAttributeName

java.lang.String getAttributeName()
Attribute name within the associated bean that is being modified.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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