BrightSide Workbench Full Report + Source Code
org.turro.file.zul.repository.RepositoryGrid Class Reference
Inheritance diagram for org.turro.file.zul.repository.RepositoryGrid:
Collaboration diagram for org.turro.file.zul.repository.RepositoryGrid:

Public Member Functions

 RepositoryGrid ()
 
boolean isReadOnly ()
 
void setReadOnly (boolean readOnly)
 
RepositoryItem getCurrentFolder ()
 
void setCurrentFolder (RepositoryItem currentFolder)
 
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 33 of file RepositoryGrid.java.

Constructor & Destructor Documentation

◆ RepositoryGrid()

org.turro.file.zul.repository.RepositoryGrid.RepositoryGrid ( )

Definition at line 38 of file RepositoryGrid.java.

38  {
39  addColumns();
40  }

Member Function Documentation

◆ afterCompose()

void org.turro.file.zul.repository.RepositoryGrid.afterCompose ( )

Definition at line 73 of file RepositoryGrid.java.

73  {
74  }

◆ getCurrentFolder()

RepositoryItem org.turro.file.zul.repository.RepositoryGrid.getCurrentFolder ( )

Definition at line 50 of file RepositoryGrid.java.

50  {
51  return currentFolder;
52  }
Here is the caller graph for this function:

◆ isReadOnly()

boolean org.turro.file.zul.repository.RepositoryGrid.isReadOnly ( )

Definition at line 42 of file RepositoryGrid.java.

42  {
43  return readOnly;
44  }

◆ setCurrentFolder()

void org.turro.file.zul.repository.RepositoryGrid.setCurrentFolder ( RepositoryItem  currentFolder)

Definition at line 54 of file RepositoryGrid.java.

54  {
55  this.currentFolder = currentFolder;
56  populateList();
57  }
Here is the caller graph for this function:

◆ setReadOnly()

void org.turro.file.zul.repository.RepositoryGrid.setReadOnly ( boolean  readOnly)

Definition at line 46 of file RepositoryGrid.java.

46  {
47  this.readOnly = readOnly;
48  }

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