BrightSide Workbench Full Report + Source Code
org.turro.financials.document.contract.DocumentByContractViewerGrid Class Reference
Inheritance diagram for org.turro.financials.document.contract.DocumentByContractViewerGrid:
Collaboration diagram for org.turro.financials.document.contract.DocumentByContractViewerGrid:

Public Member Functions

 DocumentByContractViewerGrid ()
 
void setContact (IContact contact)
 
void setSearchBar (boolean searchBar)
 
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 53 of file DocumentByContractViewerGrid.java.

Constructor & Destructor Documentation

◆ DocumentByContractViewerGrid()

org.turro.financials.document.contract.DocumentByContractViewerGrid.DocumentByContractViewerGrid ( )

Definition at line 63 of file DocumentByContractViewerGrid.java.

63  {
64  addColumns();
65  from = new CheckDate(-1, 1, 1, 0, 0, 0).getDate();
66  to = new Date();
67  }

Member Function Documentation

◆ afterCompose()

void org.turro.financials.document.contract.DocumentByContractViewerGrid.afterCompose ( )

Definition at line 303 of file DocumentByContractViewerGrid.java.

303  {
304  addSearchBar();
305  addRows();
306  }

◆ setContact()

void org.turro.financials.document.contract.DocumentByContractViewerGrid.setContact ( IContact  contact)

Definition at line 69 of file DocumentByContractViewerGrid.java.

69  {
70  this.contact = contact;
71  }

◆ setSearchBar()

void org.turro.financials.document.contract.DocumentByContractViewerGrid.setSearchBar ( boolean  searchBar)

Definition at line 73 of file DocumentByContractViewerGrid.java.

73  {
74  this.searchBar = searchBar;
75  }

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