<SELECTITEM> : Selection item

Java class : leon.view.LySelectItem

ROLE

A selection item allows pointing to a page of data that can be reached by simple selection.

ATTRIBUTES

<!ATTLIST SELECTITEM
	  id NMTOKEN #REQUIRED
	  template NMTOKEN #IMPLIED
	  label CDATA #REQUIRED
	  tooltip CDATA #IMPLIED
	  overview CDATA #IMPLIED
	  image CDATA #IMPLIED
	  selected ( true | false) "false"
	  enabled ( true | false) "true"
	  color CDATA #IMPLIED
	  font CDATA #IMPLIED
	  fontColor CDATA #IMPLIED>
Attribute Mand. Description Default
id yes Identifier of the navigation item.  
template no SELECTITEM.template  
label yes Displayable label of the navigation item.  
tooltip no Tooltip associated to the navigation item.  
overview no Overview label associated to the navigation item.  
image no Image associated to the navigation item.  
selected no Indicates whether the navigation item is selected or not (current item).
Only the first one that is selected in a navigation bar is taken into account.
false
enabled no Indicates whether the navigation item is enabled or not. true
color no SELECTITEM.color  
font no SELECTITEM.font  
fontColor no SELECTITEM.fontColor