<LIST_OPTION> : List option

Java class : leon.view.LyListOption

ROLE

A list option represents a possible value in an input field of List type.

ATTRIBUTES

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

SAMPLE

<LIST_OPTION id='4' label='LY_BAR' image='LY_CHART_BAR'/>