public static interface IOutputter.Context
Modifier and Type | Method and Description |
---|---|
String |
addContextResult(String name,
IResult result)
Add a
IResult from a DetailResultProvider
to the report. |
String |
addIcon(URL icon)
Get string to represent an icon
|
String |
getId() |
int |
getLimit()
The limit on the number of rows to generate in the report from the result.
|
File |
getOutputDirectory()
Where files for the report can be generated.
|
String |
getPathToRoot() |
IQueryContext |
getQueryContext()
The query context for the result.
|
boolean |
hasLimit()
Whether there is a limit on the number of rows to generate.
|
boolean |
isColumnVisible(int columnIndex)
Whether a column of the result should be displayed in the report.
|
boolean |
isTotalsRowVisible()
Whether to display a totals row from the result in the report.
|
String |
param(String key)
Get the value of a parameter from
Params controlling generation of a report. |
String |
param(String key,
String defaultValue)
Get the value of a parameter from
Params controlling generation of a report. |
String getId()
IQueryContext getQueryContext()
File getOutputDirectory()
String getPathToRoot()
String addIcon(URL icon)
icon
- where the icon can be foundString addContextResult(String name, IResult result)
IResult
from a DetailResultProvider
to the report.name
- result
- boolean hasLimit()
int getLimit()
boolean isColumnVisible(int columnIndex)
columnIndex
- boolean isTotalsRowVisible()
String param(String key)
Params
controlling generation of a report.key
-