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

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

public class HorizontalColumnGridListCellBuilder
extends AbstractBuilder<HorizontalColumnGridListCellBuilder,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 HorizontalColumnGridListCellBuilder(ColumnGridComponentBuilder component)
           
 
Method Summary
 DRColumnGridListCell getColumnGridListCell()
           
 HorizontalColumnGridListCellBuilder heightExpand()
           
 HorizontalColumnGridListCellBuilder heightFixedOnBottom()
           
 HorizontalColumnGridListCellBuilder heightFixedOnMiddle()
           
 HorizontalColumnGridListCellBuilder heightFixedOnTop()
           
 HorizontalColumnGridListCellBuilder widthExpand()
           
 HorizontalColumnGridListCellBuilder widthFixed()
           
 HorizontalColumnGridListCellBuilder 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

HorizontalColumnGridListCellBuilder

protected HorizontalColumnGridListCellBuilder(ColumnGridComponentBuilder component)
Method Detail

widthFixed

public HorizontalColumnGridListCellBuilder widthFixed()

widthFloat

public HorizontalColumnGridListCellBuilder widthFloat()

widthExpand

public HorizontalColumnGridListCellBuilder widthExpand()

heightFixedOnTop

public HorizontalColumnGridListCellBuilder heightFixedOnTop()

heightFixedOnMiddle

public HorizontalColumnGridListCellBuilder heightFixedOnMiddle()

heightFixedOnBottom

public HorizontalColumnGridListCellBuilder heightFixedOnBottom()

heightExpand

public HorizontalColumnGridListCellBuilder heightExpand()

getColumnGridListCell

public DRColumnGridListCell getColumnGridListCell()


Copyright © 2010-2014. All Rights Reserved.