| Methods in ar.com.fdvs.dj.domain.builders that throw ColumnBuilderException |
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()
|