net.sf.dynamicreports.report.definition.column
Interface DRIValueColumn<T>

All Superinterfaces:
DRIColumn<DRITextField<T>>, DRIColumnGridComponent, DRIExpression<T>, DRIValue<T>, Serializable
All Known Implementing Classes:
DRValueColumn

public interface DRIValueColumn<T>
extends DRIExpression<T>, DRIColumn<DRITextField<T>>, DRIValue<T>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Boolean getPrintRepeatedDetailValues()
           
 
Methods inherited from interface net.sf.dynamicreports.report.definition.expression.DRIExpression
getName, getValueClass
 
Methods inherited from interface net.sf.dynamicreports.report.definition.column.DRIColumn
getComponent, getName, getTitleExpression, getTitleHeight, getTitleHeightType, getTitlePropertyExpressions, getTitleRows, getTitleStretchWithOverflow, getTitleStyle
 
Methods inherited from interface net.sf.dynamicreports.report.definition.DRIValue
getName
 

Method Detail

getPrintRepeatedDetailValues

Boolean getPrintRepeatedDetailValues()


Copyright © 2010-2014. All Rights Reserved.