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

Public Member Functions

ContractFilter getFilter ()
 
void setFilterGrid (ContractFilterGrid filterGrid)
 
void reload ()
 
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 34 of file ContractGrid.java.

Member Function Documentation

◆ afterCompose()

void org.turro.financials.contract.ContractGrid.afterCompose ( )

Definition at line 55 of file ContractGrid.java.

55  {
56  addColumns();
57  }

◆ getFilter()

ContractFilter org.turro.financials.contract.ContractGrid.getFilter ( )

Definition at line 39 of file ContractGrid.java.

39  {
40  return filter;
41  }

◆ reload()

void org.turro.financials.contract.ContractGrid.reload ( )

Definition at line 47 of file ContractGrid.java.

47  {
48  if(getRows() != null) {
49  getRows().detach();
50  }
51  addRows();
52  }
Rows getRows(boolean create)
Here is the call graph for this function:

◆ setFilterGrid()

void org.turro.financials.contract.ContractGrid.setFilterGrid ( ContractFilterGrid  filterGrid)

Definition at line 43 of file ContractGrid.java.

43  {
44  this.filterGrid = filterGrid;
45  }

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