net.sf.dynamicreports.report.base
Class DRSubtotal<T>

java.lang.Object
  extended by 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

Constructor Summary
DRSubtotal(DRColumn<?> showInColumn)
           
 
Method Summary
 DRGroup getGroup()
           
 DRIExpression<?> getLabelExpression()
           
 Position getLabelPosition()
           
 DRIReportStyle getLabelStyle()
           
 Integer getLabelWidth()
           
 ComponentDimensionType getLabelWidthType()
           
 String getName()
           
 SubtotalPosition getPosition()
           
 DRColumn<?> getShowInColumn()
           
 Class<? super T> getValueClass()
           
 DRTextField<T> getValueField()
           
 void setGroup(DRGroup group)
           
 void setLabelExpression(DRIExpression<?> labelExpression)
           
 void setLabelPosition(Position labelPosition)
           
 void setLabelStyle(DRIReportStyle labelStyle)
           
 void setLabelWidth(Integer labelWidth)
           
 void setLabelWidthType(ComponentDimensionType labelWidthType)
           
 void setPosition(SubtotalPosition position)
           
 void setShowInColumn(DRColumn<?> showInColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRSubtotal

public DRSubtotal(DRColumn<?> showInColumn)
Method Detail

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.