net.sf.dynamicreports.report.base.component
Class DRComponent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRComponent
public DRComponent()
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.