

Public Member Functions | |
| void | setIssue (Issue issue) |
| Changes | getChanges () |
| void | setChanges (Changes changes) |
| void | afterCompose () |
| void | uploadDone (Attachment file) |
| void | downloadDone (Attachment file) |
| void | deleteDone (Attachment file) |
Public Member Functions inherited from org.turro.attach.zul.control.AttachmentControl | |
| void | onSelectFolder () |
| void | onSearchValue () |
| void | onSearch () |
| void | onValidated () |
| void | onLevelUp () throws Exception |
| void | onNewFolder () throws Exception |
| void | onUpload (UploadEvent event) throws Exception |
| void | onSend () throws Exception |
| void | onDownload () throws Exception |
| void | onCopy () throws Exception |
| void | onCut () throws Exception |
| void | onPaste () throws Exception |
| void | onDelete () throws Exception |
| void | onEvent (UploadEvent event) throws Exception |
| AttachmentControl () | |
| Boolean | getPublicOnly () |
| void | setPublicOnly (Boolean publicOnly) |
| boolean | isReadOnly () |
| void | setReadOnly (boolean readOnly) |
| boolean | isTreeCollapsed () |
| void | setTreeCollapsed (boolean treeCollapsed) |
| String | getLabel () |
| void | setLabel (String label) |
| String | getPath () |
| void | setPath (String path) |
| void | setEntity (Object entity) |
| void | refreshControls () |
| AttachTree | getTreeFolder () |
| void | selectFirst () |
Additional Inherited Members | |
Static Public Member Functions inherited from org.turro.attach.zul.control.AttachmentControl | |
| static void | showFor (Object entity, Consumer< Windows > onClose) |
Definition at line 35 of file IssueAttachTree.java.
| void org.turro.dossier.zul.attach.IssueAttachTree.afterCompose | ( | ) |
Reimplemented from org.turro.attach.zul.control.AttachmentControl.
Definition at line 54 of file IssueAttachTree.java.

| void org.turro.dossier.zul.attach.IssueAttachTree.deleteDone | ( | Attachment | file | ) |
Implements org.turro.attach.zul.navigator.AttachNavigatorListener.
Definition at line 74 of file IssueAttachTree.java.

| void org.turro.dossier.zul.attach.IssueAttachTree.downloadDone | ( | Attachment | file | ) |
Implements org.turro.attach.zul.navigator.AttachNavigatorListener.
Definition at line 70 of file IssueAttachTree.java.
| Changes org.turro.dossier.zul.attach.IssueAttachTree.getChanges | ( | ) |
Definition at line 45 of file IssueAttachTree.java.
| void org.turro.dossier.zul.attach.IssueAttachTree.setChanges | ( | Changes | changes | ) |
| void org.turro.dossier.zul.attach.IssueAttachTree.setIssue | ( | Issue | issue | ) |
| void org.turro.dossier.zul.attach.IssueAttachTree.uploadDone | ( | Attachment | file | ) |
Implements org.turro.attach.zul.navigator.AttachNavigatorListener.
Definition at line 60 of file IssueAttachTree.java.
