net.sf.dynamicreports.report.base.component
Class DRBooleanField

java.lang.Object
  extended by net.sf.dynamicreports.report.base.component.DRComponent
      extended by net.sf.dynamicreports.report.base.component.DRDimensionComponent
          extended by net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
              extended by net.sf.dynamicreports.report.base.component.DRBooleanField
All Implemented Interfaces:
Serializable, DRIBooleanField, DRIComponent, DRIDimensionComponent, DRIHyperLinkComponent

public class DRBooleanField
extends DRHyperLinkComponent
implements DRIBooleanField

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

Constructor Summary
DRBooleanField()
           
 
Method Summary
 BooleanComponentType getComponentType()
           
 Boolean getEmptyWhenNullValue()
           
 DRIExpression<Boolean> getValueExpression()
           
 void setComponentType(BooleanComponentType componentType)
           
 void setEmptyWhenNullValue(Boolean emptyWhenNullValue)
           
 void setValueExpression(DRIExpression<Boolean> valueExpression)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink, setAnchorNameExpression, setBookmarkLevel, setHyperLink
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType
 
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIHyperLinkComponent
getAnchorNameExpression, getBookmarkLevel, getHyperLink
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIDimensionComponent
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType
 
Methods inherited from interface net.sf.dynamicreports.report.definition.component.DRIComponent
getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading
 

Constructor Detail

DRBooleanField

public DRBooleanField()
Method Detail

getValueExpression

public DRIExpression<Boolean> getValueExpression()
Specified by:
getValueExpression in interface DRIBooleanField

setValueExpression

public void setValueExpression(DRIExpression<Boolean> valueExpression)

getComponentType

public BooleanComponentType getComponentType()
Specified by:
getComponentType in interface DRIBooleanField

setComponentType

public void setComponentType(BooleanComponentType componentType)

getEmptyWhenNullValue

public Boolean getEmptyWhenNullValue()
Specified by:
getEmptyWhenNullValue in interface DRIBooleanField

setEmptyWhenNullValue

public void setEmptyWhenNullValue(Boolean emptyWhenNullValue)


Copyright © 2010-2012. All Rights Reserved.