net.sf.dynamicreports.report.definition.column
Interface DRIBooleanColumn

All Superinterfaces:
DRIColumn<DRIComponent>, DRIColumnGridComponent, DRIExpression<Boolean>, DRIValue<Boolean>, Serializable
All Known Implementing Classes:
DRBooleanColumn

public interface DRIBooleanColumn
extends DRIExpression<Boolean>, DRIColumn<DRIComponent>, DRIValue<Boolean>

Author:
Ricardo Mariaca (dynamicreports@gmail.com)

Method Summary
 BooleanComponentType getComponentType()
           
 Boolean getEmptyWhenNullValue()
           
 Integer getHeight()
           
 ComponentDimensionType getHeightType()
           
 Integer getImageHeight()
           
 Integer getImageWidth()
           
 DRIExpression<Boolean> getPrintWhenExpression()
           
 DRIReportStyle getStyle()
           
 DRIExpression<Boolean> getValueExpression()
           
 Integer getWidth()
           
 ComponentDimensionType getWidthType()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.expression.DRIExpression
getName, getValueClass
 
Methods inherited from interface net.sf.dynamicreports.report.definition.column.DRIColumn
getComponent, getName, getTitleExpression, getTitleHeight, getTitleHeightType, getTitlePropertyExpressions, getTitleRows, getTitleStretchWithOverflow, getTitleStyle
 
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue
getName
 

Method Detail

getWidth

Integer getWidth()

getHeight

Integer getHeight()

getWidthType

ComponentDimensionType getWidthType()

getHeightType

ComponentDimensionType getHeightType()

getValueExpression

DRIExpression<Boolean> getValueExpression()

getComponentType

BooleanComponentType getComponentType()

getEmptyWhenNullValue

Boolean getEmptyWhenNullValue()

getImageWidth

Integer getImageWidth()

getImageHeight

Integer getImageHeight()

getStyle

DRIReportStyle getStyle()

getPrintWhenExpression

DRIExpression<Boolean> getPrintWhenExpression()


Copyright © 2010-2012. All Rights Reserved.