net.sf.dynamicreports.report.base.component
Class DRList
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.component.DRList
- All Implemented Interfaces:
- Serializable, DRIComponent, DRIDimensionComponent, DRIList
public class DRList
- extends DRDimensionComponent
- implements DRIList
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent |
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent |
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRList
public DRList()
DRList
public DRList(ListType type)
init
protected void init()
- Overrides:
init
in class DRComponent
getListCells
public List<DRListCell> getListCells()
- Specified by:
getListCells
in interface DRIList
addComponent
public void addComponent(DRComponent component)
addCell
public void addCell(DRListCell cell)
addComponent
public void addComponent(HorizontalCellComponentAlignment horizontalAlignment,
VerticalCellComponentAlignment verticalAlignment,
DRComponent component)
setType
public void setType(ListType type)
getType
public ListType getType()
- Specified by:
getType
in interface DRIList
getGap
public Integer getGap()
- Specified by:
getGap
in interface DRIList
setGap
public void setGap(Integer gap)
getBackgroundComponent
public DRComponent getBackgroundComponent()
- Specified by:
getBackgroundComponent
in interface DRIList
setBackgroundComponent
public void setBackgroundComponent(DRComponent backgroundComponent)
Copyright © 2010-2014. All Rights Reserved.