public class DummyColumnHeaderDataProvider extends Object implements IDataProvider
| Constructor and Description | 
|---|
DummyColumnHeaderDataProvider(IDataProvider bodyDataProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumnCount()  | 
Object | 
getDataValue(int columnIndex,
            int rowIndex)
Gets the value at the given column and row index. 
 | 
int | 
getRowCount()  | 
void | 
setDataValue(int columnIndex,
            int rowIndex,
            Object newValue)
Sets the value at the given column and row index. 
 | 
public DummyColumnHeaderDataProvider(IDataProvider bodyDataProvider)
public int getColumnCount()
getColumnCount in interface IDataProviderpublic int getRowCount()
getRowCount in interface IDataProviderpublic Object getDataValue(int columnIndex, int rowIndex)
IDataProvidergetDataValue in interface IDataProviderpublic void setDataValue(int columnIndex,
                int rowIndex,
                Object newValue)
IDataProvidersetDataValue in interface IDataProviderCopyright © 2013. All Rights Reserved.