public static interface Params.Html
Modifier and Type | Field and Description |
---|---|
static String |
COLLAPSED
Collapse this section in the HTML report
if set to Boolean.TRUE.toString()
|
static String |
IS_IMPORTANT
Used to emphasise a section.
|
static String |
RENDER_DETAILS
Include embedded report details.
|
static String |
SEPARATE_FILE
Used to specify this report should be in a separate HTML file
|
static String |
SHOW_HEADING
Whether to show a heading.
|
static String |
SHOW_TABLE_HEADER
Whether to show a table header.
|
static String |
SHOW_TOTALS
Whether to show totals for a table
|
static final String COLLAPSED
static final String SEPARATE_FILE
static final String IS_IMPORTANT
static final String SHOW_TABLE_HEADER
static final String SHOW_HEADING
static final String SHOW_TOTALS
static final String RENDER_DETAILS
DetailResultProvider
. If set
to "false", those detail results are not included in the HTML output.