net.sf.dynamicreports.report.base
Class DRSubtotal<T>
java.lang.Object
net.sf.dynamicreports.report.base.DRSubtotal<T>
- All Implemented Interfaces:
- Serializable, DRISubtotal<T>, DRIValue<T>, DRIExpression<T>
public class DRSubtotal<T>
- extends Object
- implements DRISubtotal<T>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRSubtotal
public DRSubtotal(DRColumn<?> showInColumn)
setShowInColumn
public void setShowInColumn(DRColumn<?> showInColumn)
getShowInColumn
public DRColumn<?> getShowInColumn()
- Specified by:
getShowInColumn
in interface DRISubtotal<T>
getValueField
public DRTextField<T> getValueField()
- Specified by:
getValueField
in interface DRISubtotal<T>
getLabelExpression
public DRIExpression<?> getLabelExpression()
- Specified by:
getLabelExpression
in interface DRISubtotal<T>
setLabelExpression
public void setLabelExpression(DRIExpression<?> labelExpression)
getLabelStyle
public DRIReportStyle getLabelStyle()
- Specified by:
getLabelStyle
in interface DRISubtotal<T>
setLabelStyle
public void setLabelStyle(DRIReportStyle labelStyle)
getLabelPosition
public Position getLabelPosition()
- Specified by:
getLabelPosition
in interface DRISubtotal<T>
setLabelPosition
public void setLabelPosition(Position labelPosition)
getLabelWidth
public Integer getLabelWidth()
- Specified by:
getLabelWidth
in interface DRISubtotal<T>
setLabelWidth
public void setLabelWidth(Integer labelWidth)
getLabelWidthType
public ComponentDimensionType getLabelWidthType()
- Specified by:
getLabelWidthType
in interface DRISubtotal<T>
setLabelWidthType
public void setLabelWidthType(ComponentDimensionType labelWidthType)
getPosition
public SubtotalPosition getPosition()
- Specified by:
getPosition
in interface DRISubtotal<T>
setPosition
public void setPosition(SubtotalPosition position)
getGroup
public DRGroup getGroup()
- Specified by:
getGroup
in interface DRISubtotal<T>
setGroup
public void setGroup(DRGroup group)
getName
public String getName()
- Specified by:
getName
in interface DRIValue<T>
- Specified by:
getName
in interface DRIExpression<T>
getValueClass
public Class<? super T> getValueClass()
- Specified by:
getValueClass
in interface DRIExpression<T>
Copyright © 2010-2014. All Rights Reserved.