net.sf.dynamicreports.report.base.grid
Class DRColumnGridList

java.lang.Object
  extended by net.sf.dynamicreports.report.base.grid.DRColumnGridList
All Implemented Interfaces:
Serializable, DRIColumnGridComponent, DRIColumnGridList

public class DRColumnGridList
extends Object
implements DRIColumnGridList

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

Constructor Summary
DRColumnGridList()
           
DRColumnGridList(ListType type)
           
 
Method Summary
 void addCell(DRColumnGridListCell cell)
           
 void addComponent(DRIColumnGridComponent component)
           
 void addComponent(HorizontalCellComponentAlignment horizontalAlignment, VerticalCellComponentAlignment verticalAlignment, DRIColumnGridComponent component)
           
 int getGap()
           
 List<DRColumnGridListCell> getListCells()
           
 ListType getType()
           
 void setGap(int gap)
           
 void setType(ListType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRColumnGridList

public DRColumnGridList()

DRColumnGridList

public DRColumnGridList(ListType type)
Method Detail

getListCells

public List<DRColumnGridListCell> getListCells()
Specified by:
getListCells in interface DRIColumnGridList

addComponent

public void addComponent(DRIColumnGridComponent component)

addCell

public void addCell(DRColumnGridListCell cell)

addComponent

public void addComponent(HorizontalCellComponentAlignment horizontalAlignment,
                         VerticalCellComponentAlignment verticalAlignment,
                         DRIColumnGridComponent component)

setType

public void setType(ListType type)

getType

public ListType getType()
Specified by:
getType in interface DRIColumnGridList

getGap

public int getGap()
Specified by:
getGap in interface DRIColumnGridList

setGap

public void setGap(int gap)


Copyright © 2010-2014. All Rights Reserved.