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

Public Member Functions

 RootAttachNavigator ()
 
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 28 of file RootAttachNavigator.java.

Constructor & Destructor Documentation

◆ RootAttachNavigator()

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

Definition at line 30 of file RootAttachNavigator.java.

30  {
31  super();
32  }

Member Function Documentation

◆ afterCompose()

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

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

Definition at line 35 of file RootAttachNavigator.java.

35  {
36  setPath("");
37  setLabel(I_.get("Root"));
38  super.afterCompose();
39  }
Here is the call graph for this function:

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