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

Public Member Functions

void setIee (IElephantEntity entity)
 

Detailed Description

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

Definition at line 31 of file EntityLink.java.

Member Function Documentation

◆ setIee()

void org.turro.entities.EntityLink.setIee ( IElephantEntity  entity)

Definition at line 33 of file EntityLink.java.

33  {
34  if(info.contains(entity.getRoot())) {
35  setClientAttribute("onClick", EntityInfoContent.createPopup(EntityInfoType.FULL, LinkType.WEB, entity.getPath()));
36  setHref(null);
37  } else {
38  setHref(entity.getEntityUrl());
39  setTarget("_blank");
40  }
41  }
Here is the call graph for this function:

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