BrightSide Workbench Full Report + Source Code
org.turro.attach.zul.navigator.MyDocumentsNavigator Class Reference
Inheritance diagram for org.turro.attach.zul.navigator.MyDocumentsNavigator:
Collaboration diagram for org.turro.attach.zul.navigator.MyDocumentsNavigator:

Public Member Functions

 MyDocumentsNavigator ()
 
void afterCompose ()
 
- 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)
 

Detailed Description

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

Definition at line 30 of file attach/zul/navigator/MyDocumentsNavigator.java.

Constructor & Destructor Documentation

◆ MyDocumentsNavigator()

org.turro.attach.zul.navigator.MyDocumentsNavigator.MyDocumentsNavigator ( )

Definition at line 32 of file attach/zul/navigator/MyDocumentsNavigator.java.

32  {
33  super();
34  }

Member Function Documentation

◆ afterCompose()

void org.turro.attach.zul.navigator.MyDocumentsNavigator.afterCompose ( )

Reimplemented from org.turro.attach.zul.control.AttachmentControl.

Definition at line 37 of file attach/zul/navigator/MyDocumentsNavigator.java.

37  {
38  IContact c = Authentication.getIContact();
39  setPath("/mydocs/" + c.getId());
40  setLabel(I_.format("Documents from %s", c.getName()));
41  super.afterCompose();
42  }
Here is the call graph for this function:

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