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 IDataProvider
public int getRowCount()
getRowCount
in interface IDataProvider
public Object getDataValue(int columnIndex, int rowIndex)
IDataProvider
getDataValue
in interface IDataProvider
public void setDataValue(int columnIndex, int rowIndex, Object newValue)
IDataProvider
setDataValue
in interface IDataProvider
Copyright © 2013. All Rights Reserved.