BrightSide Workbench Full Report + Source Code
org.turro.erp.attach.AptitudeAttachTree Class Reference
Inheritance diagram for org.turro.erp.attach.AptitudeAttachTree:
Collaboration diagram for org.turro.erp.attach.AptitudeAttachTree:

Public Member Functions

Aptitude getAptitude ()
 
void setAptitude (Aptitude aptitude)
 
void afterCompose ()
 
- Public Member Functions inherited from org.turro.attach.zul.navigator.AttachNavigator
 AttachNavigator ()
 
boolean isVertical ()
 
void setVertical (boolean vertical)
 
boolean isWorkingDirOption ()
 
void setWorkingDirOption (boolean workingDirOption)
 
boolean isPublicOnly ()
 
void setPublicOnly (boolean publicOnly)
 
AttachTree getAttachTree ()
 
void selectFirst ()
 

Detailed Description

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

Definition at line 33 of file AptitudeAttachTree.java.

Member Function Documentation

◆ afterCompose()

void org.turro.erp.attach.AptitudeAttachTree.afterCompose ( )

Reimplemented from org.turro.attach.zul.navigator.AttachNavigator.

Definition at line 46 of file AptitudeAttachTree.java.

46  {
47  super.afterCompose();
48  AttachFolder folder = getAttachTree().addFolder(Application.getString("lAptitude"), ErpPU.getObjectPath(aptitude), true);
49  folder.showContents();
50  selectFirst();
51  }
AttachFolder addFolder(String label, String path, boolean loadOnDemand)
Here is the call graph for this function:

◆ getAptitude()

Aptitude org.turro.erp.attach.AptitudeAttachTree.getAptitude ( )

Definition at line 37 of file AptitudeAttachTree.java.

37  {
38  return aptitude;
39  }

◆ setAptitude()

void org.turro.erp.attach.AptitudeAttachTree.setAptitude ( Aptitude  aptitude)

Definition at line 41 of file AptitudeAttachTree.java.

41  {
42  this.aptitude = aptitude;
43  }

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