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

Public Member Functions

 RelatedNew ()
 
Object getEntity ()
 
void setEntity (IAddRelated entity, String label, String image, String role)
 
void afterCompose ()
 

Detailed Description

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

Definition at line 31 of file RelatedNew.java.

Constructor & Destructor Documentation

◆ RelatedNew()

org.turro.related.RelatedNew.RelatedNew ( )

Definition at line 35 of file RelatedNew.java.

35  {
36  }

Member Function Documentation

◆ afterCompose()

void org.turro.related.RelatedNew.afterCompose ( )

Definition at line 58 of file RelatedNew.java.

58  {
59  addClickListener();
60  }

◆ getEntity()

Object org.turro.related.RelatedNew.getEntity ( )

Definition at line 38 of file RelatedNew.java.

38  {
39  return entity;
40  }

◆ setEntity()

void org.turro.related.RelatedNew.setEntity ( IAddRelated  entity,
String  label,
String  image,
String  role 
)

Definition at line 42 of file RelatedNew.java.

42  {
43  this.entity = entity;
44  setLabel(label);
45  setImage(image);
46  setVisible(entity != null && Application.getApplication().isInRole(role));
47  }
Here is the call graph for this function:
Here is the caller graph for this function:

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