<HEADERS> : Headers group

Java class : leon.view.LyHeaders

ROLE

A headers allows displaying header at the top of a table. Headers element does not contain any element: it is only a non-empty list of headers or sub-headers.

ATTRIBUTES

<!ATTLIST HEADERS
	  id NMTOKEN #IMPLIED
	  template NMTOKEN #IMPLIED
	  label CDATA #IMPLIED
	  align ( LEFT | RIGHT | CENTER) "CENTER"
	  tooltip CDATA #IMPLIED
	  overview CDATA #IMPLIED
	  font CDATA #IMPLIED
	  sortableFont CDATA #IMPLIED
	  color CDATA #IMPLIED
	  fontColor CDATA #IMPLIED>
Attribute Mand. Description Default
id no Identifier of the headers.  
template no HEADERS.template  
label no Label of the headers.  
align no Align of the label of the headers (left, right or center) CENTER
tooltip no Tooltip of the headers.  
overview no Overview label of the headers.  
font no HEADERS.font  
sortableFont no Font used to display sorted headers.  
color no HEADERS.color  
fontColor no HEADERS.fontColor  

ELEMENTS

<!ELEMENT HEADERS 
	  ((HEADER | HEADERS)*)>
Element Mand. Mult. Description
HEADER yes no Header contained within the headers list.
HEADERS yes no Sub group of headers.