BrightSide Workbench Full Report + Source Code
org.turro.crm.zul.customer.CustomerGrid Class Reference
Inheritance diagram for org.turro.crm.zul.customer.CustomerGrid:
Collaboration diagram for org.turro.crm.zul.customer.CustomerGrid:

Public Member Functions

CustomerFilter getFilter ()
 
void setFilterGrid (CustomerFilterGrid 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
llturro

Definition at line 18 of file CustomerGrid.java.

Member Function Documentation

◆ afterCompose()

void org.turro.crm.zul.customer.CustomerGrid.afterCompose ( )

Definition at line 39 of file CustomerGrid.java.

39  {
40  addColumns();
41  }

◆ getFilter()

CustomerFilter org.turro.crm.zul.customer.CustomerGrid.getFilter ( )

Definition at line 23 of file CustomerGrid.java.

23  {
24  return filter;
25  }

◆ reload()

void org.turro.crm.zul.customer.CustomerGrid.reload ( )

Definition at line 31 of file CustomerGrid.java.

31  {
32  if(getRows() != null) {
33  getRows().detach();
34  }
35  addRows();
36  }
Rows getRows(boolean create)
Here is the call graph for this function:

◆ setFilterGrid()

void org.turro.crm.zul.customer.CustomerGrid.setFilterGrid ( CustomerFilterGrid  filterGrid)

Definition at line 27 of file CustomerGrid.java.

27  {
28  this.filterGrid = filterGrid;
29  }

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