Class OperationParametersReport.Row

Object
Row
All Implemented Interfaces:
Comparable<OperationParametersReport.Row>
Enclosing class:
OperationParametersReport

A single row in the table produced by OperationParametersReport. Instances of this class are created by the OperationParametersReport.createRow(…) method. Subclasses of OperationParametersReport can override that methods in order to modify the content of a row.

Every String fields in this class can contain HTML elements, especially the names values. If some text is expected to print < or > characters, then those characters need to be escaped to their HTML entities.

Since:
3.1
See Also: