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

Public Member Functions

 SelfFileNavigator ()
 
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 29 of file SelfFileNavigator.java.

Constructor & Destructor Documentation

◆ SelfFileNavigator()

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

Definition at line 31 of file SelfFileNavigator.java.

31  {
32  super();
33  }

Member Function Documentation

◆ afterCompose()

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

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

Definition at line 36 of file SelfFileNavigator.java.

36  {
37  setEntity(Authentication.getIContact().getContact());
38  super.afterCompose();
39  }
Here is the call graph for this function:

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