|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.generic.DCRowContext
public class DCRowContext
| Field Summary | |
|---|---|
protected AttributeList |
mAL |
protected Row |
mRow |
protected RowSetIterator |
mRSI |
protected StructureDef |
mStructureDef |
| Constructor Summary | |
|---|---|
protected |
DCRowContext(Row row, RowSetIterator iter, StructureDef def) |
|
DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al) |
| Method Summary | |
|---|---|
AttributeList |
getAttributeList() |
java.util.Map |
getBindingContextMap()Return the bindingContext for this Application instance. |
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 |
getMasterRowDataProvider()Return the data object of the master row of the row that this RowContext represents. |
Row |
getRow() |
java.lang.Object |
getRowDataContainer()return the source container of the dataProvider for this row. |
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. |
RowSetIterator |
getRowSetIterator() |
StructureDef |
getStructureDef() |
boolean |
isNullContainer()Return true when the container object of this row is null. |
boolean |
isNullRSI() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Row mRow
protected StructureDef mStructureDef
protected RowSetIterator mRSI
protected AttributeList mAL
| Constructor Detail |
|---|
protected DCRowContext(Row row,
RowSetIterator iter,
StructureDef def)
public DCRowContext(RowSetIterator iter,
StructureDef def,
AttributeList al)
| Method Detail |
|---|
public AttributeList getAttributeList()
public java.lang.Object getMasterRowDataProvider()
RowContextgetMasterRowDataProvider in interface RowContextpublic java.lang.Object getRowDataProvider()
RowContextgetRowDataProvider in interface RowContextpublic Row getRow()
public boolean isNullRSI()
public boolean isNullContainer()
RowContextisNullContainer in interface RowContextpublic StructureDef getStructureDef()
public java.lang.String getRowDataProviderType()
RowContextgetRowDataProviderType in interface RowContextpublic RowSetIterator getRowSetIterator()
public int getCurrentRowIndex()
RowContextgetCurrentRowIndex in interface RowContextpublic java.util.Map getBindingContextMap()
RowContextgetBindingContextMap in interface RowContextpublic java.lang.Object getRowDataContainer()
RowContextgetRowDataContainer in interface RowContextpublic java.lang.String getMasterAccessorName()
RowContextgetMasterAccessorName in interface RowContextpublic OperationInfo getMasterOperationInfo()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||