public class RefinedTable extends RefinedStructuredResult implements IResultTable
RefinedStructuredResult.DerivedDataJobDefinition, RefinedStructuredResult.ICalculationProgressEMPTYEMPTY| 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, unwrapequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumns, getColumnValue, getContextgetResultMetaDatapublic int getRowCount()
IResultTablegetRowCount in interface IResultTablepublic List<?> getRows()
public Object getRow(int rowId)
IResultTablegetRow in interface IResultTablerowId - The row number.IStructuredResult.getContext(Object) or
IStructuredResult.getColumnValue(Object, int).public void refresh()
public void filterChanged(Filter filter)
filterChanged in class RefinedStructuredResult