Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.bindings
Interface RowContext

All Known Subinterfaces:
AttributeContext

public interface RowContext

A RowContext contains context that is passed into the TransactionalDataControl APIs when manipulating a row, such as when the row is being modified, created, or removed as a result of user interaction with the view layer.


Method Summary
 Map getBindingContextMap()
          Return the bindingContext for this Application instance.
 java.lang.Object getMasterRowDataProvider()
          Return the data object of the master row of the row that this RowContext represents.
 java.lang.Object getRowDataProvider()
          Return the data object that this row represents.
 java.lang.String getRowDataProviderType()
          Return the fully-qualified type name for the dataprovider that this row represents.
 boolean isNullContainer()
          Return true when the container object of this row is null.
 

Method Detail

getRowDataProvider

java.lang.Object getRowDataProvider()
Return the data object that this row represents.


getMasterRowDataProvider

java.lang.Object getMasterRowDataProvider()
Return the data object of the master row of the row that this RowContext represents.

Returns:
The data object of the master row

isNullContainer

boolean isNullContainer()
Return true when the container object of this row is null. In that case, the datacontrol may also have to create the container object.


getRowDataProviderType

java.lang.String getRowDataProviderType()
Return the fully-qualified type name for the dataprovider that this row represents.


getBindingContextMap

Map getBindingContextMap()
Return the bindingContext for this Application instance.


Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.