net.sf.dynamicreports.report.builder.grid
Class VerticalColumnGridListCellBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<VerticalColumnGridListCellBuilder,DRColumnGridListCell>
      extended by net.sf.dynamicreports.report.builder.grid.VerticalColumnGridListCellBuilder
All Implemented Interfaces:
Serializable

public class VerticalColumnGridListCellBuilder
extends AbstractBuilder<VerticalColumnGridListCellBuilder,DRColumnGridListCell>

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 VerticalColumnGridListCellBuilder(ColumnGridComponentBuilder component)
           
 
Method Summary
 DRColumnGridListCell getColumnGridListCell()
           
 VerticalColumnGridListCellBuilder heightExpand()
           
 VerticalColumnGridListCellBuilder heightFixed()
           
 VerticalColumnGridListCellBuilder widthExpand()
           
 VerticalColumnGridListCellBuilder widthFixedOnCenter()
           
 VerticalColumnGridListCellBuilder widthFixedOnLeft()
           
 VerticalColumnGridListCellBuilder widthFixedOnRight()
           
 VerticalColumnGridListCellBuilder 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

VerticalColumnGridListCellBuilder

protected VerticalColumnGridListCellBuilder(ColumnGridComponentBuilder component)
Method Detail

widthFixedOnLeft

public VerticalColumnGridListCellBuilder widthFixedOnLeft()

widthFixedOnCenter

public VerticalColumnGridListCellBuilder widthFixedOnCenter()

widthFixedOnRight

public VerticalColumnGridListCellBuilder widthFixedOnRight()

widthFloat

public VerticalColumnGridListCellBuilder widthFloat()

widthExpand

public VerticalColumnGridListCellBuilder widthExpand()

heightFixed

public VerticalColumnGridListCellBuilder heightFixed()

heightExpand

public VerticalColumnGridListCellBuilder heightExpand()

getColumnGridListCell

public DRColumnGridListCell getColumnGridListCell()


Copyright © 2010-2014. All Rights Reserved.