public class DCRowContext extends java.lang.Object implements RowContext, RowContext
| Modifier | Constructor and Description |
|---|---|
protected |
DCRowContext(Row row,
RowSetIterator iter,
StructureDef def) |
|
DCRowContext(RowSetIterator iter,
StructureDef def,
AttributeList al) |
| Modifier and Type | Method and Description |
|---|---|
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() |
protected DCRowContext(Row row, RowSetIterator iter, StructureDef def)
public DCRowContext(RowSetIterator iter, StructureDef def, AttributeList al)
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()