BrightSide Workbench Full Report + Source Code
Main Page
Related Pages
Packages
Packages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
[
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
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