net.sf.dynamicreports.report.base.component
Class DRComponent

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
All Implemented Interfaces:
Serializable, DRIComponent
Direct Known Subclasses:
DRBreak, DRDimensionComponent

public abstract class DRComponent
extends Object
implements DRIComponent

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

Constructor Summary
DRComponent()
           
 
Method Summary
 void addPropertyExpression(DRIPropertyExpression propertyExpression)
           
 DRIExpression<Boolean> getPrintWhenExpression()
           
 List<DRIPropertyExpression> getPropertyExpressions()
           
 Boolean getRemoveLineWhenBlank()
           
 DRIReportStyle getStyle()
           
 DRTableOfContentsHeading getTableOfContentsHeading()
           
protected  void init()
           
 void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
           
 void setPropertyExpressions(List<DRIPropertyExpression> propertyExpressions)
           
 void setRemoveLineWhenBlank(Boolean removeLineWhenBlank)
           
 void setStyle(DRIReportStyle style)
           
 void setTableOfContentsHeading(DRTableOfContentsHeading tableOfContentsHeading)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRComponent

public DRComponent()
Method Detail

init

protected void init()

getStyle

public DRIReportStyle getStyle()
Specified by:
getStyle in interface DRIComponent

setStyle

public void setStyle(DRIReportStyle style)

getPrintWhenExpression

public DRIExpression<Boolean> getPrintWhenExpression()
Specified by:
getPrintWhenExpression in interface DRIComponent

setPrintWhenExpression

public void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)

getRemoveLineWhenBlank

public Boolean getRemoveLineWhenBlank()
Specified by:
getRemoveLineWhenBlank in interface DRIComponent

setRemoveLineWhenBlank

public void setRemoveLineWhenBlank(Boolean removeLineWhenBlank)

getPropertyExpressions

public List<DRIPropertyExpression> getPropertyExpressions()
Specified by:
getPropertyExpressions in interface DRIComponent

addPropertyExpression

public void addPropertyExpression(DRIPropertyExpression propertyExpression)

setPropertyExpressions

public void setPropertyExpressions(List<DRIPropertyExpression> propertyExpressions)

getTableOfContentsHeading

public DRTableOfContentsHeading getTableOfContentsHeading()
Specified by:
getTableOfContentsHeading in interface DRIComponent

setTableOfContentsHeading

public void setTableOfContentsHeading(DRTableOfContentsHeading tableOfContentsHeading)


Copyright © 2010-2014. All Rights Reserved.