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

Public Member Functions

 AttachNavigator ()
 
boolean isVertical ()
 
void setVertical (boolean vertical)
 
boolean isWorkingDirOption ()
 
void setWorkingDirOption (boolean workingDirOption)
 
boolean isPublicOnly ()
 
void setPublicOnly (boolean publicOnly)
 
AttachTree getAttachTree ()
 
void afterCompose ()
 
void selectFirst ()
 

Detailed Description

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

Definition at line 47 of file AttachNavigator.java.

Constructor & Destructor Documentation

◆ AttachNavigator()

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

Definition at line 65 of file AttachNavigator.java.

65  {
66  }

Member Function Documentation

◆ afterCompose()

◆ getAttachTree()

AttachTree org.turro.attach.zul.navigator.AttachNavigator.getAttachTree ( )

Definition at line 92 of file AttachNavigator.java.

92  {
93  return attachTree;
94  }
Here is the caller graph for this function:

◆ isPublicOnly()

boolean org.turro.attach.zul.navigator.AttachNavigator.isPublicOnly ( )

Definition at line 84 of file AttachNavigator.java.

84  {
85  return publicOnly;
86  }

◆ isVertical()

boolean org.turro.attach.zul.navigator.AttachNavigator.isVertical ( )

Definition at line 68 of file AttachNavigator.java.

68  {
69  return vertical;
70  }

◆ isWorkingDirOption()

boolean org.turro.attach.zul.navigator.AttachNavigator.isWorkingDirOption ( )

Definition at line 76 of file AttachNavigator.java.

76  {
77  return workingDirOption;
78  }

◆ selectFirst()

void org.turro.attach.zul.navigator.AttachNavigator.selectFirst ( )

Definition at line 401 of file AttachNavigator.java.

401  {
402  currentFolder = attachTree.selectFirst();
403  updateButtons();
404  attachGrid.setCurrentFolder(currentFolder);
405  if(wdButton != null) {
406  //wdButton.setHref(AttachMenu.createJnlpCallFor(currentFolder.getLabel(), currentFolder.getPath()));
407  }
408  }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setPublicOnly()

void org.turro.attach.zul.navigator.AttachNavigator.setPublicOnly ( boolean  publicOnly)

Definition at line 88 of file AttachNavigator.java.

88  {
89  this.publicOnly = publicOnly;
90  }

◆ setVertical()

void org.turro.attach.zul.navigator.AttachNavigator.setVertical ( boolean  vertical)

Definition at line 72 of file AttachNavigator.java.

72  {
73  this.vertical = vertical;
74  }

◆ setWorkingDirOption()

void org.turro.attach.zul.navigator.AttachNavigator.setWorkingDirOption ( boolean  workingDirOption)

Definition at line 80 of file AttachNavigator.java.

80  {
81  this.workingDirOption = workingDirOption;
82  }

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