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

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRDimensionComponent
          extended by 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

Constructor Summary
DRList()
           
DRList(ListType type)
           
 
Method Summary
 void addCell(DRListCell cell)
           
 void addComponent(DRComponent component)
           
 void addComponent(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRComponent component)
           
 DRComponent getBackgroundComponent()
           
 Integer getGap()
           
 List<DRListCell> getListCells()
           
 ListType getType()
           
protected  void init()
           
 void setBackgroundComponent(DRComponent backgroundComponent)
           
 void setGap(Integer gap)
           
 void setType(ListType type)
           
 
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
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Constructor Detail

DRList

public DRList()

DRList

public DRList(ListType type)
Method Detail

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.