<LINK> : Link

Java class : leon.view.LyLink

ROLE

A link represents a possible value in an input field of Relation type.

ATTRIBUTES

<!ATTLIST LINK
	  id CDATA #REQUIRED
	  template CDATA #IMPLIED
	  shortLabel CDATA #IMPLIED
	  label CDATA #REQUIRED
	  selected ( true | false) "false"
	  image CDATA #IMPLIED>
Attribute Mand. Description Default
id yes Identifier associated to the link.
It represents the internal value of the application that is associated to the link.
 
template no LINK.template  
shortLabel no Short label of the link.  
label yes Label of the link.  
selected no Indicates whether the link is selected or not. false
image no Image associated to the link.  

SAMPLE

<LINK label="Project 1" id="prj_cls\1" selected="true"/>