BrightSide Workbench Full Report + Source Code
org.turro.dossier.zul.viewer.DossierAttachTree Class Reference
Inheritance diagram for org.turro.dossier.zul.viewer.DossierAttachTree:
Collaboration diagram for org.turro.dossier.zul.viewer.DossierAttachTree:

Public Member Functions

 DossierAttachTree ()
 
void setDossier (Dossier dossier)
 
void afterCompose ()
 
void uploadDone (AttachFile file)
 
void downloadDone (AttachFile file)
 
void deleteDone (AttachFile file)
 
- Public Member Functions inherited from org.turro.attach.zul.tree.AttachTree
 AttachTree ()
 
 AttachTree (String title)
 
 AttachTree (String title, Set< AttachColumn > columns, boolean publicOnly)
 
AttachListener getAttachListener ()
 
void setAttachListener (AttachListener listener)
 
void setAddToolbar (boolean addToolbar)
 
boolean isOnlyDownload ()
 
void setOnlyDownload (boolean onlyDownload)
 
AttachFolder addFolder (String label, String path, boolean loadOnDemand)
 
Set< AttachColumngetColumns ()
 
Attachment getSelectedAttachment ()
 
AttachResults getResults ()
 
void updateButtons ()
 
boolean getCanDelete ()
 
boolean getCanNew ()
 
boolean getCanEdit ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 32 of file DossierAttachTree.java.

Constructor & Destructor Documentation

◆ DossierAttachTree()

org.turro.dossier.zul.viewer.DossierAttachTree.DossierAttachTree ( )

Member Function Documentation

◆ afterCompose()

void org.turro.dossier.zul.viewer.DossierAttachTree.afterCompose ( )

Definition at line 49 of file DossierAttachTree.java.

49  {
50  publicFolder = addFolder(I_.get("Attachments"), DossierPU.getObjectPath(dossier), true);
51  publicFolder.showContents();
52  }
AttachFolder addFolder(String label, String path, boolean loadOnDemand)
static String get(String msg)
Definition: I_.java:41
Here is the call graph for this function:

◆ deleteDone()

void org.turro.dossier.zul.viewer.DossierAttachTree.deleteDone ( AttachFile  file)

Implements org.turro.attach.zul.tree.AttachListener.

Definition at line 63 of file DossierAttachTree.java.

63  {
64  }

◆ downloadDone()

void org.turro.dossier.zul.viewer.DossierAttachTree.downloadDone ( AttachFile  file)

Implements org.turro.attach.zul.tree.AttachListener.

Definition at line 59 of file DossierAttachTree.java.

59  {
60  }

◆ setDossier()

void org.turro.dossier.zul.viewer.DossierAttachTree.setDossier ( Dossier  dossier)

Definition at line 41 of file DossierAttachTree.java.

41  {
42  this.dossier = dossier;
43  setOnlyDownload(true);
44  setAddToolbar(false);
45  getTreecols().setVisible(false);
46  }
void setOnlyDownload(boolean onlyDownload)
Here is the call graph for this function:

◆ uploadDone()

void org.turro.dossier.zul.viewer.DossierAttachTree.uploadDone ( AttachFile  file)

Implements org.turro.attach.zul.tree.AttachListener.

Definition at line 55 of file DossierAttachTree.java.

55  {
56  }

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