net.sf.dynamicreports.report.builder.component
Class HorizontalListCellBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<HorizontalListCellBuilder,DRListCell>
net.sf.dynamicreports.report.builder.component.HorizontalListCellBuilder
- All Implemented Interfaces:
- Serializable
public class HorizontalListCellBuilder
- extends AbstractBuilder<HorizontalListCellBuilder,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 |
HorizontalListCellBuilder
protected HorizontalListCellBuilder(ComponentBuilder<?,?> component)
widthFixed
public HorizontalListCellBuilder widthFixed()
widthFloat
public HorizontalListCellBuilder widthFloat()
widthExpand
public HorizontalListCellBuilder widthExpand()
heightFixedOnTop
public HorizontalListCellBuilder heightFixedOnTop()
heightFixedOnMiddle
public HorizontalListCellBuilder heightFixedOnMiddle()
heightFixedOnBottom
public HorizontalListCellBuilder heightFixedOnBottom()
heightExpand
public HorizontalListCellBuilder heightExpand()
getListCell
public DRListCell getListCell()
Copyright © 2010-2014. All Rights Reserved.