net.sf.dynamicreports.report.base.column
Class DRBooleanColumn
java.lang.Object
net.sf.dynamicreports.report.base.column.DRColumn<DRIComponent>
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
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 |
DRBooleanColumn
public DRBooleanColumn()
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.