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 (dynamicreports@gmail.com)
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue |
getName |
getShowInColumn
DRIColumn<?> getShowInColumn()
getValueField
DRITextField<T> getValueField()
getLabelExpression
DRIExpression<?> getLabelExpression()
getLabelStyle
DRIReportStyle getLabelStyle()
getPosition
SubtotalPosition getPosition()
getGroup
DRIGroup getGroup()
Copyright © 2010-2012. All Rights Reserved.