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

Public Member Functions

 CommentItGrid ()
 
void setEntityPath (String entityPath)
 
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 47 of file CommentItGrid.java.

Constructor & Destructor Documentation

◆ CommentItGrid()

org.turro.zul.commentit.CommentItGrid.CommentItGrid ( )

Definition at line 52 of file CommentItGrid.java.

52  {
53  addColumns();
54  }

Member Function Documentation

◆ afterCompose()

void org.turro.zul.commentit.CommentItGrid.afterCompose ( )

Definition at line 61 of file CommentItGrid.java.

61  {
62  addRows();
63  }
Here is the caller graph for this function:

◆ setEntityPath()

void org.turro.zul.commentit.CommentItGrid.setEntityPath ( String  entityPath)

Definition at line 56 of file CommentItGrid.java.

56  {
57  this.entityPath = entityPath;
58  }
Here is the caller graph for this function:

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