net.sf.dynamicreports.report.base
Class DRTableOfContentsHeading

java.lang.Object
  extended by net.sf.dynamicreports.report.base.DRTableOfContentsHeading
All Implemented Interfaces:
Serializable, DRITableOfContentsHeading

public class DRTableOfContentsHeading
extends Object
implements DRITableOfContentsHeading

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRTableOfContentsHeading()
           
 
Method Summary
 DRIExpression<?> getCustomValueExpression()
           
 DRIExpression<String> getLabelExpression()
           
 DRTableOfContentsHeading getParentHeading()
           
 void setCustomValueExpression(DRIExpression<?> customValueExpression)
           
 void setLabelExpression(DRIExpression<String> labelExpression)
           
 void setParentHeading(DRTableOfContentsHeading parentHeading)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRTableOfContentsHeading

public DRTableOfContentsHeading()
Method Detail

getParentHeading

public DRTableOfContentsHeading getParentHeading()
Specified by:
getParentHeading in interface DRITableOfContentsHeading

setParentHeading

public void setParentHeading(DRTableOfContentsHeading parentHeading)

getLabelExpression

public DRIExpression<String> getLabelExpression()
Specified by:
getLabelExpression in interface DRITableOfContentsHeading

setLabelExpression

public void setLabelExpression(DRIExpression<String> labelExpression)

getCustomValueExpression

public DRIExpression<?> getCustomValueExpression()
Specified by:
getCustomValueExpression in interface DRITableOfContentsHeading

setCustomValueExpression

public void setCustomValueExpression(DRIExpression<?> customValueExpression)


Copyright © 2010-2014. All Rights Reserved.