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

Public Member Functions

 AttachmentRow (AttachVersionSet avs, boolean readOnly)
 
AttachVersionSet getAttachmentSet ()
 

Detailed Description

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

Definition at line 55 of file AttachmentRow.java.

Constructor & Destructor Documentation

◆ AttachmentRow()

org.turro.attach.zul.navigator.AttachmentRow.AttachmentRow ( AttachVersionSet  avs,
boolean  readOnly 
)

Definition at line 62 of file AttachmentRow.java.

62  {
63  this.avs = avs;
64  this.readOnly = readOnly;
65  attachment = avs.first();
66  setDraggable("true");
67  setStyle("cursor:pointer");
68  loadData();
69  }

Member Function Documentation

◆ getAttachmentSet()

AttachVersionSet org.turro.attach.zul.navigator.AttachmentRow.getAttachmentSet ( )

Definition at line 71 of file AttachmentRow.java.

71  {
72  return avs;
73  }

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