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

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<VerticalListCellBuilder,DRListCell>
      extended by net.sf.dynamicreports.report.builder.component.VerticalListCellBuilder
All Implemented Interfaces:
Serializable

public class VerticalListCellBuilder
extends AbstractBuilder<VerticalListCellBuilder,DRListCell>

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 VerticalListCellBuilder(ComponentBuilder<?,?> component)
           
 
Method Summary
 DRListCell getListCell()
           
 VerticalListCellBuilder heightExpand()
           
 VerticalListCellBuilder heightFixed()
           
 VerticalListCellBuilder widthExpand()
           
 VerticalListCellBuilder widthFixedOnCenter()
           
 VerticalListCellBuilder widthFixedOnLeft()
           
 VerticalListCellBuilder widthFixedOnRight()
           
 VerticalListCellBuilder widthFloat()
           
 
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

VerticalListCellBuilder

protected VerticalListCellBuilder(ComponentBuilder<?,?> component)
Method Detail

widthFixedOnLeft

public VerticalListCellBuilder widthFixedOnLeft()

widthFixedOnCenter

public VerticalListCellBuilder widthFixedOnCenter()

widthFixedOnRight

public VerticalListCellBuilder widthFixedOnRight()

widthFloat

public VerticalListCellBuilder widthFloat()

widthExpand

public VerticalListCellBuilder widthExpand()

heightFixed

public VerticalListCellBuilder heightFixed()

heightExpand

public VerticalListCellBuilder heightExpand()

getListCell

public DRListCell getListCell()


Copyright © 2010-2014. All Rights Reserved.