

Public Member Functions | |
| AttachFolder (String label, String path, boolean loadOnDemand, Set< AttachColumn > columns) | |
| AttachFolder (String label, Object value) | |
| AttachFolder (String label) | |
| AttachFolder () | |
| AttachTree | getTree () |
| void | doUpload () throws InterruptedException, IOException |
| void | doAddFolder () throws InterruptedException |
| AttachFolder | addFolder (String label, String path) |
| AttachFile | addFile (Attachment attachment) |
| void | showContents () |
| void | reloadContents () |
| boolean | isLoadOnDemand () |
| void | setLoadOnDemand (boolean loadOnDemand) |
| String | getPath () |
| void | setPath (String path) |
| IAttachFolder | getParentFolder () |
| String | getFolderPath () |
| String | getFolderLabel () |
| void | setFolderLabel (String label) |
| void | doProcessors () |
Definition at line 57 of file tree/AttachFolder.java.
| org.turro.attach.zul.tree.AttachFolder.AttachFolder | ( | String | label, |
| String | path, | ||
| boolean | loadOnDemand, | ||
| Set< AttachColumn > | columns | ||
| ) |
Definition at line 67 of file tree/AttachFolder.java.
| org.turro.attach.zul.tree.AttachFolder.AttachFolder | ( | String | label, |
| Object | value | ||
| ) |
Definition at line 79 of file tree/AttachFolder.java.
| org.turro.attach.zul.tree.AttachFolder.AttachFolder | ( | String | label | ) |
Definition at line 83 of file tree/AttachFolder.java.
| org.turro.attach.zul.tree.AttachFolder.AttachFolder | ( | ) |
Definition at line 87 of file tree/AttachFolder.java.
| AttachFile org.turro.attach.zul.tree.AttachFolder.addFile | ( | Attachment | attachment | ) |
Definition at line 178 of file tree/AttachFolder.java.


| AttachFolder org.turro.attach.zul.tree.AttachFolder.addFolder | ( | String | label, |
| String | path | ||
| ) |
Definition at line 171 of file tree/AttachFolder.java.

| void org.turro.attach.zul.tree.AttachFolder.doAddFolder | ( | ) | throws InterruptedException |
| void org.turro.attach.zul.tree.AttachFolder.doProcessors | ( | ) |
Definition at line 313 of file tree/AttachFolder.java.


| void org.turro.attach.zul.tree.AttachFolder.doUpload | ( | ) | throws InterruptedException, IOException |
Definition at line 96 of file tree/AttachFolder.java.

| String org.turro.attach.zul.tree.AttachFolder.getFolderLabel | ( | ) |
Implements org.turro.plugin.attach.IAttachFolder.
Definition at line 304 of file tree/AttachFolder.java.
| String org.turro.attach.zul.tree.AttachFolder.getFolderPath | ( | ) |
Implements org.turro.plugin.attach.IAttachFolder.
Definition at line 299 of file tree/AttachFolder.java.
| IAttachFolder org.turro.attach.zul.tree.AttachFolder.getParentFolder | ( | ) |
Implements org.turro.plugin.attach.IAttachFolder.
Definition at line 294 of file tree/AttachFolder.java.
| String org.turro.attach.zul.tree.AttachFolder.getPath | ( | ) |
Definition at line 253 of file tree/AttachFolder.java.
| AttachTree org.turro.attach.zul.tree.AttachFolder.getTree | ( | ) |
| boolean org.turro.attach.zul.tree.AttachFolder.isLoadOnDemand | ( | ) |
Definition at line 245 of file tree/AttachFolder.java.
| void org.turro.attach.zul.tree.AttachFolder.reloadContents | ( | ) |
Definition at line 190 of file tree/AttachFolder.java.
| void org.turro.attach.zul.tree.AttachFolder.setFolderLabel | ( | String | label | ) |
Implements org.turro.plugin.attach.IAttachFolder.
Definition at line 309 of file tree/AttachFolder.java.
| void org.turro.attach.zul.tree.AttachFolder.setLoadOnDemand | ( | boolean | loadOnDemand | ) |
Definition at line 249 of file tree/AttachFolder.java.
| void org.turro.attach.zul.tree.AttachFolder.setPath | ( | String | path | ) |
Definition at line 257 of file tree/AttachFolder.java.
| void org.turro.attach.zul.tree.AttachFolder.showContents | ( | ) |