| Constructor and Description |
|---|
ColumnFilterTable(ITable table,
IColumnFilter columnFilter) |
| Modifier and Type | Method and Description |
|---|---|
ITableMetaData |
getOriginalMetaData() |
int |
getRowCount()
Returns this table row count.
|
ITableMetaData |
getTableMetaData()
Returns this table metadata.
|
Object |
getValue(int row,
String column)
Returns this table value for the specified row and column.
|
String |
toString() |
public ColumnFilterTable(ITable table, IColumnFilter columnFilter) throws DataSetException
table - The table from which some columns should be filteredcolumnFilter - The filter defining which columns to be filteredDataSetExceptionpublic int getRowCount()
ITablegetRowCount in interface ITablepublic ITableMetaData getTableMetaData()
ITablegetTableMetaData in interface ITablepublic Object getValue(int row, String column) throws DataSetException
ITablegetValue in interface ITablerow - The row index, starting with 0column - The name of the columnNoSuchColumnException - if specified column name do not exist in
this tableRowOutOfBoundsException - if specified row is less than zero or
equals or greater than getRowCountDataSetExceptionpublic ITableMetaData getOriginalMetaData()
Copyright © 2002-2017. All Rights Reserved.