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

Public Member Functions

 PublishedButton (Attachment attachment)
 

Detailed Description

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

Definition at line 35 of file PublishedButton.java.

Constructor & Destructor Documentation

◆ PublishedButton()

org.turro.attach.zul.navigator.PublishedButton.PublishedButton ( Attachment  attachment)

Definition at line 41 of file PublishedButton.java.

41  {
42  this.fileName = attachment.getFileName();
43  this.path = attachment.getPath();
44  this.publishable = attachment.isPublishable();
45  dao = new AttachPU();
46  updateImage(publishable);
47  initState();
48  }
Here is the call graph for this function:

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