net.sf.dynamicreports.report.definition.component
Interface DRIBooleanField

All Superinterfaces:
DRIComponent, DRIDimensionComponent, DRIHyperLinkComponent, Serializable
All Known Implementing Classes:
DRBooleanField

public interface DRIBooleanField
extends DRIHyperLinkComponent

Author:
Ricardo Mariaca (dynamicreports@gmail.com)

Method Summary
 BooleanComponentType getComponentType()
           
 Boolean getEmptyWhenNullValue()
           
 DRIExpression<Boolean> getValueExpression()
           
 
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
 

Method Detail

getValueExpression

DRIExpression<Boolean> getValueExpression()

getComponentType

BooleanComponentType getComponentType()

getEmptyWhenNullValue

Boolean getEmptyWhenNullValue()


Copyright © 2010-2012. All Rights Reserved.