net.sf.dynamicreports.report.definition.component
Interface DRIList

All Superinterfaces:
DRIComponent, DRIDimensionComponent, Serializable
All Known Implementing Classes:
DRList

public interface DRIList
extends DRIDimensionComponent

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 DRIComponent getBackgroundComponent()
           
 Integer getGap()
           
 List<? extends DRIListCell> getListCells()
           
 ListType getType()
           
 
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
 

Method Detail

getListCells

List<? extends DRIListCell> getListCells()

getType

ListType getType()

getGap

Integer getGap()

getBackgroundComponent

DRIComponent getBackgroundComponent()


Copyright © 2010-2014. All Rights Reserved.