net.sf.dynamicreports.report.builder.component
Class HorizontalListBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
          extended by net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<HorizontalListBuilder,DRList>
              extended by net.sf.dynamicreports.report.builder.component.HorizontalListBuilder
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HorizontalFlowListBuilder

public class HorizontalListBuilder
extends DimensionComponentBuilder<HorizontalListBuilder,DRList>

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

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected HorizontalListBuilder()
           
 
Method Summary
 HorizontalListBuilder add(ComponentBuilder<?,?>... components)
           
 HorizontalListBuilder add(HorizontalListCellBuilder... cells)
           
 HorizontalListBuilder add(int gap, ComponentBuilder<?,?>... components)
           
 HorizontalListBuilder add(int gap, HorizontalListCellBuilder... cells)
           
 DRList getList()
           
protected  void init()
           
 HorizontalListBuilder newFlowRow()
           
 HorizontalListBuilder newFlowRow(Integer verticalGap)
           
 HorizontalListBuilder newRow()
           
 HorizontalListBuilder newRow(Integer verticalGap)
           
 HorizontalListBuilder setBackgroundComponent(ComponentBuilder<?,?> backgroundComponent)
           
 HorizontalListBuilder setBaseBackgroundComponent(ComponentBuilder<?,?> backgroundComponent)
           
 HorizontalListBuilder setBaseGap(Integer gap)
           
 HorizontalListBuilder setBaseStretchType(StretchType stretchType)
           
 HorizontalListBuilder setBaseStyle(ReportStyleBuilder style)
           
 HorizontalListBuilder setGap(Integer gap)
           
 HorizontalListBuilder setStyle(ReportStyleBuilder style)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder
setDimension, setFixedDimension, setFixedHeight, setFixedWidth, setHeight, setMinDimension, setMinHeight, setMinWidth, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.ComponentBuilder
addProperty, addProperty, addProperty, getComponent, removeLineWhenBlank, setPrintWhenExpression, setRemoveLineWhenBlank, setTableOfContentsHeading, setTableOfContentsHeading
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizontalListBuilder

protected HorizontalListBuilder()
Method Detail

init

protected void init()

add

public HorizontalListBuilder add(ComponentBuilder<?,?>... components)

add

public HorizontalListBuilder add(int gap,
                                 ComponentBuilder<?,?>... components)

add

public HorizontalListBuilder add(HorizontalListCellBuilder... cells)

add

public HorizontalListBuilder add(int gap,
                                 HorizontalListCellBuilder... cells)

newRow

public HorizontalListBuilder newRow()

newRow

public HorizontalListBuilder newRow(Integer verticalGap)

newFlowRow

public HorizontalListBuilder newFlowRow()

newFlowRow

public HorizontalListBuilder newFlowRow(Integer verticalGap)

setGap

public HorizontalListBuilder setGap(Integer gap)

setStyle

public HorizontalListBuilder setStyle(ReportStyleBuilder style)
Overrides:
setStyle in class ComponentBuilder<HorizontalListBuilder,DRList>

setBaseStretchType

public HorizontalListBuilder setBaseStretchType(StretchType stretchType)

setBaseGap

public HorizontalListBuilder setBaseGap(Integer gap)

setBaseStyle

public HorizontalListBuilder setBaseStyle(ReportStyleBuilder style)

setBaseBackgroundComponent

public HorizontalListBuilder setBaseBackgroundComponent(ComponentBuilder<?,?> backgroundComponent)

setBackgroundComponent

public HorizontalListBuilder setBackgroundComponent(ComponentBuilder<?,?> backgroundComponent)

getList

public DRList getList()


Copyright © 2010-2014. All Rights Reserved.