BrightSide Workbench Full Report + Source Code
org.turro.attach.zul.navigator.AttachNavigatorGrid Class Reference
Inheritance diagram for org.turro.attach.zul.navigator.AttachNavigatorGrid:
Collaboration diagram for org.turro.attach.zul.navigator.AttachNavigatorGrid:

Public Member Functions

 AttachNavigatorGrid ()
 
boolean isReadOnly ()
 
void setReadOnly (boolean readOnly)
 
AttachFolder getCurrentFolder ()
 
void setCurrentFolder (AttachFolder 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 31 of file AttachNavigatorGrid.java.

Constructor & Destructor Documentation

◆ AttachNavigatorGrid()

org.turro.attach.zul.navigator.AttachNavigatorGrid.AttachNavigatorGrid ( )

Definition at line 36 of file AttachNavigatorGrid.java.

36  {
37  addColumns();
38  }

Member Function Documentation

◆ afterCompose()

void org.turro.attach.zul.navigator.AttachNavigatorGrid.afterCompose ( )

Definition at line 71 of file AttachNavigatorGrid.java.

71  {
72  }

◆ getCurrentFolder()

AttachFolder org.turro.attach.zul.navigator.AttachNavigatorGrid.getCurrentFolder ( )

Definition at line 48 of file AttachNavigatorGrid.java.

48  {
49  return currentFolder;
50  }
Here is the caller graph for this function:

◆ isReadOnly()

boolean org.turro.attach.zul.navigator.AttachNavigatorGrid.isReadOnly ( )

Definition at line 40 of file AttachNavigatorGrid.java.

40  {
41  return readOnly;
42  }

◆ setCurrentFolder()

void org.turro.attach.zul.navigator.AttachNavigatorGrid.setCurrentFolder ( AttachFolder  currentFolder)

Definition at line 52 of file AttachNavigatorGrid.java.

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

◆ setReadOnly()

void org.turro.attach.zul.navigator.AttachNavigatorGrid.setReadOnly ( boolean  readOnly)

Definition at line 44 of file AttachNavigatorGrid.java.

44  {
45  this.readOnly = readOnly;
46  }

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