BrightSide Workbench Full Report + Source Code
org.turro.dossier.zul.monitor.DossierInfo Class Reference
Inheritance diagram for org.turro.dossier.zul.monitor.DossierInfo:
Collaboration diagram for org.turro.dossier.zul.monitor.DossierInfo:

Public Member Functions

 DossierInfo (DossierWrapper wrapper, Map< String, Object > args)
 

Detailed Description

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

Definition at line 32 of file DossierInfo.java.

Constructor & Destructor Documentation

◆ DossierInfo()

org.turro.dossier.zul.monitor.DossierInfo.DossierInfo ( DossierWrapper  wrapper,
Map< String, Object >  args 
)

Definition at line 34 of file DossierInfo.java.

34  {
35  args.put("dossier", wrapper.getEntity());
36  args.put("wrapper", wrapper);
37  Executions.createComponents("/WEB-INF/_zul/dossier/dossierInfo.zul", this, args);
38  Selectors.wireComponents(this, this, false);
39  Selectors.wireEventListeners(this, this);
40  }
Here is the call graph for this function:

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