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

Public Member Functions

 MyDocumentsNavigator ()
 
void afterCompose ()
 
- Public Member Functions inherited from org.turro.file.zul.control.FileControl
void onChangeFolder ()
 
void onSelectFolder ()
 
void onSearchValue ()
 
void onRegexp ()
 
void onFullpath ()
 
void onPartial ()
 
void onSearch ()
 
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
 
 FileControl ()
 
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 ()
 
FileTree getTreeFolder ()
 
void selectFirst ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ MyDocumentsNavigator()

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

Definition at line 34 of file file/zul/navigator/MyDocumentsNavigator.java.

34  {
35  super();
36  }

Member Function Documentation

◆ afterCompose()

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

Reimplemented from org.turro.file.zul.control.FileControl.

Definition at line 39 of file file/zul/navigator/MyDocumentsNavigator.java.

39  {
40  IContact c = Authentication.getIContact();
41  setPath(ElephantContext.getRealPath("/WEB-INF/mydocuments") + "/" + c.getId());
42  setLabel(I_.format("Documents from %s", c.getName()));
43  super.afterCompose();
44  }
Here is the call graph for this function:

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