net.sf.dynamicreports.report.builder.component
Class BooleanFieldBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder<BooleanFieldBuilder,DRBooleanField>
net.sf.dynamicreports.report.builder.component.BooleanFieldBuilder
- All Implemented Interfaces:
- Serializable
public class BooleanFieldBuilder
- extends HyperLinkComponentBuilder<BooleanFieldBuilder,DRBooleanField>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder |
setDimension, setFixedDimension, setFixedHeight, setFixedWidth, setHeight, setMinDimension, setMinHeight, setMinWidth, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanFieldBuilder
protected BooleanFieldBuilder()
setValue
public BooleanFieldBuilder setValue(FieldBuilder<Boolean> field)
setValue
public BooleanFieldBuilder setValue(DRIExpression<Boolean> valueExpression)
setValue
public BooleanFieldBuilder setValue(Boolean value)
setComponentType
public BooleanFieldBuilder setComponentType(BooleanComponentType booleanComponentType)
setEmptyWhenNullValue
public BooleanFieldBuilder setEmptyWhenNullValue(Boolean emptyWhenNullValue)
setImageDimension
public BooleanFieldBuilder setImageDimension(Integer width,
Integer height)
- Sets the boolean image dimension. Has effect only when the boolean value is presented as an image.
- Parameters:
width
- the image widthheight
- the image height
- Returns:
- a column builder
setImageWidth
public BooleanFieldBuilder setImageWidth(Integer width)
- Sets the boolean image width. Has effect only when the boolean value is presented as an image.
- Parameters:
width
- the image width
- Returns:
- a column builder
setImageHeight
public BooleanFieldBuilder setImageHeight(Integer height)
- Sets the boolean image height. Has effect only when the boolean value is presented as an image.
- Parameters:
height
- the image height
- Returns:
- a column builder
setHorizontalAlignment
public BooleanFieldBuilder setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Copyright © 2010-2014. All Rights Reserved.