Package yakworks.jasper.templates
Class Templates
- java.lang.Object
-
- yakworks.jasper.templates.Templates
-
public class Templates extends java.lang.ObjectTemplates class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTemplates.CurrencyType
-
Field Summary
Fields Modifier and Type Field Description static net.sf.dynamicreports.report.builder.style.StyleBuilderbold12CenteredStyleConstantbold12CenteredStylestatic net.sf.dynamicreports.report.builder.style.StyleBuilderbold18CenteredStyleConstantbold18CenteredStylestatic net.sf.dynamicreports.report.builder.style.StyleBuilderbold22CenteredStyleConstantbold22CenteredStylestatic net.sf.dynamicreports.report.builder.style.StyleBuilderboldCenteredStyleConstantboldCenteredStylestatic net.sf.dynamicreports.report.builder.style.StyleBuilderboldStyleConstantboldStylestatic net.sf.dynamicreports.report.builder.style.StyleBuildercolumnStyleConstantcolumnStylestatic net.sf.dynamicreports.report.builder.style.StyleBuildercolumnTitleStyleConstantcolumnTitleStylestatic Templates.CurrencyTypecurrencyTypeConstantcurrencyTypestatic net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,?>dynamicReportsComponentConstantdynamicReportsComponentstatic net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,?>footerComponentConstantfooterComponentstatic net.sf.dynamicreports.report.builder.style.StyleBuildergroupStyleConstantgroupStylestatic net.sf.dynamicreports.report.builder.style.StyleBuilderitalicStyleConstantitalicStylestatic net.sf.dynamicreports.report.builder.ReportTemplateBuilderreportTemplateConstantreportTemplatestatic net.sf.dynamicreports.report.builder.style.StyleBuilderrootStyleConstantrootStylestatic net.sf.dynamicreports.report.builder.style.StyleBuildersubtotalStyleConstantsubtotalStyle
-
Constructor Summary
Constructors Constructor Description Templates()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static yakworks.jasper.templates.Templates.CurrencyValueFormattercreateCurrencyValueFormatter(java.lang.String label)createCurrencyValueFormatter.static net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,?>createTitleComponent(java.lang.String label)Creates custom component which is possible to add to any report band component
-
-
-
Field Detail
-
rootStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder rootStyle
ConstantrootStyle
-
boldStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder boldStyle
ConstantboldStyle
-
italicStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder italicStyle
ConstantitalicStyle
-
boldCenteredStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder boldCenteredStyle
ConstantboldCenteredStyle
-
bold12CenteredStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder bold12CenteredStyle
Constantbold12CenteredStyle
-
bold18CenteredStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder bold18CenteredStyle
Constantbold18CenteredStyle
-
bold22CenteredStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder bold22CenteredStyle
Constantbold22CenteredStyle
-
columnStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder columnStyle
ConstantcolumnStyle
-
columnTitleStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder columnTitleStyle
ConstantcolumnTitleStyle
-
groupStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder groupStyle
ConstantgroupStyle
-
subtotalStyle
public static final net.sf.dynamicreports.report.builder.style.StyleBuilder subtotalStyle
ConstantsubtotalStyle
-
reportTemplate
public static final net.sf.dynamicreports.report.builder.ReportTemplateBuilder reportTemplate
ConstantreportTemplate
-
currencyType
public static final Templates.CurrencyType currencyType
ConstantcurrencyType
-
dynamicReportsComponent
public static final net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,?> dynamicReportsComponent
ConstantdynamicReportsComponent
-
footerComponent
public static final net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,?> footerComponent
ConstantfooterComponent
-
-
Method Detail
-
createTitleComponent
public static net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,?> createTitleComponent(java.lang.String label)
Creates custom component which is possible to add to any report band component- Parameters:
label- aStringobject.- Returns:
- a
ComponentBuilderobject.
-
createCurrencyValueFormatter
public static yakworks.jasper.templates.Templates.CurrencyValueFormatter createCurrencyValueFormatter(java.lang.String label)
createCurrencyValueFormatter.
- Parameters:
label- aStringobject.- Returns:
- a
net.sf.dynamicreports.examples.Templates.CurrencyValueFormatterobject.
-
-