|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
java.util.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 |
---|
java.lang.Object getRowDataProvider()
java.lang.Object getMasterRowDataProvider()
boolean isNullContainer()
java.lang.String getRowDataProviderType()
java.util.Map getBindingContextMap()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |