public interface RowContext
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
java.lang.Object | 
getMasterRowDataProvider()
Return the data object of the master row of the row that this RowContext
 represents. 
 | 
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. 
 | 
boolean | 
isNullContainer()
Return true when the container object of this row is null. 
 | 
java.lang.Object getRowDataProvider()
java.lang.Object getMasterRowDataProvider()
boolean isNullContainer()
java.lang.String getRowDataProviderType()
java.util.Map getBindingContextMap()
java.lang.Object getRowDataContainer()
java.lang.String getMasterAccessorName()
int getCurrentRowIndex()