BrightSide Workbench Full Report + Source Code
Public Member Functions
|
List of all members
org.turro.entities.EntityLink Class Reference
Inheritance diagram for org.turro.entities.EntityLink:
[
legend
]
Collaboration diagram for org.turro.entities.EntityLink:
[
legend
]
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:
EntityLink.java
org
turro
entities
EntityLink
Generated on Tue Mar 12 2024 07:01:26 for BrightSide by
1.9.1