|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.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()
RowContext
getMasterRowDataProvider
in interface RowContext
public java.lang.Object getRowDataProvider()
RowContext
getRowDataProvider
in interface RowContext
public Row getRow()
public boolean isNullRSI()
public boolean isNullContainer()
RowContext
isNullContainer
in interface RowContext
public StructureDef getStructureDef()
public java.lang.String getRowDataProviderType()
RowContext
getRowDataProviderType
in interface RowContext
public RowSetIterator getRowSetIterator()
public int getCurrentRowIndex()
RowContext
getCurrentRowIndex
in interface RowContext
public java.util.Map getBindingContextMap()
RowContext
getBindingContextMap
in interface RowContext
public java.lang.Object getRowDataContainer()
RowContext
getRowDataContainer
in interface RowContext
public java.lang.String getMasterAccessorName()
RowContext
getMasterAccessorName
in interface RowContext
public OperationInfo getMasterOperationInfo()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |