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

Public Member Functions

Campaign getCampaign ()
 
void setCampaign (Campaign campaign)
 
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 CampaignAttachTree.java.

Member Function Documentation

◆ afterCompose()

void org.turro.crm.attach.CampaignAttachTree.afterCompose ( )

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

Definition at line 47 of file CampaignAttachTree.java.

47  {
48  super.afterCompose();
49  AttachFolder ctcFolder = getAttachTree().addFolder(I_.get("Campaign"), CrmPU.getObjectPath(campaign), true);
50  ctcFolder.showContents();
51  selectFirst();
52  }
AttachFolder addFolder(String label, String path, boolean loadOnDemand)
Here is the call graph for this function:

◆ getCampaign()

Campaign org.turro.crm.attach.CampaignAttachTree.getCampaign ( )

Definition at line 38 of file CampaignAttachTree.java.

38  {
39  return campaign;
40  }

◆ setCampaign()

void org.turro.crm.attach.CampaignAttachTree.setCampaign ( Campaign  campaign)

Definition at line 42 of file CampaignAttachTree.java.

42  {
43  this.campaign = campaign;
44  }

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