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)

Method Summary
 DRIGroup getGroup()
           
 DRIExpression<?> getLabelExpression()
           
 Position getLabelPosition()
           
 DRIReportStyle getLabelStyle()
           
 Integer getLabelWidth()
           
 ComponentDimensionType getLabelWidthType()
           
 SubtotalPosition getPosition()
           
 DRIColumn<?> getShowInColumn()
           
 DRITextField<T> getValueField()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.expression.DRIExpression
getName, getValueClass
 
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue
getName
 

Method Detail

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.