net.sf.dynamicreports.report.builder.component
Class VerticalListCellBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<VerticalListCellBuilder,DRListCell>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerticalListCellBuilder
protected VerticalListCellBuilder(ComponentBuilder<?,?> component)
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.