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

Public Member Functions

Task getTask ()
 
void setTask (Task task)
 
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 34 of file TaskAttachTree.java.

Member Function Documentation

◆ afterCompose()

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

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

Definition at line 47 of file TaskAttachTree.java.

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

◆ getTask()

Task org.turro.erp.attach.TaskAttachTree.getTask ( )

Definition at line 38 of file TaskAttachTree.java.

38  {
39  return task;
40  }

◆ setTask()

void org.turro.erp.attach.TaskAttachTree.setTask ( Task  task)

Definition at line 42 of file TaskAttachTree.java.

42  {
43  this.task = task;
44  }

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