public interface TableCalculationResults
| Modifier and Type | Method and Description |
|---|---|
TableCalculation[] |
getCalculations()
Returns all calculations that were performed.
|
int |
getCurrentPageRowCount()
Returns the number of rows in the current page.
|
TableCalculationResult |
getResult(Column column,
TableCalculation calc)
Returns the result of a calculation for a particular column.
|
java.util.Iterator<TableCalculationResult> |
getResults()
Returns all results.
|
int |
getTotalRowCount()
Returns the number of rows in the table.
|
int getCurrentPageRowCount()
int getTotalRowCount()
TableCalculation[] getCalculations()
TableCalculationResult getResult(Column column, TableCalculation calc)
column - A column.calc - A calculation.java.util.Iterator<TableCalculationResult> getResults()
Copyright ? Technia AB. All Rights Reserved.