BrightSide Workbench Full Report + Source Code
org.turro.attach.zul.document.DocumentBox Class Reference
Inheritance diagram for org.turro.attach.zul.document.DocumentBox:
Collaboration diagram for org.turro.attach.zul.document.DocumentBox:

Public Member Functions

 DocumentBox ()
 
 DocumentBox (String path)
 
String getPath ()
 
void setPath (String path)
 
void afterCompose ()
 

Detailed Description

Constructor & Destructor Documentation

◆ DocumentBox() [1/2]

org.turro.attach.zul.document.DocumentBox.DocumentBox ( )

◆ DocumentBox() [2/2]

org.turro.attach.zul.document.DocumentBox.DocumentBox ( String  path)

Definition at line 40 of file elephant-attach/src/main/java/org/turro/attach/zul/document/DocumentBox.java.

40  {
41  this.path = path;
42  name = Entities.getController(path).getName();
43  initialize();
44  }
Here is the call graph for this function:

Member Function Documentation

◆ afterCompose()

void org.turro.attach.zul.document.DocumentBox.afterCompose ( )

Definition at line 56 of file elephant-attach/src/main/java/org/turro/attach/zul/document/DocumentBox.java.

56  {
57  initialize();
58  }

◆ getPath()

String org.turro.attach.zul.document.DocumentBox.getPath ( )

Definition at line 46 of file elephant-attach/src/main/java/org/turro/attach/zul/document/DocumentBox.java.

46  {
47  return path;
48  }

◆ setPath()

void org.turro.attach.zul.document.DocumentBox.setPath ( String  path)

Definition at line 50 of file elephant-attach/src/main/java/org/turro/attach/zul/document/DocumentBox.java.

50  {
51  this.path = path;
52  name = Entities.getController(path).getName();
53  }
Here is the call graph for this function:

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