net.sf.dynamicreports.report.base.grid
Class DRColumnGridList
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRColumnGridList
public DRColumnGridList()
DRColumnGridList
public DRColumnGridList(ListType type)
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.