net.sf.dynamicreports.report.builder.tableofcontents
Class TableOfContentsHeadingBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<TableOfContentsHeadingBuilder,DRTableOfContentsHeading>
net.sf.dynamicreports.report.builder.tableofcontents.TableOfContentsHeadingBuilder
- All Implemented Interfaces:
- Serializable
public class TableOfContentsHeadingBuilder
- extends AbstractBuilder<TableOfContentsHeadingBuilder,DRTableOfContentsHeading>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableOfContentsHeadingBuilder
public TableOfContentsHeadingBuilder()
setParentHeading
public TableOfContentsHeadingBuilder setParentHeading(TableOfContentsHeadingBuilder parentHeading)
setLabel
public TableOfContentsHeadingBuilder setLabel(String label)
setLabel
public TableOfContentsHeadingBuilder setLabel(DRIExpression<String> labelExpression)
setCustomValue
public TableOfContentsHeadingBuilder setCustomValue(Object customValue)
setCustomValue
public TableOfContentsHeadingBuilder setCustomValue(DRIExpression<?> customValueExpression)
getTableOfContentsHeading
public DRTableOfContentsHeading getTableOfContentsHeading()
Copyright © 2010-2014. All Rights Reserved.