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

Public Member Functions

 RootFileNavigator ()
 
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 30 of file RootFileNavigator.java.

Constructor & Destructor Documentation

◆ RootFileNavigator()

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

Definition at line 32 of file RootFileNavigator.java.

32  {
33  super();
34  }

Member Function Documentation

◆ afterCompose()

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

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

Definition at line 37 of file RootFileNavigator.java.

37  {
38  setPath("/_internal/files|/WEB-INF/files");
39  setLabel(I_.get("Publishable") + Chars.forward().spaced().toString() + I_.get("Root") +
40  "|" + I_.get("Root"));
41  super.afterCompose();
42  }
Here is the call graph for this function:

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