BrightSide Workbench Full Report + Source Code
org.turro.log.EntriesGrid Class Reference
Inheritance diagram for org.turro.log.EntriesGrid:
Collaboration diagram for org.turro.log.EntriesGrid:

Public Member Functions

void setComment (String comment)
 
void setGeneratorPath (String generatorPath)
 
void setEntityPath (String entityPath)
 
void setMax (int max)
 
void search ()
 
- 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

Member Function Documentation

◆ search()

void org.turro.log.EntriesGrid.search ( )

Definition at line 71 of file elephant-www/src/main/java/org/turro/log/EntriesGrid.java.

71  {
72  populateRows();
73  }
Here is the caller graph for this function:

◆ setComment()

void org.turro.log.EntriesGrid.setComment ( String  comment)

Definition at line 55 of file elephant-www/src/main/java/org/turro/log/EntriesGrid.java.

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

◆ setEntityPath()

void org.turro.log.EntriesGrid.setEntityPath ( String  entityPath)

Definition at line 63 of file elephant-www/src/main/java/org/turro/log/EntriesGrid.java.

63  {
64  this.entityPath = entityPath;
65  }
Here is the caller graph for this function:

◆ setGeneratorPath()

void org.turro.log.EntriesGrid.setGeneratorPath ( String  generatorPath)

Definition at line 59 of file elephant-www/src/main/java/org/turro/log/EntriesGrid.java.

59  {
60  this.generatorPath = generatorPath;
61  }
Here is the caller graph for this function:

◆ setMax()

void org.turro.log.EntriesGrid.setMax ( int  max)

Definition at line 67 of file elephant-www/src/main/java/org/turro/log/EntriesGrid.java.

67  {
68  this.max = max;
69  }
Here is the caller graph for this function:

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