<FOOTER> : List Footer Cell

Java class : leon.view.LyFooter

ROLE

A header is the bottom label of column in a table.

ATTRIBUTES

<!ATTLIST FOOTER
	  id NMTOKEN #IMPLIED
	  template NMTOKEN #IMPLIED
	  label CDATA #IMPLIED
	  tooltip CDATA #IMPLIED
	  align ( LEFT | RIGHT | CENTER) "LEFT"
	  font CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED
	  wrap ( true | false) "false">
Attribute Mand. Description Default
id no Identifier of the footer.  
template no FOOTER.template  
label no Label of the footer.  
tooltip no Text of the tooltip for the footer.  
align no Text alignment of the footer label (left, right or centered). LEFT
font no FOOTER.font  
color no FOOTER.color  
fontColor no FOOTER.fontColor  
wrap no Indicates if the label of the footer can be wrapped over several lines.
The 'true' value indicates that the text can be wrapped.
false