net.sf.dynamicreports.report.builder.tableofcontents
Class TableOfContentsHeadingBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<TableOfContentsHeadingBuilder,DRTableOfContentsHeading>
      extended by 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

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
TableOfContentsHeadingBuilder()
           
 
Method Summary
 DRTableOfContentsHeading getTableOfContentsHeading()
           
 TableOfContentsHeadingBuilder setCustomValue(DRIExpression<?> customValueExpression)
           
 TableOfContentsHeadingBuilder setCustomValue(Object customValue)
           
 TableOfContentsHeadingBuilder setLabel(DRIExpression<String> labelExpression)
           
 TableOfContentsHeadingBuilder setLabel(String label)
           
 TableOfContentsHeadingBuilder setParentHeading(TableOfContentsHeadingBuilder parentHeading)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableOfContentsHeadingBuilder

public TableOfContentsHeadingBuilder()
Method Detail

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.