BrightSide Workbench Full Report + Source Code
org.turro.erp.task.TaskGrid Class Reference
Inheritance diagram for org.turro.erp.task.TaskGrid:
Collaboration diagram for org.turro.erp.task.TaskGrid:

Public Member Functions

TaskFilter getFilter ()
 
void setFilterGrid (TaskFilterGrid 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

Member Function Documentation

◆ afterCompose()

void org.turro.erp.task.TaskGrid.afterCompose ( )

Definition at line 60 of file bserp-www/src/main/java/org/turro/erp/task/TaskGrid.java.

60  {
61  addColumns();
62  }

◆ getFilter()

TaskFilter org.turro.erp.task.TaskGrid.getFilter ( )

Definition at line 44 of file bserp-www/src/main/java/org/turro/erp/task/TaskGrid.java.

44  {
45  return filter;
46  }

◆ reload()

void org.turro.erp.task.TaskGrid.reload ( )

Definition at line 52 of file bserp-www/src/main/java/org/turro/erp/task/TaskGrid.java.

52  {
53  if(getRows() != null) {
54  getRows().detach();
55  }
56  addRows();
57  }
Rows getRows(boolean create)
Here is the call graph for this function:

◆ setFilterGrid()

void org.turro.erp.task.TaskGrid.setFilterGrid ( TaskFilterGrid  filterGrid)

Definition at line 48 of file bserp-www/src/main/java/org/turro/erp/task/TaskGrid.java.

48  {
49  this.filterGrid = filterGrid;
50  }

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