Class TableOfContentsCustomizer.PrintHeadingExpression

java.lang.Object
net.sf.dynamicreports.report.base.expression.AbstractSimpleExpression<Boolean>
net.sf.dynamicreports.report.builder.tableofcontents.TableOfContentsCustomizer.PrintHeadingExpression
All Implemented Interfaces:
Serializable, DRIValue<Boolean>, DRIExpression<Boolean>, DRISimpleExpression<Boolean>
Enclosing class:
TableOfContentsCustomizer

protected class TableOfContentsCustomizer.PrintHeadingExpression extends AbstractSimpleExpression<Boolean>
See Also:
  • Constructor Details

    • PrintHeadingExpression

      public PrintHeadingExpression(int level)
  • Method Details

    • evaluate

      public Boolean evaluate(ReportParameters reportParameters)
      Description copied from interface: DRISimpleExpression
      Evaluates the expression.
      Parameters:
      reportParameters - access to report fields, variables, parameters, expressions, and other report values
      Returns:
      the result of the expression evaluation