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)
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.