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

Public Member Functions

 AccountReportGrid ()
 
AccountReport getReport ()
 
void setReport (AccountReport report)
 
void incrementPeriod (int amount)
 
void afterCompose ()
 
- Public Member Functions inherited from org.turro.zkoss.grid.PagingGrid
void setColumns (int columns)
 
void setColumns (String hflexs)
 
void refine ()
 
boolean isDefaultBehavior ()
 
void setDefaultBehavior (boolean defaultBehavior)
 
String getRefineValue ()
 
void setRefineValue (String value)
 
int getMaxResults ()
 
void setMaxResults (int maxResults)
 
String getPagingMold ()
 
void setPagingMold (String pagingMold)
 
int getRowCount ()
 
void setRowCount (int rows)
 
void setHeadersVisible (boolean value)
 
boolean isHeadersVisible ()
 
String getVarColumns ()
 
void setVarColumns (String varColumns)
 
Collection< String > getVarColumnsList (String defaultCols)
 
void addDetailColumn ()
 
void addDetailColumn (HtmlBasedComponent caption)
 
void openDetails ()
 
boolean isEmpty ()
 
void clearColumns ()
 
void clearRows ()
 
void clearEmptyGroups ()
 
Columns getColumns (boolean create)
 
Rows getRows (boolean create)
 
Foot getFoot (boolean create)
 
Foot createFoot ()
 
void exportToPdf ()
 

Detailed Description

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

Definition at line 33 of file AccountReportGrid.java.

Constructor & Destructor Documentation

◆ AccountReportGrid()

org.turro.financials.report.AccountReportGrid.AccountReportGrid ( )

Definition at line 37 of file AccountReportGrid.java.

37  {
38  }

Member Function Documentation

◆ afterCompose()

void org.turro.financials.report.AccountReportGrid.afterCompose ( )

Definition at line 57 of file AccountReportGrid.java.

57  {
58  addColumns();
59  addRows();
60  }

◆ getReport()

AccountReport org.turro.financials.report.AccountReportGrid.getReport ( )

Definition at line 40 of file AccountReportGrid.java.

40  {
41  return report;
42  }

◆ incrementPeriod()

void org.turro.financials.report.AccountReportGrid.incrementPeriod ( int  amount)

Definition at line 48 of file AccountReportGrid.java.

48  {
49  report.getExistingPeriods().incrementPeriod(amount);
50  getColumns().getChildren().clear();
51  getRows().getChildren().clear();
52  addColumns();
53  addRows();
54  }
Columns getColumns(boolean create)
Rows getRows(boolean create)
Here is the call graph for this function:

◆ setReport()

void org.turro.financials.report.AccountReportGrid.setReport ( AccountReport  report)

Definition at line 44 of file AccountReportGrid.java.

44  {
45  this.report = report;
46  }

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