

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< AttachColumn > | getColumns () |
| Attachment | getSelectedAttachment () |
| AttachResults | getResults () |
| void | updateButtons () |
| boolean | getCanDelete () |
| boolean | getCanNew () |
| boolean | getCanEdit () |
Definition at line 32 of file DossierAttachTree.java.
| org.turro.dossier.zul.viewer.DossierAttachTree.DossierAttachTree | ( | ) |
Definition at line 37 of file DossierAttachTree.java.
| void org.turro.dossier.zul.viewer.DossierAttachTree.afterCompose | ( | ) |
Definition at line 49 of file DossierAttachTree.java.

| 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.
| 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.
| void org.turro.dossier.zul.viewer.DossierAttachTree.setDossier | ( | Dossier | dossier | ) |
Definition at line 41 of file DossierAttachTree.java.

| 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.