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 (r.mariaca@dynamicreports.org)

Method Summary
 BooleanComponentType getComponentType()
           
 Boolean getEmptyWhenNullValue()
           
 HorizontalAlignment getHorizontalAlignment()
           
 Integer getImageHeight()
           
 Integer getImageWidth()
           
 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()

getImageWidth

Integer getImageWidth()

getImageHeight

Integer getImageHeight()

getHorizontalAlignment

HorizontalAlignment getHorizontalAlignment()


Copyright © 2010-2014. All Rights Reserved.