Package | Description |
---|---|
ar.com.fdvs.dj.domain.builders |
Modifier and Type | Method and Description |
---|---|
FastReportBuilder |
FastReportBuilder.addBarcodeColumn(String title,
String property,
String className,
int barcodeType,
boolean showText,
boolean checkSum,
String applicationIdentifier,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode,
Style style) |
FastReportBuilder |
FastReportBuilder.addBarcodeColumn(String title,
String property,
String className,
int barcodeType,
boolean showText,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode) |
FastReportBuilder |
FastReportBuilder.addBarcodeColumn(String title,
String property,
String className,
int barcodeType,
boolean showText,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode,
Style style)
By default uses InputStream as the type of the image
|
FastReportBuilder |
FastReportBuilder.addColumn(String title,
CustomExpression expression,
int width,
boolean fixedWidth,
String pattern,
Style style) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width,
boolean fixedWidth) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width,
boolean fixedWidth,
String pattern) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width,
boolean fixedWidth,
String pattern,
Style style) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width,
boolean fixedWidth,
String pattern,
Style style,
String fieldDescription) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width,
Style style) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
Class clazz,
int width,
Style style,
Style headerStyle) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
boolean fixedWidth) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
boolean fixedWidth,
String pattern) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
boolean fixedWidth,
String pattern,
Style style) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
boolean fixedWidth,
String pattern,
Style style,
String fieldDescription) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
Style style) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
Style style,
Style headerStyle) |
FastReportBuilder |
FastReportBuilder.addColumn(String title,
String property,
String className,
int width,
Style style,
Style headerStyle,
boolean fixedWidth) |
FastReportBuilder |
FastReportBuilder.addImageColumn(String title,
CustomExpression expression,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode,
Style style) |
FastReportBuilder |
FastReportBuilder.addImageColumn(String title,
String property,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode) |
FastReportBuilder |
FastReportBuilder.addImageColumn(String title,
String property,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode,
Style style)
By default uses InputStream as the type of the image
|
FastReportBuilder |
FastReportBuilder.addImageColumn(String title,
String property,
String className,
int width,
boolean fixedWidth,
ImageScaleMode imageScaleMode,
Style style) |
AbstractColumn |
ColumnBuilder.build() |
Copyright © 2006-2014 FDV Solutions. All Rights Reserved.