BrightSide Workbench Full Report + Source Code
org.turro.financials.portfolio.PortfolioReport Class Reference
Inheritance diagram for org.turro.financials.portfolio.PortfolioReport:
Collaboration diagram for org.turro.financials.portfolio.PortfolioReport:

Public Member Functions

void setGrid (PortfolioGrid grid)
 
- Public Member Functions inherited from org.turro.zkoss.print.ReportToolbarbutton
 ReportToolbarbutton ()
 
void setShowLabels (boolean showLabels)
 
void setShowValues (boolean showValues)
 
void afterCompose ()
 
void doPrint ()
 

Protected Member Functions

void print (String type)
 

Additional Inherited Members

- Protected Attributes inherited from org.turro.zkoss.print.ReportToolbarbutton
boolean showValues = true
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 32 of file PortfolioReport.java.

Member Function Documentation

◆ print()

void org.turro.financials.portfolio.PortfolioReport.print ( String  type)
protected

Reimplemented from org.turro.zkoss.print.ReportToolbarbutton.

Definition at line 41 of file PortfolioReport.java.

41  {
42  try {
43  ReportPrint.print(I_.get("Portfolio"), grid.getFilter().getDocuments(),
44  null, "/WEB-INF/_reports/financials/document/Portfolio.jasper", null, type, null);
45  } catch (JRException ex) {
46  Logger.getLogger(PortfolioReport.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(null), ex);
47  }
48  }
Here is the call graph for this function:

◆ setGrid()

void org.turro.financials.portfolio.PortfolioReport.setGrid ( PortfolioGrid  grid)

Definition at line 36 of file PortfolioReport.java.

36  {
37  this.grid = grid;
38  }

The documentation for this class was generated from the following file: