net.sf.dynamicreports.report.base.component
Class DRBooleanField
java.lang.Object
net.sf.dynamicreports.report.base.component.DRComponent
net.sf.dynamicreports.report.base.component.DRDimensionComponent
net.sf.dynamicreports.report.base.component.DRHyperLinkComponent
net.sf.dynamicreports.report.base.component.DRBooleanField
- All Implemented Interfaces:
- Serializable, DRIBooleanField, DRIComponent, DRIDimensionComponent, DRIHyperLinkComponent
public class DRBooleanField
- extends DRHyperLinkComponent
- implements DRIBooleanField
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class net.sf.dynamicreports.report.base.component.DRDimensionComponent |
getHeight, getHeightType, getPositionType, getPrintInFirstWholeBand, getPrintWhenDetailOverflows, getPrintWhenGroupChanges, getStretchType, getWidth, getWidthType, setHeight, setHeightType, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenGroupChanges, setStretchType, setWidth, setWidthType |
Methods inherited from class net.sf.dynamicreports.report.base.component.DRComponent |
addPropertyExpression, getPrintWhenExpression, getPropertyExpressions, getRemoveLineWhenBlank, getStyle, getTableOfContentsHeading, init, setPrintWhenExpression, setPropertyExpressions, setRemoveLineWhenBlank, setStyle, setTableOfContentsHeading |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRBooleanField
public DRBooleanField()
getValueExpression
public DRIExpression<Boolean> getValueExpression()
- Specified by:
getValueExpression
in interface DRIBooleanField
setValueExpression
public void setValueExpression(DRIExpression<Boolean> valueExpression)
getComponentType
public BooleanComponentType getComponentType()
- Specified by:
getComponentType
in interface DRIBooleanField
setComponentType
public void setComponentType(BooleanComponentType componentType)
getEmptyWhenNullValue
public Boolean getEmptyWhenNullValue()
- Specified by:
getEmptyWhenNullValue
in interface DRIBooleanField
setEmptyWhenNullValue
public void setEmptyWhenNullValue(Boolean emptyWhenNullValue)
getImageWidth
public Integer getImageWidth()
- Specified by:
getImageWidth
in interface DRIBooleanField
setImageWidth
public void setImageWidth(Integer imageWidth)
getImageHeight
public Integer getImageHeight()
- Specified by:
getImageHeight
in interface DRIBooleanField
setImageHeight
public void setImageHeight(Integer imageHeight)
getHorizontalAlignment
public HorizontalAlignment getHorizontalAlignment()
- Specified by:
getHorizontalAlignment
in interface DRIBooleanField
setHorizontalAlignment
public void setHorizontalAlignment(HorizontalAlignment horizontalAlignment)
Copyright © 2010-2014. All Rights Reserved.