net.sf.dynamicreports.report.definition.crosstab
Interface DRICrosstabMeasure<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRCrosstabMeasure

public interface DRICrosstabMeasure<T>
extends Serializable

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

Method Summary
 DRIDataType<? super T,T> getDataType()
           
 DRIExpression<?> getExpression()
           
 HorizontalAlignment getHorizontalAlignment()
           
 DRIHyperLink getHyperLink()
           
 String getName()
           
 String getPattern()
           
 List<DRIPropertyExpression> getPropertyExpressions()
           
 Boolean getStretchWithOverflow()
           
 List<DRICrosstabCellStyle> getStyles()
           
 DRIExpression<?> getTitleExpression()
           
 DRIReportStyle getTitleStyle()
           
 DRIValueFormatter<?,? super T> getValueFormatter()
           
 

Method Detail

getName

String getName()

getDataType

DRIDataType<? super T,T> getDataType()

getExpression

DRIExpression<?> getExpression()

getPattern

String getPattern()

getHorizontalAlignment

HorizontalAlignment getHorizontalAlignment()

getValueFormatter

DRIValueFormatter<?,? super T> getValueFormatter()

getStretchWithOverflow

Boolean getStretchWithOverflow()

getHyperLink

DRIHyperLink getHyperLink()

getPropertyExpressions

List<DRIPropertyExpression> getPropertyExpressions()

getStyles

List<DRICrosstabCellStyle> getStyles()

getTitleExpression

DRIExpression<?> getTitleExpression()

getTitleStyle

DRIReportStyle getTitleStyle()


Copyright © 2010-2014. All Rights Reserved.