Class Templates


  • public class Templates
    extends java.lang.Object

    Templates class.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Templates.CurrencyType  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static net.sf.dynamicreports.report.builder.style.StyleBuilder bold12CenteredStyle
      Constant bold12CenteredStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder bold18CenteredStyle
      Constant bold18CenteredStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder bold22CenteredStyle
      Constant bold22CenteredStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder boldCenteredStyle
      Constant boldCenteredStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder boldStyle
      Constant boldStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder columnStyle
      Constant columnStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder columnTitleStyle
      Constant columnTitleStyle
      static Templates.CurrencyType currencyType
      Constant currencyType
      static net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,​?> dynamicReportsComponent
      Constant dynamicReportsComponent
      static net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,​?> footerComponent
      Constant footerComponent
      static net.sf.dynamicreports.report.builder.style.StyleBuilder groupStyle
      Constant groupStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder italicStyle
      Constant italicStyle
      static net.sf.dynamicreports.report.builder.ReportTemplateBuilder reportTemplate
      Constant reportTemplate
      static net.sf.dynamicreports.report.builder.style.StyleBuilder rootStyle
      Constant rootStyle
      static net.sf.dynamicreports.report.builder.style.StyleBuilder subtotalStyle
      Constant subtotalStyle
    • Constructor Summary

      Constructors 
      Constructor Description
      Templates()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static yakworks.jasper.templates.Templates.CurrencyValueFormatter createCurrencyValueFormatter​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rootStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder rootStyle
        Constant rootStyle
      • boldStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder boldStyle
        Constant boldStyle
      • italicStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder italicStyle
        Constant italicStyle
      • boldCenteredStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder boldCenteredStyle
        Constant boldCenteredStyle
      • bold12CenteredStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder bold12CenteredStyle
        Constant bold12CenteredStyle
      • bold18CenteredStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder bold18CenteredStyle
        Constant bold18CenteredStyle
      • bold22CenteredStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder bold22CenteredStyle
        Constant bold22CenteredStyle
      • columnStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder columnStyle
        Constant columnStyle
      • columnTitleStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder columnTitleStyle
        Constant columnTitleStyle
      • groupStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder groupStyle
        Constant groupStyle
      • subtotalStyle

        public static final net.sf.dynamicreports.report.builder.style.StyleBuilder subtotalStyle
        Constant subtotalStyle
      • reportTemplate

        public static final net.sf.dynamicreports.report.builder.ReportTemplateBuilder reportTemplate
        Constant reportTemplate
      • dynamicReportsComponent

        public static final net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,​?> dynamicReportsComponent
        Constant dynamicReportsComponent
      • footerComponent

        public static final net.sf.dynamicreports.report.builder.component.ComponentBuilder<?,​?> footerComponent
        Constant footerComponent
    • Constructor Detail

      • Templates

        public Templates()
    • 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 - a String object.
        Returns:
        a ComponentBuilder object.
      • createCurrencyValueFormatter

        public static yakworks.jasper.templates.Templates.CurrencyValueFormatter createCurrencyValueFormatter​(java.lang.String label)

        createCurrencyValueFormatter.

        Parameters:
        label - a String object.
        Returns:
        a net.sf.dynamicreports.examples.Templates.CurrencyValueFormatter object.