BrightSide Workbench Full Report + Source Code
org.turro.documentation.DocumentationControl Class Reference
Inheritance diagram for org.turro.documentation.DocumentationControl:
Collaboration diagram for org.turro.documentation.DocumentationControl:

Public Member Functions

 DocumentationControl ()
 
void setEntity (Object entity)
 

Detailed Description

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

Definition at line 33 of file DocumentationControl.java.

Constructor & Destructor Documentation

◆ DocumentationControl()

org.turro.documentation.DocumentationControl.DocumentationControl ( )

Definition at line 35 of file DocumentationControl.java.

35  {
36  }

Member Function Documentation

◆ setEntity()

void org.turro.documentation.DocumentationControl.setEntity ( Object  entity)

Definition at line 38 of file DocumentationControl.java.

38  {
39  IElephantEntity iee = Entities.getController(entity);
40  HashMap args = new HashMap();
41  args.put("entityPath", iee.getPath());
42  Executions.createComponents("/WEB-INF/_zul/bs/comps/attachment/documentationControl.zul", this, args);
43  Selectors.wireComponents(this, this, false);
44  Selectors.wireEventListeners(this, this);
45  }
Here is the call graph for this function:

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