Class JasperGridReportStyles.Default

java.lang.Object
software.xdev.vaadin.grid_exporter.jasper.JasperGridReportStyles.Default
All Implemented Interfaces:
JasperGridReportStyles
Enclosing interface:
JasperGridReportStyles

public static class JasperGridReportStyles.Default extends Object implements JasperGridReportStyles
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.xdev.vaadin.grid_exporter.jasper.JasperGridReportStyles

    JasperGridReportStyles.Default
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
    protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
    protected final software.xdev.dynamicreports.report.builder.style.SimpleStyleBuilder
     
    protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
    protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
    software.xdev.dynamicreports.report.builder.style.SimpleStyleBuilder
     
    software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
    software.xdev.dynamicreports.report.builder.style.StyleBuilder
     
    software.xdev.dynamicreports.report.builder.style.StyleBuilder
     

    Methods inherited from class java.lang.Object

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

    • defaultStyle

      protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder defaultStyle
    • boldCenterStyle

      protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder boldCenterStyle
    • columnTitle

      protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder columnTitle
    • columnStyle

      protected final software.xdev.dynamicreports.report.builder.style.StyleBuilder columnStyle
    • columnStyleHighlighted

      protected final software.xdev.dynamicreports.report.builder.style.SimpleStyleBuilder columnStyleHighlighted
  • Constructor Details

    • Default

      public Default()
  • Method Details