public class RefinedTable extends RefinedStructuredResult implements IResultTable
RefinedStructuredResult.DerivedDataJobDefinition, RefinedStructuredResult.ICalculationProgress
EMPTY
EMPTY
Modifier and Type | Method and Description |
---|---|
void |
filterChanged(Filter filter) |
Object |
getRow(int rowId)
Returns the object of the row with the given row number.
|
int |
getRowCount()
Returns the number of rows in the result table.
|
List<?> |
getRows() |
void |
refresh() |
addDerivedDataColumn, buildTotalsRow, calculate, calculateTotals, getColumnFor, getColumns, getColumnValue, getContext, getFilter, getFilteredCount, getFormattedColumnValue, getIcon, getJobs, getResultMetaData, getSortColumn, getSortDirection, hasActiveFilter, isDecorated, isExpanded, isSelected, setSelectionProvider, setSortOrder, sort, unwrap
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumns, getColumnValue, getContext
getResultMetaData
public int getRowCount()
IResultTable
getRowCount
in interface IResultTable
public List<?> getRows()
public Object getRow(int rowId)
IResultTable
getRow
in interface IResultTable
rowId
- The row number.IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.public void refresh()
public void filterChanged(Filter filter)
filterChanged
in class RefinedStructuredResult