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

Public Member Functions

WorkOrder getWorkOrder ()
 
void setWorkOrder (WorkOrder workOrder)
 
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 WorkOrderAttachTree.java.

Member Function Documentation

◆ afterCompose()

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

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

Definition at line 47 of file WorkOrderAttachTree.java.

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

◆ getWorkOrder()

WorkOrder org.turro.erp.attach.WorkOrderAttachTree.getWorkOrder ( )

Definition at line 38 of file WorkOrderAttachTree.java.

38  {
39  return workOrder;
40  }

◆ setWorkOrder()

void org.turro.erp.attach.WorkOrderAttachTree.setWorkOrder ( WorkOrder  workOrder)

Definition at line 42 of file WorkOrderAttachTree.java.

42  {
43  this.workOrder = workOrder;
44  }

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