BrightSide Workbench Full Report + Source Code
org.turro.zul.groupit.GroupEntityGrid Class Reference
Inheritance diagram for org.turro.zul.groupit.GroupEntityGrid:
Collaboration diagram for org.turro.zul.groupit.GroupEntityGrid:

Public Member Functions

 GroupEntityGrid ()
 
void setGroupIt (GroupIt groupIt)
 
void setCategory (String category)
 
void setExact (boolean exact)
 
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 36 of file GroupEntityGrid.java.

Constructor & Destructor Documentation

◆ GroupEntityGrid()

org.turro.zul.groupit.GroupEntityGrid.GroupEntityGrid ( )

Definition at line 42 of file GroupEntityGrid.java.

42  {
43  }

Member Function Documentation

◆ afterCompose()

void org.turro.zul.groupit.GroupEntityGrid.afterCompose ( )

Definition at line 65 of file GroupEntityGrid.java.

65  {
66  reload();
67  }
Here is the call graph for this function:

◆ reload()

void org.turro.zul.groupit.GroupEntityGrid.reload ( )

Definition at line 58 of file GroupEntityGrid.java.

58  {
59  if(getRows() != null) {
60  getRows().detach();
61  }
62  addRows();
63  }
Rows getRows(boolean create)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setCategory()

void org.turro.zul.groupit.GroupEntityGrid.setCategory ( String  category)

Definition at line 50 of file GroupEntityGrid.java.

50  {
51  this.category = category;
52  }
Here is the caller graph for this function:

◆ setExact()

void org.turro.zul.groupit.GroupEntityGrid.setExact ( boolean  exact)

Definition at line 54 of file GroupEntityGrid.java.

54  {
55  this.exact = exact;
56  }
Here is the caller graph for this function:

◆ setGroupIt()

void org.turro.zul.groupit.GroupEntityGrid.setGroupIt ( GroupIt  groupIt)

Definition at line 45 of file GroupEntityGrid.java.

45  {
46  this.groupIt = groupIt;
47  this.category = groupIt != null ? groupIt.getCategory() : null;
48  }
Here is the call graph for this function:
Here is the caller graph for this function:

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