public interface RowContext
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map | getBindingContextMap()Return the bindingContext for this Application instance. | 
| Object | getMasterRowDataProvider()Return the data object of the master row of the row that this RowContext
 represents. | 
| Object | getRowDataProvider()Return the data object that this row represents. | 
| 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. | 
Object getRowDataProvider()
Object getMasterRowDataProvider()
boolean isNullContainer()
String getRowDataProviderType()
java.util.Map getBindingContextMap()