

Public Member Functions | |
| SelfAttachTree () | |
| 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 28 of file SelfAttachTree.java.
| org.turro.attach.zul.tree.SelfAttachTree.SelfAttachTree | ( | ) |
Definition at line 30 of file SelfAttachTree.java.
| void org.turro.attach.zul.tree.SelfAttachTree.afterCompose | ( | ) |
Definition at line 35 of file SelfAttachTree.java.

| void org.turro.attach.zul.tree.SelfAttachTree.deleteDone | ( | AttachFile | file | ) |
Implements org.turro.attach.zul.tree.AttachListener.
Definition at line 54 of file SelfAttachTree.java.
| void org.turro.attach.zul.tree.SelfAttachTree.downloadDone | ( | AttachFile | file | ) |
Implements org.turro.attach.zul.tree.AttachListener.
Definition at line 50 of file SelfAttachTree.java.
| void org.turro.attach.zul.tree.SelfAttachTree.uploadDone | ( | AttachFile | file | ) |
Implements org.turro.attach.zul.tree.AttachListener.
Definition at line 46 of file SelfAttachTree.java.