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 (dynamicreports@gmail.com)
- 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)
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-2012. All Rights Reserved.