net.sf.dynamicreports.report.builder.tableofcontents
Class TableOfContentsCustomizer.ReferenceExpression
java.lang.Object
net.sf.dynamicreports.report.base.expression.AbstractSimpleExpression<String>
net.sf.dynamicreports.report.builder.tableofcontents.TableOfContentsCustomizer.ReferenceExpression
- All Implemented Interfaces:
- Serializable, DRIValue<String>, DRIExpression<String>, DRISimpleExpression<String>
- Enclosing class:
- TableOfContentsCustomizer
protected class TableOfContentsCustomizer.ReferenceExpression
- extends AbstractSimpleExpression<String>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableOfContentsCustomizer.ReferenceExpression
protected TableOfContentsCustomizer.ReferenceExpression()
evaluate
public String 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
Copyright © 2010-2014. All Rights Reserved.