net.sf.dynamicreports.report.base.column
Class DRBooleanColumn

java.lang.Object
  extended by net.sf.dynamicreports.report.base.column.DRColumn<DRIComponent>
      extended by net.sf.dynamicreports.report.base.column.DRBooleanColumn
All Implemented Interfaces:
Serializable, DRIBooleanColumn, DRIColumn<DRIComponent>, DRIValue<Boolean>, DRIExpression<Boolean>, DRIColumnGridComponent

public class DRBooleanColumn
extends DRColumn<DRIComponent>
implements DRIBooleanColumn

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

Constructor Summary
DRBooleanColumn()
           
 
Method Summary
 BooleanComponentType getComponentType()
           
 Boolean getEmptyWhenNullValue()
           
 Integer getHeight()
           
 ComponentDimensionType getHeightType()
           
 Integer getImageHeight()
           
 Integer getImageWidth()
           
 String getName()
           
 DRIExpression<Boolean> getPrintWhenExpression()
           
 DRIReportStyle getStyle()
           
 Class<Boolean> getValueClass()
           
 DRIExpression<Boolean> getValueExpression()
           
 Integer getWidth()
           
 ComponentDimensionType getWidthType()
           
 void setComponentType(BooleanComponentType booleanComponentType)
           
 void setEmptyWhenNullValue(Boolean emptyWhenNullValue)
           
 void setHeight(Integer height)
           
 void setHeightType(ComponentDimensionType heightType)
           
 void setImageHeight(Integer imageHeight)
           
 void setImageWidth(Integer imageWidth)
           
 void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
           
 void setStyle(DRIReportStyle style)
           
 void setValueExpression(DRIExpression<Boolean> valueExpression)
           
 void setWidth(Integer width)
           
 void setWidthType(ComponentDimensionType widthType)
           
 
Methods inherited from class net.sf.dynamicreports.report.base.column.DRColumn
addTitlePropertyExpression, getComponent, getTitleExpression, getTitleHeight, getTitleHeightType, getTitlePropertyExpressions, getTitleRows, getTitleStretchWithOverflow, getTitleStyle, setTitleExpression, setTitleHeight, setTitleHeightType, setTitlePropertyExpressions, setTitleRows, setTitleStretchWithOverflow, setTitleStyle
 
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.column.DRIColumn
getComponent, getTitleExpression, getTitleHeight, getTitleHeightType, getTitlePropertyExpressions, getTitleRows, getTitleStretchWithOverflow, getTitleStyle
 

Constructor Detail

DRBooleanColumn

public DRBooleanColumn()
Method Detail

getWidth

public Integer getWidth()
Specified by:
getWidth in interface DRIBooleanColumn

setWidth

public void setWidth(Integer width)

getHeight

public Integer getHeight()
Specified by:
getHeight in interface DRIBooleanColumn

setHeight

public void setHeight(Integer height)

getWidthType

public ComponentDimensionType getWidthType()
Specified by:
getWidthType in interface DRIBooleanColumn

setWidthType

public void setWidthType(ComponentDimensionType widthType)

getHeightType

public ComponentDimensionType getHeightType()
Specified by:
getHeightType in interface DRIBooleanColumn

setHeightType

public void setHeightType(ComponentDimensionType heightType)

getValueExpression

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

setValueExpression

public void setValueExpression(DRIExpression<Boolean> valueExpression)

getComponentType

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

setComponentType

public void setComponentType(BooleanComponentType booleanComponentType)

getEmptyWhenNullValue

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

setEmptyWhenNullValue

public void setEmptyWhenNullValue(Boolean emptyWhenNullValue)

getImageWidth

public Integer getImageWidth()
Specified by:
getImageWidth in interface DRIBooleanColumn

setImageWidth

public void setImageWidth(Integer imageWidth)

getImageHeight

public Integer getImageHeight()
Specified by:
getImageHeight in interface DRIBooleanColumn

setImageHeight

public void setImageHeight(Integer imageHeight)

getStyle

public DRIReportStyle getStyle()
Specified by:
getStyle in interface DRIBooleanColumn

setStyle

public void setStyle(DRIReportStyle style)

getPrintWhenExpression

public DRIExpression<Boolean> getPrintWhenExpression()
Specified by:
getPrintWhenExpression in interface DRIBooleanColumn

setPrintWhenExpression

public void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)

getName

public String getName()
Specified by:
getName in interface DRIColumn<DRIComponent>
Specified by:
getName in interface DRIValue<Boolean>
Specified by:
getName in interface DRIExpression<Boolean>
Overrides:
getName in class DRColumn<DRIComponent>

getValueClass

public Class<Boolean> getValueClass()
Specified by:
getValueClass in interface DRIExpression<Boolean>


Copyright © 2010-2012. All Rights Reserved.