net.sf.dynamicreports.report.definition
Interface DRISubtotal<T>
- All Superinterfaces:
- DRIExpression<T>, DRIValue<T>, Serializable
- All Known Implementing Classes:
- DRSubtotal
public interface DRISubtotal<T>
- extends DRIExpression<T>, DRIValue<T>
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue |
getName |
getShowInColumn
DRIColumn<?> getShowInColumn()
getValueField
DRITextField<T> getValueField()
getLabelExpression
DRIExpression<?> getLabelExpression()
getLabelStyle
DRIReportStyle getLabelStyle()
getLabelPosition
Position getLabelPosition()
getLabelWidth
Integer getLabelWidth()
getLabelWidthType
ComponentDimensionType getLabelWidthType()
getPosition
SubtotalPosition getPosition()
getGroup
DRIGroup getGroup()
Copyright © 2010-2014. All Rights Reserved.