net.sf.dynamicreports.report.builder.component
Class BooleanFieldBuilder

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.component.ComponentBuilder<T,U>
          extended by net.sf.dynamicreports.report.builder.component.DimensionComponentBuilder<T,U>
              extended by net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder<BooleanFieldBuilder,DRBooleanField>
                  extended by net.sf.dynamicreports.report.builder.component.BooleanFieldBuilder
All Implemented Interfaces:
Serializable

public class BooleanFieldBuilder
extends HyperLinkComponentBuilder<BooleanFieldBuilder,DRBooleanField>

Author:
Ricardo Mariaca (dynamicreports@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected BooleanFieldBuilder()
           
 
Method Summary
 BooleanFieldBuilder setComponentType(BooleanComponentType booleanComponentType)
           
 BooleanFieldBuilder setEmptyWhenNullValue(Boolean emptyWhenNullValue)
           
 BooleanFieldBuilder setValue(Boolean value)
           
 BooleanFieldBuilder setValue(DRIExpression<Boolean> valueExpression)
           
 BooleanFieldBuilder setValue(FieldBuilder<Boolean> field)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.component.HyperLinkComponentBuilder
setAnchorName, setAnchorName, setBookmarkLevel, setHyperLink
 
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 net.sf.dynamicreports.report.builder.component.ComponentBuilder
addProperty, addProperty, addProperty, getComponent, removeLineWhenBlank, setPrintWhenExpression, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading, setTableOfContentsHeading
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanFieldBuilder

protected BooleanFieldBuilder()
Method Detail

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)


Copyright © 2010-2012. All Rights Reserved.